cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any table for SAP Fiori catalogs and Tile?

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

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ashwini,

Can you share the business scenario? What you are going to do after knowing the table?

Regards,

Masa / SAP Technology RIG

Hi Masayuki,

Your blog is really nice for understanding,the one you mentioned in comment.

Scenario:

For example,

1. we have 4-5 guys having admin role who can create the catalog and tiles.

Now once the tile is created and person is moved to some different project.It is difficult to track who actually created and what was requirement.

2. If there happens to be cleanup activity,we want to know who exactly created the tile so we can reach out the person to get the details if it is required.

3. If someone deleted the tile or catalog mistakenly,is there any way to find the id.If at all we can get backup of that?

4. As we have tables for almost everything in SAP to get the details.There must be a table which contains the details of technical names of group,catalog,tile,owner,created date,modified date etc. for tracking the development of object in administrative link.

Though i understand, there won't be many person in team having admin role.But for more than 1 admin this information is useful.

Thanks & Regards,

Ashwini

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ashwini,

I use ST01 SQL trace for finding the tabel name.

Regards,

Masa / SAP Technology RIG

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

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

gangadharvegi
Advisor
Advisor

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