Skip to content
Andreas Riehl edited this page Jul 21, 2025 · 28 revisions

The ABAP Platform Examples for Analytical Data Modeling do not only contain code snippets or example analytical queries but also the analytical data model as well as data generators that complete the SAP flight model. So together with the SAP flight model, this repository represents the "Feature Showcase App" for embedded analytics in the ABAP Platform.

Setup

The basic steps are:

  1. Clone the SAP flight model into your SAP System & activate it.
  2. Afterwards, clone the ABAP Platform Examples for Analytical Data Modeling (this repo) into the same system and activate the objects as well.
  3. Finally, generate data & configure the currency conversion rates.

Please check the README.md for an in-depth setup guide.

Now, you can display the analytical queries & explore how the features work. Each query in this repository focusses on different aspects of embedded analytics & shows how the features are used to realize analytical use-cases.

Exploring Features

The main features that are shown in this repository relate to the analytical queries. The procedure to explore the feature is to find the right query using the different content sections in this wiki: Once you found the feature, you can review the source code as well as the description and finally open the query using the data preview in your own system. This will open the query in the multidimensional Fiori app where you can see the feature as the end user will use it.

The analytical queries are mostly located in the sub-package /DMO/ANA_FLIGHT_QUERY and are organized with the following naming conventions:

Additional Sources

Clone this wiki locally