Application Development 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: 

Transaction locked

Former Member
0 Kudos

If one user in performing transaction , it gives message to others “Tr. Locked”, which was not happening earlier.

Regards,

Aman

Message was edited by:

aman pal

5 REPLIES 5

Former Member
0 Kudos

oops, I completely misread your post!

Is this a custom tcode? it sounds like a lock entry is created to prevent multiple updates at any one time.

If it is custom, then talk to your developers. If it is a standard transaction then have a look in OSS.

Message was edited by:

Alex Ayers

Former Member
0 Kudos

Aman,

Alex is right if this is a custom tcode or it has been modified check that the developers have DEQUEUE'D the lock object.

You should be able to monitor lock objects in SM12 if you know the name, if not you can get this by looking at the code (SE38) or speak to your ABAP Developers.

Regards

Ashley

0 Kudos

check with developers

null

Former Member
0 Kudos

Yes

I think it should be a custom Tcode since the program might have been written like that if one user is accessing the Tcode, others should not be able to access it

If the business requires more than 1 users to access the Tcode, tell the developers to do that chande in the code

If its standard Tcode, then the message should not come. Check with basis or OSS regarding that

Award points if useful.

Former Member
0 Kudos

dear Aman,

when someone in mode [change] to a transaction, it will appears as transaction is locked by user XXX, it will prevent a document that is updated by multiple user. but in mode [display], multiple user can accessed this t.code, or deeply to the same document number, without any locks.

rgds,

AG