SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Creating SAP Fiori App Using Quick Fiori Application Generator

You can create a List Report based SAP Fiori application from service binding using the quick Fiori application generator.

Overview

You will learn

  • How to create a List Report based SAP Fiori Application from service binding using the quick Fiori application generator.
Shilpa Shankar S Shilpa Shankar September 1, 2026
Created on September 1, 2026
Contributors

More from Shilpa Shankar

See all 4 tutorials by Shilpa Shankar →

Prerequisites

Prerequisites

  • You need an SAP BTP, ABAP Environment trial user or a license.
  • You have completed Create Database Table and Generate UI Service.
  • Your system has the ABAP flight reference scenario. If your system hasn’t this scenario. You can download it here. The trial systems have the flight scenario included.

Steps

This tutorial was written for SAP BTP ABAP Environment. However, you should also be able to use it in SAP S/4HANA Cloud Environment in the same way. Always replace ### with your initials or group number.

Step 1 Create SAP Fiori application

  1. In the service binding editor, select an entity and choose Create Fiori App….

    Service Binding
    Service Binding

  2. To create SAP Fiori application using the Quick Fiori Application generator, choose the option Create SAP Fiori app with Quick Fiori Application generator in ADT and choose Create

    Create a SAP Fiori App
    Create a SAP Fiori App

  3. In the Generate ABAP Repository Object dialog, enter the Package.

    Enter Package
    Enter Package

  4. In the Configure Generator dialog, enter the details in the fields. Ensure the repository name is unique and within 15 characters including namespace. Like in SAP Business Application Studio, the repository name corresponds to the name of the BSP application that gets generated post deployment.

    Configure Generator
    Configure Generator

  5. Choose Next. You can see the list of objects that will be generated.

  6. Choose a transport request if required and choose Finish.

  7. The ABAP repository objects will be generated in the background, and you get a popup message once the objects are generated successfully. Choose Open to open or refresh the service binding.

    Objects
    Objects

  8. In the service binding editor, you now see a clickable Fiori App URL.

    Fiori App URL
    Fiori App URL

     **Note** that the Fiori App URL will not work immediately after creation in cloud systems. The app needs to be part of an IAM App and Business Catalog before the URL works.
    
Step 2 Check BSP library and SAP Fiori Launchpad app descriptor item in Eclipse
+
Step 3 Create IAM App and Business Catalog
+
Step 4 Launch the Fiori App URL
+
Step 5 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Create SAP Fiori application 2. Check BSP library and SAP Fiori Launchpad app descriptor item in Eclipse 3. Create IAM App and Business Catalog 4. Launch the Fiori App URL 5. Test yourself