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

Disabling the program

Former Member
0 Likes
932

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.

6 REPLIES 6
Read only

Former Member
0 Likes
882

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

Read only

Former Member
0 Likes
882

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.

Read only

Former Member
0 Likes
882

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.

Read only

Former Member
0 Likes
882

Hi,

Use Editor Lock check box in the attribute of the program.

Reward points if helpful.

Ashvender

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
882

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.

Read only

Former Member
0 Likes
882

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.