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

problem in class builder

Former Member
0 Likes
561

hi

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

like in the abap editor.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
527

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
528

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

Read only

0 Likes
527

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).

Read only

Former Member
0 Likes
527

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