cancel
Showing results for 
Search instead for 
Did you mean: 

how to check user's authorization?

former_member48736
Participant
0 Kudos

Hi,

If there's another way to check user's authorization except T-Code: SUIM, such as if the user has one T-Code, and pull out all T-Code list of one user which authorized to him, thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jiangang,

You can always use Se16 to find out if the user has access to a particular t code or not or all the t codes user has access to.

Use table agr_users to find out which roles the user is having.

Copy these roles and then use the table AGR_1251. Paste the roles user is having in AGR_NAME field. Put S_TCODE against OBJECT field, TCD against Field Put the t code name(Leave the field blank if you want to find if a user is having access to which t codes) in the low field and execute.

Alternatively you can use SU56 to find if a user has access to any particular t code. Press F5 in t code SU56. Put the user name and auth object as S_TCODE. You will get the list of t codes the user has access to. You will get an output like the below screen.  Find the t code using CTRL+F if you want to find a particular t code.