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

Is there any table for SAP Fiori catalogs and Tile?

76,371

Hello Experts,

I have Custom catalog,group and tiles.

Is there a table to get which catalog has what all tiles.Who is owner of that tile?

Also what are the roles for that particular tile.

Thanks & Regards,

Ashwini

Accepted Solutions (1)

Accepted Solutions (1)

Hi Aswini,

Can you try with below are transactions and you will get the relationship with catalog and roles etc..

/UI2/FLC Fiori Launchpad Checks
/UI2/FLIA Fiori Launchpad Intent Analyis

Thanks,

Syam

edgar2980
Discoverer
0 Kudos
Awesome answer, exactly what I needed!
BSS1
Newcomer
0 Kudos
but you cant get Tile info in /UI2/FLIA by passing catalog ID
ramchandra_30
Explorer
0 Kudos
Hello, Can anyone please help me with the SAP tables for tile, catalog & roles? Thank you. 🙂

Answers (4)

Answers (4)

Also to add, is there a way to know the owner (the one who has created the tile in administrative Fiori launchpad)?

rishabhanand25
Explorer

The below tables would be helpful for Fiori Catalogs:

/UI2/PB_C_PAGEM

/UI2/PB_C_PAGEMT

/UI2/PB_C_PAGE

gangadhar_vegi
Product and Topic Expert
Product and Topic Expert

Thank you for list of tables

Former Member
0 Kudos

Hi Ashwini, try to use /n/UI2/FLP_CONTCHECK and in Field "Catalog ID" and "ST_GRP" input Z*. Check "Restrict to assigned roles" and the BNAME of the user.

The only drawback of this is that you can perform this report one user at a time.

Best regards.

0 Kudos

Hi Enrique,

Thanks for input.

But it is needed to get role name and custom catalog details as well whereas same is not present in /n/UI2/FLP_CONTCHECK.

/UI2/FLIA shows the relevant data.

It shows data for single user it would be helpful if any source table is already available.(We will try to debug the program /UI2/FLIA for source table). If you have additional information please share.

Thanks & Regards,

Ashwini

Former Member

Ok, try this instead.

/n/UI2/FLP_INTENTCHECK

Leave the fields by default and run the report. It may take long depending of the volumen of roles you have. Or flag "Restrict to assigned roles" and input a USERNAME.

After some modifications to the ALV it may look something like this:

PFCG Role | PFCG Role Assigned | ID of Catalog | Catalog Title | Tile Title

Sadly this is for single user. But you could assign all the relevant PCFG Custom roles to one user in QA System and run the report.

Good luck!

0 Kudos

Hi Syam,

Thanks for quick reply.

But i could get blank screen when i don't give any filter in /UI2/FLC and execute that transaction.

Please let me know what does that means, as i am not sure of this tcode significance.

Thanks & Regards,

Ashwini