cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

#CoE #DH01 how to know which Fiori app is used by which userid.

yuki_0717
Discoverer
0 Likes
304

SAP provides Display Security Audit Log app but it only shows transaction codes in the app in s4hana public cloud. It is very inappropreate from viewpoint of system audit because user use not . ransaction codes but Fiori application Is there any way to know  which Fiori app is used by which userid?

Accepted Solutions (0)

Answers (1)

Answers (1)

Jerry_Lowery
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi yuki_0717

I agree it can be a bit confusing.

It helps to understand the different between Fiori apps and the legacy, Harmonized GUI apps.

The Harmonized GUI apps have a tcode (transaction) whereas the Fiori apps are services based.

So for the Harmonized GUI you would see the Transaction listed in the Event Message Text, and are associated with the Event ID AU3 (Transaction &A started).

For Fiori, you will see more the security authorization check for the underlying service, and are associated with GU1 (Start Authority Check for &A (&B) successful).

two examples:

Create Sales Order VA01 will show up with AU3, Event text is Transaction VA01 Started.

The View Browser will show up with GU1, Event text is Start authority check for View Browser Service ( CDSALLVIEWS ) successful. (and ABAP Source is CDSALLVIEWS)

Jerry_Lowery_0-1743779285522.png

Indeed, in the Fiori App Library for View Browser we see the service is CDSALLVIEWS

Jerry_Lowery_1-1743779720001.png

It would be nice if they could add the AppId to the output of the Audit Log Events.

If you would consider to create an Influence Request, and share it among your peers, that will help to get it improved!

Hopefully this helps

Thank you

Jerry