Friday, February 11, 2011

Editor Lock

Editor Lock prevents other people to modify your program. Somehow, there are cases where you forget to remove it. What happened if other people want to modify your program in the future, but you are no longer involved in that system?

I found 2 blogs provide solution that is quite useful:
  1. ABAP Program to Lock/Unlock the ABAP Editor Lock Field 
  2. SAP ABAP Program EDITOR LOCK/UNLOCK 
Both of them are doing the same thing. Ultimately, you just have to update the record in table TRDIR, set the field EDTX = 'X' if you want to lock it, and set it SPACE if you want to unlock it. 

No comments:

Post a Comment