‎2007 Sep 26 2:05 PM
Hi all,
I want to disable the program I have written, so that no one can not change it.
How can I do that?
Thanks.
Deniz.
‎2007 Sep 26 2:07 PM
Hi
You can use the EDITOR LOCK facility so that other should not use your program
or we can keep some authorization object for the Transaction after attaching it to your program, so that restricting the code to others
Regards
Anji
‎2007 Sep 26 2:07 PM
Use Editor lock functionality in SAP. Go to SE#* program attributes, you will find a checkbox for Editor Lock, check the same.
When you lock any program using Editor Lock, only your user id will be able to make changes to the program .For rest all users, it will show an error - Program is locked.
‎2007 Sep 26 2:08 PM
Use Editor lock functionality in SAP. Go to SE38 program attributes, you will find a checkbox for Editor Lock, check the same.
When you lock any program using Editor Lock, only your user id will be able to make changes to the program .For rest all users, it will show an error - Program is locked.
‎2007 Sep 26 2:08 PM
Hi,
Use Editor Lock check box in the attribute of the program.
Reward points if helpful.
Ashvender
‎2007 Sep 26 2:09 PM
Hi,
If u have created the program with ur User-id, then u can use editor lock in the program attributes..
If the user-id is used by many other users., then it is not possible..as they will have the priviliges to change it..
Cheers,
SImha.
‎2007 Sep 26 3:00 PM
Thanks for your answers.
When I use editor lock, the program cannot be changed by others, however it can be run with others, right?
I want just to disable the right to change the code, <b>it should be usable by others.</b>Just the code be disabled to change...
Editor lock provides that?
Thanks.