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

Lock Tcode.

Former Member
0 Likes
728

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.

4 REPLIES 4
Read only

Former Member
0 Likes
605

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.

Read only

arpit_shah
Contributor
0 Likes
605

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

Read only

Former Member
0 Likes
605

Hi

Plz refer this link for detials:

Thanks

Vijay

PLZ reward points if helpful

Read only

Former Member
0 Likes
605

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