Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Organization Levels contained in a Role

Former Member
0 Kudos

Is there any way I can get a listing of what organization levels are contained in a specific role without actually going into PFCG and the role's authorizations and clicking on Organizational Level...?

I tried searching through SUIM for a report, but with no luck.

Organizational Level Values would be better, but I would just settle for the Names. I need to generate a list to describe what org. levels are contained in a particular composite role.

4 REPLIES 4

Former Member
0 Kudos

Use function module PRGN_1252_READ_ORG_LEVELS with the role name.

0 Kudos

Check other PRGN* function modules if this is not the one.

0 Kudos

Thanks for the feedback.

This will allow me to check single roles, but it doesn't allow me to check composite roles. I am checking through the other PRNG's to see if that will help.

0 Kudos

I didn't check that, but I looked at it and there is no check there for simple or composite roles. May be the table behind this is filled only for simple roles.

If it is for a user, you can also look at SUSR_USER_AUTH_FOR_OBJ_GET.