2008 Aug 13 7:31 AM
hi
does anybody know how to lock editor in the class builder (se24)
like in the abap editor.
2008 Aug 13 8:00 AM
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
2008 Aug 13 8:00 AM
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
2008 Aug 15 9:33 AM
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).
2008 Aug 15 9:14 AM
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