cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Fiori Application Count in Production System

former_member8766
Discoverer

Dear Community,

Good day !

I am trying to get the Fiori Application (Standard and Custom) Count in Production System.

Please help me to provide the solution that how I will achieve this.

FYI - We are working in Hub System Environment..

Thank you.

Regards,

Gopal Singh

Accepted Solutions (0)

Answers (3)

Answers (3)

shwetanargachhe
Active Participant
0 Kudos

Hi Gopal,

We need manual tracking of activations. There is no std ways to track total fiori activations in system. You can try free source mentioned above comments if it's allowed.

You need to relay on authorizations matrix for end user to get list of application available.

You can try out transaction /ui2/fila n /ui2/flp_intentcheck to get intent of user and map it.

For usage of fiori application run report /iwfnd/r_merering_view or sap note 2506498

If you are looking for Ui5 / Odata based fiori activated then try looking for /iwfnd/maint_service tcode check all active services and map them from fiori library.

Regards

Shweta

GregMalewski
Contributor
0 Kudos

Another way would be also counting BSP apps by counting the respective, active ICF nodes in SAP Gui transaction SICF.

GregMalewski
Contributor
0 Kudos

Hi Gopal,

SAP Fiori application count is a part of a broader topic: SAP project scope control. Scope control includes listing what applications the project enables.

Here is the approach we are taking, and one recommending to customers for SAP Fiori apps list documentation:

We assume that the "SAP Fiori application" is understood as an entry in the SAP Fiori library. We are taking this assumption even though the users can start the SAP Fiori app in several different ways, f.e. with different tiles or navigation from another app. I'm mentioning it as it might look for the user that there are more apps.

In addition to SAP Fiori apps (precisely SAP Fiori standard apps), we keep records for other types of SAP Fiori launchpad enabled content, including custom apps, extensions of standard apps, and SAP Gui classic transactions.

With the list of all SAP Fiori launchpad enabled applications, we document their link to users in production, and with a custom SAP Launchpad plugin, we are tracking applications' usage. The bottom line is we get both:

1.List of the applications in scope
2.List of the applications that users start in production

A list of apps used would give you the answer to your question on the count.

Those two lists also enable tracking what apps users launch are not in official project scope records. This tracking allows limiting scope creep and, as a result, control over maintainability and costs.

Some projects I saw keep similar records as in spreadsheets. We keep it in the tool we have developed and released for others to use freely. You will find documentation for the tool here: https://help.fioritracker.org/

Br

Greg