Application Development 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: 

how to stop other users to stop accessing my programs

Former Member
0 Kudos

hi

how to stop other users to stop accessing my programs ..

with regards

vinayaka

7 REPLIES 7

Former Member
0 Kudos

Access to the programs is entirely an authourizations issue. You can set up an authorization object and use it in the attributes of your program.

If you do not want other users to change your program, the check te EDITOR LOCK option in the program attributes.

If you do not want other users to execute your program, the it is done in two ways:

1. Authorizations

2. In the INITIALIZATION event write a code to check for username. If it is not yours then issue an error message and STOP.

Former Member
0 Kudos

hi vinayaka try this,

go to goto->attributes->editorlock.

just check that editor lock then u can soley edit that program.

do reward the helpful answers.

thanks and regards,

Tangirala Sriram.

Former Member
0 Kudos

HI Vinay,

If you want not open your program in display mode also then it can be done thorugh lock objects or throguh option editlock in attributes, If you want to open your program to others in display mode only then it can be done through AUTHORITY_CHECK. It will create thorugh SE80. Hope this helps ypu..

Regards,

Kumar.

Former Member
0 Kudos

Hi

You edit your Zprogram.

Then GOTO--->ATTRIBUTE--->Click EDITOR LOCK....

Thanks

Former Member
0 Kudos

hi

if u goto-> attributes->edit lock it will lock ur program

but then also we can open the program by using sm12 T.code and press list click on the program that u want to unlock and press delete buttom than u can edit the program that all ready using

with regards

sai kumar

Former Member
0 Kudos

try to use SM01 for this

Former Member
0 Kudos

Hi

1. U Can go to SM01 and select the Lock check box infront of ur object name.

2.Another way is While intialization u hava to validate the user if it isn't u display message and STOP.

3.Goto SE38 Attributes and check the EDITOR LOCK check box Below the selection Screen Listbox.

These r the things which i came to know after i raised a question like u did from my team mates.

Hope hlpful if found helpful award points.

Regards,

Ravi Kumar