Question:
How to unlock edit lock
Answer:
Hi,
Go to se38. Go to attributes. reset the flag 'Editor lock'. Please note that only the owner will be allowed to reset the flag. If you are not the owner & need to do it then Hint: Field is TRDIR-EDTX.
I hope this helps,
Regards
Raju Chitale
Answer:
in case you r not the owner
i solve it in this way ,
goto se38 look for program : LSEUQF02
search for code :
WHEN 'ABAP'. "------------------------------------ABAP--------
IF mode = 'MODIFY'.
IF NOT trdir_inf IS INITIAL.
trdir = trdir_inf.
ELSE.
PERFORM select_progdir USING program
CHANGING trdir.
IF NOT trdir IS INITIAL.
trdir_inf = trdir.
ENDIF.
ENDIF.
IF suppress_editor_lock_check EQ space
"Editorsperre zu prfen
AND trdir-edtx NE space. "und gesetzt
put break on the modify .
now ,
se38 insert the program name ,
press 'CHANGE' , and change the flag in the break-point to allwod edit ,
this is all .
hope i help .
_________________
don't dream it ' , do it .