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 do I know what Roles are assigned to specific position number?

Former Member
0 Kudos

All,

We are on the Position based security right now.

I would like to know what roles have been assigned to Position number?

Is there a table that I can check for the list of Roles that are assigned to position?

Please advise.

From

Pranav

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can run this transaction RE_RHRHAZ00

The plan version should be 01 (current plan)

Object type = S (Position)

Object ID = Position number you want to check or leave it blank if you want to see all position links

Infotype = 1001

Subtype = B007

Ensure that "Display data contents" is ticked then execute.

You should see your positions with roles linked to them.

8 REPLIES 8

Former Member
0 Kudos

Hi,

You can run this transaction RE_RHRHAZ00

The plan version should be 01 (current plan)

Object type = S (Position)

Object ID = Position number you want to check or leave it blank if you want to see all position links

Infotype = 1001

Subtype = B007

Ensure that "Display data contents" is ticked then execute.

You should see your positions with roles linked to them.

Former Member

Also try...

SE16->HRP1001

Object Type: S

Info Type: 1001

Subtype: B007

Rel. obj.type: AG

ID rel. object: (Enter Role Name)

This will give you a little bit more flexibility on your query.

0 Kudos

OK Thanks,

From

PT.

0 Kudos

Also you can use transaction PO13 and using the overview for relationships see the assignments.

By having the date option set for all dates you will see historical data.

Drilling into each Role assignment will give you the change record.

0 Kudos

This message was moderated.

Hank
Explorer
0 Kudos

You can view it in a different way as well...

The other way is to run PFCG on one role, click Org Management , then it lists all position that have the role assigned.

or

You run program RHSTRU00 or transaction S_AHR_61016538u2026

Enter the evaluation path B007 , object type = S (Position ). Current planu2026

sapsecHB

Edited by: Henry Binning on Jul 6, 2009 8:32 PM

Edited by: Henry Binning on Jul 6, 2009 8:33 PM

Former Member
0 Kudos

Hi Pranav,

As per your second question,

To know the List of roles assigned to any position, you can you use table AGR_AGRS.

There you can get the required out pput and also the vice versa.

Regards,

Sandip Maiti

0 Kudos

>

> Hi Pranav,

>

> As per your second question,

> To know the List of roles assigned to any position, you can you use table AGR_AGRS.

> There you can get the required out pput and also the vice versa.

>

> Regards,

> Sandip Maiti

Sandip,

AGR_AGRS is to diplay composite roles to simple roles or vice versa. It will not display positions to security roles.