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

Making the class code uneditable by other users

Former Member
0 Likes
412

Hi,

I was wondering if there is a possility to make the class properties,methods.attr etc uneditable by other users of the system

through se80 and se24.

In report programming there is an option to make the report read only to other users by setting the editor lock flag in the attributes.

Is there something similar for classes in se80. I want t proctect my code from accidental edits by others.

Thanks

Edited by: Vighneswaran CE on Jul 23, 2011 7:02 PM

Edited by: Vighneswaran CE on Jul 23, 2011 7:43 PM

1 REPLY 1
Read only

former_member233090
Active Contributor
0 Likes
363

Hi,

In this case what you can do two things,

one is use s_develop to restrict profile of developers or

use this function module TRINT_TADIR_MODIFY (IMPORTING parameter EDTFLAG = 'X') to set the lock.

and another one is using a user-exit

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.

Regards,

Bhavana