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: 

How to find derived role

Former Member
0 Kudos
3,033

Dear Expert,

In my system there are many derived role. I don't no how I can find derived role of a Master role.

Pls guide me.

Thanks & Regards,

Pramod

1 ACCEPTED SOLUTION

arpit_shah
Contributor
0 Kudos
831

Hi,

pls check table : AGR_AGRS

Regards,

Arpit

10 REPLIES 10

jurjen_heeck
Active Contributor
0 Kudos
831

> In my system there are many derived role. I don't no how I can find derived role of a Master role.

Have a look in table AGR_DEFINE.

RainerKunert
Active Participant
0 Kudos
831

Use PFCG. Enter the role and choose display or change mode. Then you have a where-used button that shows you the hierarchy of derivation.

arpit_shah
Contributor
0 Kudos
832

Hi,

pls check table : AGR_AGRS

Regards,

Arpit

0 Kudos
831

I am sorry but this is a wrong answer. AGR_AGRS holds the composites and their single roles, whether they're derived or not.

0 Kudos
831

Hi Arpit,

u know what is right answer for this.

regards,

pramod

0 Kudos
831

Hi,

Both will work for you

AGR_DEFINE

and

PFCG->Role name(Derived/Master)->Display->Role->Whereused list

Rakesh

0 Kudos
831

This message was moderated.

0 Kudos
831

Thnaks got answer.

pramod

frihan
Member
0 Kudos
831

The best way to identify derived roles is to enter PFCG, choose a role and click on the button of "Inheritance"

rafaelgonzalezv
Explorer
0 Kudos
831

*By tables

Table AGR_DEFINE - Role definition

If you want to know the Derived roles of a Master role

In: Role (PARENT_AGR) = Master role

Out: Role (AGR_NAME) = Derived Role

If you want to know the Derived roles of a Master role:

In: Role (AGR_NAME) = Derived Role

Out: Role (PARENT_AGR) = Master role

*By Tcode

As Fridolin Hanf said already.

The tcode PFCG, choose a role and click on display button. And then click on the button of "Inheritance"