cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Transactions per Role Tables

sfvelasco
Explorer
0 Kudos
851

Hi everyone,

Can you please provide the tables that relate Fiori transactions to catalogs or even better, to roles?

Thank you!

Accepted Solutions (0)

Answers (2)

Answers (2)

Ledjo
Participant
0 Kudos

You can check the roles on PFCG

AlexNecula
Active Contributor
0 Kudos

Hi Sergio

The tables for launchpad configurations are pretty complex, but feel free to look into them: WDY*

Role <-> Catalog - AGR_BUFFI; Put the catalog in the URL field and make sure it is surrounded by * since it contains the full id, not just the one entered on creation.

To see in which catalogs and roles certain target mappings are located, you can use the transaction /UI2/FLIA and put your target mapping in the Intent field. It supports pattern matching so you can check for example all actions for a certain semantic object.

Hope this helps,

Alex

sfvelasco
Explorer
0 Kudos

Hi Alex,

Thank you for the answer.

I'm still trying to figure out how to link Fiori apps with its catalog and later to its role. I looked up in WDY tables but did not find that relationship.

Regards

AlexNecula
Active Contributor
0 Kudos

If you want to do this functionally, then just use /UI2/FLIA. If you want to do this programatically, then you can inspect the code in /UI2/FLIA, there must be some kind of FM or class that will help you.