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: 

Need to identify Table or Report Name or Transaction Name for mapping roles

Former Member
0 Kudos

In PFCG transaction, we can see the simple roles available inside a composite role.

But I want to identify the table name or report name or transaction name which will help me to identify simple roles for all composite roles.

Looking for your soonest reply.

With Regards,

Santanu Samantroy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

In Table AGR_AGRS you get this information.

br wolfgang

3 REPLIES 3

Former Member
0 Kudos

In Table AGR_AGRS you get this information.

br wolfgang

Former Member
0 Kudos

Thank You for your quick turn around.

This table can help us to find out the simple/derived roles inside all composite roles at once.

Do you have any idea, of any report/transaction can provide the same result.

Similarly please let me know, if there is any report/transaction/table which can provide mapping of all simple and derived roles.

Transaction code SUIM does not provide this facility.

Thank You once again.

Santanu

0 Kudos

Basically the roles' names and attributes can be found in the AGR* tables, and I think you're looking for:

Composites -> singles in AGR_AGRS, as already pointed out

(Empty composites are not in AGR_AGRS but can be found in AGR_FLAGS, just look for a flag called COLL_AGR)

Derived -> parent relationship is held in AGR_DEFINE

Jurjen