‎2006 Oct 02 3:02 PM
Hi all,
I am calling FI_ITEMS_MASS_CHANGE FM within loop.
it is giving error as 'Entry is locked by another user'.
for first record in loop it goes to FB02 transaction updates the entry and comes out succesfully but for 2nd entry it is giving above error.. externally I have used enqueue func module for BKPF but still not solved.
If i go in debugging mode for each entries(pressing F5) then I am not geting above error.
regards
Divakar
‎2006 Oct 02 3:06 PM
Hi
Try using WAIT UPTO 1.(SECONDS)Mentioned some seconds of time.
Try to add DEQUEUE also along with enqueue.
Message was edited by: Vara Prasad Kunathi
Message was edited by: Vara Prasad Kunathi
‎2006 Oct 02 3:06 PM
Hi
Try using WAIT UPTO 1.(SECONDS)Mentioned some seconds of time.
Try to add DEQUEUE also along with enqueue.
Message was edited by: Vara Prasad Kunathi
Message was edited by: Vara Prasad Kunathi
‎2006 Oct 02 3:20 PM
Use the below FM for looking the BKPF table.
<b>ENQUEUE_EFBKPF
DEQUEUE_EFBKPF</b>
In the loop after the document is updated dequeue the document and wait for some few seconds.
Regards,
Prakash.