cancel
Showing results for 
Search instead for 
Did you mean: 

SAP gateway stats with Fiori apps

sleyman_elik
Explorer
0 Kudos

Hi Everyone,

How can I link fiori apps and service calls in backend system ?

There are service calls in /IWFND/STATS report, but I want to find the relationship on which fiori app call those.

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor

One idea would be to create a tool that scrapes the information from the Fiori Appls Library. The required OData Service for an App is available at:

https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/services/SingleApp.xsodata/Details(fioriId='F3226',releaseId='S19OP')/ODataServices?$format=json

I've started some time ago a project on GitHub which might be useful for this:

https://github.com/gregorwolf/fioriappsstats

Maybe a better approach is the way I've used in:

https://github.com/gregorwolf/sap-support-message-reporting

sleyman_elik
Explorer
0 Kudos

Hi Gregor ,

Thanks for reply. The idea is almost same I would like to prepare Fiori apps stat.

To find out which services are being called when the user opens the application, and to catch a connection between the fiori app and the service.

->App1

----> /sap/opu/odata/sap/ZSERVICE1/set1

---->/sap/opu/odata/sap/ZSERVICE1/set2

---->/sap/opu/odata/sap/ZSERVICE2/set1