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 a custom class

Former Member
0 Likes
449

Hi Friends,

My requirement is , I have created a custom class.Now, I dont want my custom class to be edited by some one. i want to restrict the custom class from other users accessing it.

Please suggest me how to achieve this.

Thanks in advance.

Phani Shankar.K

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
416

You can use authority object S_DEVELOP to restrict profile of developers

Another way to do it is the user-exit of ABAP editor

Create include zxseuu08 which is called in EXIT_SAPLS38E_001 and activate this user-exit - then you can code the conditions to be able to modify programs

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
417

You can use authority object S_DEVELOP to restrict profile of developers

Another way to do it is the user-exit of ABAP editor

Create include zxseuu08 which is called in EXIT_SAPLS38E_001 and activate this user-exit - then you can code the conditions to be able to modify programs