2008 Feb 21 4:25 AM
Hi all Good morning.
Is this possible to lock the code. I mean only particular person can change or modify the code. For others I should display not authorized how to do this.
And please tell me how to lock the Tcode
Regards
Prajwal K.
2008 Feb 21 4:29 AM
hi
hope it will help you.
Reward if help.
a) Use R3trans and tp utilities with tp unlck and tp lock at the operating system.
b) Use transaction sm01 to find the transaction and lock/unlock it.
c) Run report rslocktrans from se38 and enter the variant value for the desired transaction and the lock/unlock checkbox.
d) Always use the ABAP workbench to lock transactions.
2008 Feb 21 4:29 AM
Hi , prajwal,
u can do it.
by using PFCG - For creating rols,
& Assign to the users.
But if u contact to Basis person then it will help u.
And also u can lock tcode by using SM01 for all user.
Regards,
Arpit
2008 Feb 21 4:30 AM
2008 Feb 21 4:43 AM
Hi,
you can lock or restrict the using of tranaction code by concept called 'Authorization object'. you have to create a authorization object with some name and have to assign some authorization fields which you want to lock like tcode,plant etc.
Reward if helpful.
Regards
Venkat