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: 

Roles for User

Former Member
0 Kudos
138

Hi ,

Can anyone pls help me to find out roles assigned to particular user .

In Su01 transaction we can viewdata for particular user .

I need some function module or table which gives / reads information of roles assigned to particular user .

Thanks ,

Amee Anadkat .

1 ACCEPTED SOLUTION

Former Member
0 Kudos
84

Hi Amee,

you can find the relationship between users and roles in table AGR_USERS.

I hope it helps. Best regards,

Alvaro

3 REPLIES 3

Former Member
0 Kudos
84

U can check the tables starting with <b>US* and USR*</b>

Former Member
0 Kudos
85

Hi Amee,

you can find the relationship between users and roles in table AGR_USERS.

I hope it helps. Best regards,

Alvaro

0 Kudos
84

Please check table AGR_USERS

Also check program RSUSR002

also check out the function group PRGN_AUTH

It has the function modules like

PRGN_AUTH_PROFILES_ASSIGN

PRGN_AUTH_ASSIGN_USERS_TO_AGR