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: 

problem in class builder

Former Member
0 Kudos
118

hi

does anybody know how to lock editor in the class builder (se24)

like in the abap editor.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos
84

Hello Marat

This matter has been discussed already in these forums and as far as I remember there is no way to lock classes.

I think the only way to keep control over business critical classes is by organizational means:

- Check transport requests containing parts of the class

- Reprove developers who change the class without being entitled to do so (in the worst case withdraw development authorizations)

Regards

Uwe

3 REPLIES 3

uwe_schieferstein
Active Contributor
0 Kudos
85

Hello Marat

This matter has been discussed already in these forums and as far as I remember there is no way to lock classes.

I think the only way to keep control over business critical classes is by organizational means:

- Check transport requests containing parts of the class

- Reprove developers who change the class without being entitled to do so (in the worst case withdraw development authorizations)

Regards

Uwe

0 Kudos
84

If you keep critical classes in a modifiable transport, then lock the transport, only the owner of the transport and the request containing the class can edit it. ( Without going into SE10, and changing owner).

Former Member
0 Kudos
84

Hi,

I'm not sure if it is possible to lock a whole class, but for a single method it works fine.

Try the following:

Go to the class builder, select the tab "methods" and mark the method you want to lock.

Click the button "Detail View", there you can set the editor lock.

Best Regards,

CW