
All SAP Fiori apps utilize the technologies SAPUI5 and SAP Gateway. The three types of SAP Fiori apps are different in terms of their usage of additional technologies:
- Transactional Apps
- Usage of ABAP to provide the classic approach for functions of a business system
- Available for SAP S/4HANA and SAP Business Suite on any database
- Analytical Apps
- Usage of analytical capabilities of SAP HANA to provide insights in business data
- Available for SAP S/4HANA and SAP Business Suite powered by SAP HANA
- Fact Sheet Apps
- Usage of Enterprise Search capabilities of SAP HANA to provide search results
- Available for SAP S/4HANA and SAP Business Suite powered by SAP HANA

SAPUI5 is used in all application types for development. This can be done by implementing JavaScript code directly or by defining metadata, which generates JavaScript code at runtime. These apps are called SAP Fiori elements. The complete UI is controlled by metadata annotations in SAPUI5, SAP Gateway, or CDS views.
- List Report
- Enables users to view and work with items (objects) organized in list (table) format.
- Object Page
- Provides functionality to view, edit, and create (business) objects.
- Overview Page
- Visualizes large amount of data in cards with different formats for different types of content.
- Analytical List Page
- Identifies relevant areas within data sets or significant single instances using data visualization and business intelligence.
- Worklist
- Displays a collection of items that a user must process.
In addition, classic applications are part of transactional apps. These are ABAP transactions, Web Dynpro ABAP, and WebClient UI Framework applications, which already existed before SAP Fiori was announced. Customers can choose which classic applications they want to have in their SAP Fiori launchpad using the configuration and customizing of SAP Fiori.
SAP Business Warehouse (BW) queries can be used as a foundation for SAP Fiori applications. These applications are created through SAP Analytics Cloud, the tool Design Studio, or by developing Web Dynpro ABAP applications.
Caution
Most Design Studio apps are obsolete since SAP S/4HANA 2021 and will be deleted from the system in SAP S/4HANA 2022. The successor apps are already available as Web Dynpro ABAP applications. For more details, please read SAP Note 3081996 – Deprecation of SAP Design Studio Apps in SAP S/4HANA 2021.