Application Development and Automation 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: 
Read only

permission t-codes.

pram_1991
Participant
0 Likes
1,325

hi All,

i need user id accessible tcodes List.

how to i get it details.

1 ACCEPTED SOLUTION
Read only

ankurch
Active Contributor
0 Likes
1,167

Hi Ram,

You can make your own query too with the table AGR_TCODES & AGR_USERS to get the relevant details.

Thanks,

Ankur Chauhan

hi All,

i need user id accessible tcodes List.

how to i get it details.

4 REPLIES 4
Read only

maik_toth
Product and Topic Expert
Product and Topic Expert
1,167

Hi,

transaction SUIM.

SUIM-Overview and uses

Regards

Maik

Read only

ankurch
Active Contributor
0 Likes
1,168

Hi Ram,

You can make your own query too with the table AGR_TCODES & AGR_USERS to get the relevant details.

Thanks,

Ankur Chauhan
Read only

Colleen
Product and Topic Expert
Product and Topic Expert
1,167

This can be an okay starting point but it assumes security have not manually added S_TCODE to the role. Also, you need to consider the underlying permission required to use the transaction (e.g. SE93 TSTCA additoinal check to launch the transactions). some transactions also can't be run directly.

If a specific user, then there is a n SUIM report to run for executable for user

Again, still won't get right down to permission level to understand the level of access that the user has.

Read only

1,167

TQ TO ALL.