‎2006 Mar 29 3:33 PM
i'm using the FM bapi_entrysheet_release in a loop and passing entryseet no to it.
there are some case where more then one entrysheet can have same purchase order no.
so in this case it show this error "VPTURN* is already processing PO 45877857988"
VPTURN is username.
please help me on this
‎2006 Mar 29 4:57 PM
Are you committing between loop passes? Would the addition of a WAIT parameter help?
‎2006 Mar 29 5:12 PM
Avinash,
I am sure its a timing issue.
Testing with a longer wait time between two entry sheets. I am sure it will work then.
Regards,
Ravi
Note : Please mark the helpful answers.
‎2006 Mar 29 5:18 PM
You can use <b>ENQUE_SLEEP</b> FM between each entry sheet -;)
Greetings,
Blag.
‎2006 Mar 29 9:16 PM
i had tried with all wait options but still it is giving the same error any other alternatives
‎2006 Mar 29 10:15 PM
hi avinash,
as already suggested is it possible for you to commit the BAPI in between the steps of the loop.