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: 

Transaction --SM01

0 Kudos

Hi All

SM01...... can you lock certain transaction e.g SU01/SE11 for some specific users or role

Thanks...

1 ACCEPTED SOLUTION

0 Kudos

SM01 is client independent and you should not use it to lock SU01/SE11.Instead you should not assign roles with these transactions.

3 REPLIES 3

0 Kudos

SM01 is client independent and you should not use it to lock SU01/SE11.Instead you should not assign roles with these transactions.

0 Kudos

I did not always think this way, and certainly there are exceptions to "lock things" at times, but I do agree with Mohammed... locking transactions is should not be used to protect functionality. You should use authorizations to use the functionality... to protect it or grant access to it.

Cheers,

Julius

Former Member
0 Kudos

Its the best procedure to asign/revoke the access of the specific T-Codes for a particular user. Locking the tcodes in SM01 lock it for entire client, and affect all the users.