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

Editor lock for classes

Former Member
0 Likes
1,353

Hi all,

I'd like to lock BADI implementations just like I can lock the reports with the editor lock. I couldn't find this attribute in the class editor. Do you know any possibility?

I am not intrested in Authorization objects.

Cheers

Rex

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
710

To the best of my knowledge, it's not possible.

matt

Read only

Former Member
0 Likes
710

Thanks dear.

Read only

Dorian
Participant
0 Likes
710

Rex:

You can "editor lock" methods on an individual basis. Select the method in the Class Builder screen, then select the "Detail view" icon in toolbar (looks like a jigsaw puzzle piece). In the popup that follows, you can set editor lock via checkbox.

Not found a way to protect the Public, Protected & Private code sections, though, so you can't stop someone changing method or attribute definitions.

Regards,

D.