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

ABAP Program security

Former Member
0 Likes
396

Hello All,

Is there a parameter or else to prevent any developper to lock an ABAP object. We can see in the attribute of an ABAP object that you can lock this object from modification from anybody else.

We want to block this "Editor Lock" field from our developper. This is in case a developper would lock a program. And he/she would have an accident, then nobody would be able to modify this program. Somebody has to log with a "sap_all" account to remove the lock.

To avoid this, we are looking for another way to prevent this. Either by a parameter or by a security object.

Any help would be greatly appreciated.

Thanks

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
375

Looks like there is no way to do it via config or profile parameter. Basically it will only deactivate the checkbox if the sytem is a "support package" system. And basically this is for SAP internal use,

Regards,

Rich Heilman

Edited by: Rich Heilman on Apr 16, 2008 2:36 PM

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
376

Looks like there is no way to do it via config or profile parameter. Basically it will only deactivate the checkbox if the sytem is a "support package" system. And basically this is for SAP internal use,

Regards,

Rich Heilman

Edited by: Rich Heilman on Apr 16, 2008 2:36 PM

Read only

Former Member
0 Likes
375

hi check this ...

in the attributes of the program..there is an option edit lock ...

if u click it then you can only access the program...no other user can access it..

regards,

venkat.