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: 

Multiple T Codes to check User Authorization

Former Member
0 Kudos

Dear All,


I had requirement to check the list of tcodes assigned to the users.


Here the input is multiple tcodes(i.e, more than 10 tcodes).

Please provide your inputs / suggestions in this regard.

Regards,

Venkatesh

7 REPLIES 7

bhagya_affu
Discoverer
0 Kudos

Hi ,

1st find out the roles for these multiple t-codes using AGR_1251 table then

use AGR_USERS table to find users associated to these roles.

0 Kudos

Dear Afreem,

Thank you very much for the reply, is there anyway to fetch the details in a single instance.

Regards,

Venkatesh

Former Member
0 Kudos

Hi Venkatesh,

You can use join the below mentioned tables using SQVI transaction and generate the report as per your requirement:

Table Name:

1) AGR_1251

2) AGR_USERS

You can refer the below mentioned document on how to prepare report using SQVI transaction:

Regards,

Hardik Patel

0 Kudos

Dear Hardik,

Thank you veryn much for the reply, is there anyway to fetch the details in a single instance.

Regards,

Venkatesh

Former Member
0 Kudos

Hi venkatesh,

to fetch the details in a single instance goto SUIM>transactions>Executable for user. Execute & give the user name & execute again.

now export it to a spreadsheet say excel & then match it with your required tcodes.

hope this will help you.

Thanks

KS

0 Kudos

Dear Kashyap,

Here the input is tcodes not users.

Regards,

Venkatesh

former_member226273
Active Participant
0 Kudos

Hello Venkatesh,

I agree with Kashyap. After exporting the report Transaction->Executable for user, you can filter the needed data from excel.

Kind regards,

Yashasvi