cancel
Showing results for 
Search instead for 
Did you mean: 

Users Authorization in SAP UI5 launchpad

Former Member
0 Kudos

I have configured a Launchpad using .xswidget(catalog) and .xsappsite(launchpad) files for my UI5 project.

Currently, I have added 2 tiles to launchpad. I want to restrict user(s) to see authorized tiles.

for example, User A should see only 1st tile

                     User B should see only 2nd tile

                     User C should see both tiles

How can I achieve this?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ankit,

You can achieve it in this way

Create one catalog(ex:catalog_x) with three tiles.

Create three groups

1.Group_x(add 1st tile to this group)

2.Group_y (add 2nd tile to this group)

3.Group_z (add both tiles to this group)


Then Create 3 roles.


1. Role_1(assign catalog_X and group_x)

2. Role_2(assign catalog_X and group_y)

3. Role_3(assign catalog_X and group_z)


Assign the above roles to the users as per your requirement.


Regards,

Viswa



Former Member
0 Kudos

Hi Viswateja,

Thanks for reply, How to create roles ( steps for this)? Do you mean HANA roles?

Regards,

Ankit Garg

Former Member
0 Kudos

Hi Ankit,

Fiori Launchpad roles.

Regards,

Viswa

Former Member
0 Kudos

Hi Viswa,

I think you are talking about PFCG roles.

I have don't have Gateway access for that.. Can you suggest solution in HANA Studio only.

Thanks,

Answers (0)