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

abap program in change mode

Former Member
0 Likes
1,748

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,039

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

Read only

0 Likes
1,039

thanks,

first of all I do not have the access to SE04. I need to get it and update it.

SK

Read only

0 Likes
1,039

Hey!

You can go to sm12 click on list and highlist you particular program entry and delete it.

This would resolve the issue.

Read only

0 Likes
1,039

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

Read only

0 Likes
1,039

did u try to open the program in change mode after you've deleted the entry in sm12?

Read only

0 Likes
1,039

Yes. it did not work.

Thanks

SK

Read only

Former Member
0 Likes
1,039

r u able to unlock it using SE12 ?

Ashwani

Read only

Former Member
0 Likes
1,039

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.