cancel
Showing results for 
Search instead for 
Did you mean: 

Table to find the assigned Roles with my User ID

Former Member
0 Kudos

Hello Experts,

1.Is there any specific table to find out the assigned roles to my User ID?

If there is no table, let me know is there any transaction to find out the assigned roles to my User ID?

2. When I assigned Marketing Pro role to my user id in Organization Unit, I am not able to see in webui screen.

when I click on webui transaction, it is displaying some selection screen, there it is not displaying the role I have assigned?

Could you help me to sort out these two queries?

Thanks and Regards

Madhu

View Entire Topic
Former Member
0 Kudos

Hi.

You can use table AGR_USERS. This gives you the authorization profiles by system user.

To see the authorization object of each profile you can use table AGR_1251 table.

Regards,

Susana Messias

pkrdas
Explorer
0 Kudos

Thanks Susana

Your response was useful for me.