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: 

Lock a custom class

Former Member
0 Kudos

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

franois_henrotte
Active Contributor
0 Kudos

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

franois_henrotte
Active Contributor
0 Kudos

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