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

tcodes authorized for a userid.

Former Member
0 Likes
904

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
Read only

Former Member
0 Likes
826

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
Read only

Former Member
0 Likes
827

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

Read only

mvoros
Active Contributor
0 Likes
826

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

Cheers

Read only

Former Member
0 Likes
826

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

Read only

0 Likes
826

Thanks all for your great support