cancel
Showing results for 
Search instead for 
Did you mean: 

Report to find authorized Fiori apps for user's in SAP S/4HANA On-premise system

siva1990
Explorer
0 Kudos
122

Dear All,

Is there a standard report available that provides a list of all authorized Fiori applications for a specific user? I have tried using tcode: /ui2/flc, but it doesn't seem relevant. I also checked the AGR_BUFFI table, but the data does not match the authorized applications.

Could you please assist me with this?

Thank you!

Fullstack_Dev
Explorer
0 Kudos

To obtain a list of all authorized Fiori applications for a specific user in the SAP environment, there are several approaches:

Transaction /UI2/FLIA (Fiori Launchpad App Analysis): This transaction provides a detailed list of the Fiori apps assigned to a user. You can also view the relevant authorizations and catalogs here.

Transaction PFCG (Roles): In the PFCG transaction, you can view the roles assigned to the user and check the authorization objects and Fiori catalogs within these roles. Fiori apps are assigned via catalogs in roles.

Tables:

AGR_1251: Contains authorization objects within the roles. You can filter this table by specific authorization objects to see which apps are available to a user.

AGR_USERS: Links users to roles. This table helps you find the roles of the user, which then define the Fiori applications.

Launchpad Content Manager (Transaction /UI2/FLPCM_CUST): This tool allows you to analyze the Fiori content and trace which applications and catalogs are available to the user.

The T-code /ui2/flc refers to the Fiori Launchpad Check Tool, which is used for general Launchpad diagnostics, but it is not suitable for displaying authorized applications for users.

I hope this helps. Please feel free to reach out if you have further questions.

MODERATOR COMMENT: GenAI was used to help generate this content

Accepted Solutions (0)

Answers (0)