cancel
Showing results for 
Search instead for 
Did you mean: 

From which table we can get the Role of the User in SRM

Former Member
0 Kudos

Hi All,

I need to prepare a report which displays the user and his role in srm. So from which table i can get the role of the user if i have the Userid.

Thanks

-


Channappa Sajjanar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Channappa,

in transaction SU01 you can add the user ID, and check the roles.

Regards

Laszlo

Answers (2)

Answers (2)

Former Member
0 Kudos

Use FM: BAPI_USER_GET_DETAIL

with USERNAME= user id and can retrieve Table: ACTIVITYGROUPS Field:AGR_NAME

if you want the otherway around

you can also use FM: RSRA_USERS_OF_AGR_GET

with I_AGR_NAME= role and you can retieve Table: ACTIVITY_GROUPS_USERS Field: UNAME(usr Id)

Thanks,

Surya

Former Member
0 Kudos

HI,

Please check the tables AGR_USERS and AGR_USERT Assignment of roles to the users.

Thanks,

prasad.s