‎2010 May 19 7:14 PM
Hi Folks,
We are pushing the data into SAP using IDOCS.During this process some IDOCS are getting failed due to User Lock on shipment header.Anyone here can share their experience in dealing with User Lock issues.
Thanks,
Kiran.
‎2010 May 19 8:33 PM
only one can process a shipment at a time.
if you are in change mode in a shipment, then this shipment is locked for a second user to change anything.
‎2010 May 19 8:33 PM
only one can process a shipment at a time.
if you are in change mode in a shipment, then this shipment is locked for a second user to change anything.
‎2010 May 19 8:43 PM
Jurgen,
Ok.How can we avoid this user lock conflct when Processing IDOCS.
Thanks,
Kiran.
‎2010 May 19 8:56 PM
process the IDOCs in the night.....
exchange info with the user.
ask the user what he does when he is locking the shipment (often users just use the change transaction instead of the display transaction and do not know what problems they cause with this approach)
explain Whatyour IDOC does and find a good timing together with your users
‎2010 May 19 9:14 PM
Thanks.So,will there be no solution programtically ? Did you came across any SAP Notes for such issues.
Kiran.
‎2010 May 19 9:24 PM
no, there is nothing you can do with a program. There are OSS notes about this but nothing that would really help you (for material master updates there is an option for late locks)
‎2010 May 19 9:26 PM
Can you please share the OSS notes details so that I can take a look at the options.
Thanks,
Kiran.
‎2010 May 20 6:45 AM
Kiran,
Only one can edit the document, it's standard fucntion. I think No note can resolve this. I can suggest you to run a back ground job very frequently ,which picks these status 51 IDOCs and reprocess. Report is :RBDMANi2
We can use Message class & error message number on selection screen, so that we can make sure that only those idocs which were failed due to Lock problem are taken by the job.
--
Reddy