cancel
Showing results for 
Search instead for 
Did you mean: 

roll management via launchpad

Former Member
0 Kudos

I have an application which contains reports.I've deployed this application in fiori launchpad. I want to show reports to 6 different group of people according to their role. My question is how I can manage reports view according to the current user role. Do I need to create 6 different application according to role specification and then assign each role to each application?, one possibility is I can change my views after accessing role detail in the application. But I'm not much familiar with the fiori-launchpad.

the complete use case is, User should login to the system and system show him reports according to his role.

Accepted Solutions (1)

Accepted Solutions (1)

saurabh_vakil
Active Contributor
0 Kudos

Are all the reports which different people are supposed to see contained in a single SAPUI5 app deployed to your gateway system? Or are there individual SAPUI5 apps for each of the reports? If it is the latter then simply create as many catalogs as there are user groups and add the required tiles in each of the catalogs. Then create PFCG roles in the gaetway system and add the catalogs to respective roles and assign these to the required users.

Former Member
0 Kudos

I've only one application which shows the report of Course. some user can only view only their own course report. Some can view multiple courses reports. I want to get user information and then show him a report of his own course.

-- can I get information of the user in my application so that I can query according to user's role.

-- Is it possible to assign a role to a specific user or add number of users and their role, therefore only that users can access their reports.

Answers (0)