‎2007 Feb 21 9:53 PM
Hi,
I have a program that needs to be modified. The previous user has locked the program and hence is forbidding me to do changes. How can I change the properties?
I find the 'Editor Lock' Check box is checked for the program. Also I found table TRDIR where I could update the properties for this program but it does not have table maintainence properties generated. hence I cannot modify the record.
Any thoughts or leads would be helpful?
Thanks,
SK
‎2007 Feb 21 9:56 PM
go to SE04 for user locks and SE12 and select and delete the entry from here ...
check out for both the transactions.
hope this will help
bbye tac care
Ashwani
‎2007 Feb 21 10:01 PM
thanks,
first of all I do not have the access to SE04. I need to get it and update it.
SK
‎2007 Feb 22 2:37 PM
Hey!
You can go to sm12 click on list and highlist you particular program entry and delete it.
This would resolve the issue.
‎2007 Feb 22 3:30 PM
hi folks,
thanks for the reply. I do not have the access to SE04 or SE12. I tried SM12 and cliked on the list and deleted the lock entry and the entry in the table TRDIR did not get deleted.
it is throwing the message 'changes to this program are frobidden by the user'
anything I am missing here?
Thanks,
SK
‎2007 Feb 22 3:36 PM
did u try to open the program in change mode after you've deleted the entry in sm12?
‎2007 Feb 22 5:25 PM
‎2007 Feb 21 10:02 PM
‎2007 Feb 22 2:22 PM
you can do one thing..
Go the TRDIR table and give the program name for which u have to unlock the code. Then enter into debugging mode and change the code to edit mode.
Remove the EDTX(lock code) flag set for the program.Save.
This would unlock the code.