How can I lock a T-code?
Hello,
I want to lock some t-codes. How would I lock them?
Regards,
Wee
You can lock transaction codes for all users in SM01. Otherwise, use authorisations to block specific users from using certain transactions.
You cannot lock a transaction because it will test the authority check first before reading from TSTC table. So if the authority check is success, then it will allow you to use the transaction. So the best idea to lock a transaction is by using the suthority checks.