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: 

tcodes authorized for a userid.

Former Member
0 Kudos

Hi, how can i know what tcodes i have access?

i know this is worked through profile, i would like to know what tcodes my userid can use.

thanks in advance.

Dma.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dma,

If u are security person,then you will have access to SUIM.

In SUIM ->TRANSACTIONS->Executable for user -> choose user radio button -> then enter your user id ->execute

you will get all thel ist of tcodes assign to your user id.

Thanks,

Sri

Edited by: sri on Jun 22, 2010 12:07 AM

4 REPLIES 4

Former Member
0 Kudos

Dma,

If u are security person,then you will have access to SUIM.

In SUIM ->TRANSACTIONS->Executable for user -> choose user radio button -> then enter your user id ->execute

you will get all thel ist of tcodes assign to your user id.

Thanks,

Sri

Edited by: sri on Jun 22, 2010 12:07 AM

mvoros
Active Contributor
0 Kudos

Or display you authorization buffer in SU56 and look for object S_TCODE.

Cheers

Former Member
0 Kudos

Hello,

When a user logs on a SAP system, a user buffer is build containing all the authorizations fo that particular user, each user has a individual user buffer

For Example if Smith logs on to the user, his buffer contain all the authorizations for role USER_SMITH ROLE

This buffer can be displayed using SU56

A authorization check can fail if the auth check does not exist in the user buffer

So if you want to see what all transactions you can execute or have authorizations on,you can go to transaction su56, and check under the object S_TCODE, if it contains a '*', you will be authorised for all the transactions.

Thanks/Regards,

Charu Jain

0 Kudos

Thanks all for your great support