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: 

Objects Currently Locked by user with the message 03110

aryan-p
Discoverer
0 Kudos

We are having a Z rexport when we execute that’s report we are getting this error like who ever execute thisZ report, the error message will come with OBJECT CURRENTLY LOCKED BY USER(The ID will be displayed one who executes the report). Even though other are not editing this object. How we can identify what exactly causing the issue here. Please kindly help me ASAP.

Thanks in advance.

2 REPLIES 2

Sandra_Rossi
Active Contributor

It's too much generic, it can be anything. First thought, buggy program. If standard, check SAP Support. Otherwise please ask a (skilled) ABAP developer in your company who will be able to analyze the code.

raymond_giuseppi
Active Contributor
0 Kudos

Check your code:

  • Did you first try to lock the record (ENQUEUE FM)
  • Do you wait for COMMIT execution (WAIT option) before calling a second BAPI or similar tool
  • Do you always release lock at end of transaction explicitly (DEQUEUE FM) or implicitly when saving (COMMIT) or when canceling (ROLLBACK)