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: 

authorization values by role table AGR_1251

Former Member
0 Kudos

hi,

I need to find the authorization field values for a user. I am proceeding as follows:

Select values from table AGR_1251 but in the field values i.e. for BUKRS LOW and HIGH fields has values '$BUKRS'.

Can you tell me that which table will have the actual values for BUKRS as assigned in PFCG (1000, 2000, 3000).

Thanks,

FS

1 ACCEPTED SOLUTION

nirajgadre
Active Contributor
0 Kudos

Hi,

Try to fetch the details from table AGR_1252 .

you will get the low and high values assigned to the organization level.

2 REPLIES 2

nirajgadre
Active Contributor
0 Kudos

Hi,

Try to fetch the details from table AGR_1252 .

you will get the low and high values assigned to the organization level.

Former Member
0 Kudos

Actually I got the actual authorization field values from USR12. Thx.