‎2006 Aug 15 7:55 AM
Hi Abapers,
i am calling BAPI_TRANSACTION_COMMIT after each BAPI_GOODSMVT_CREATE i am facing two problems.
1) the first document is created successfully created and second document is giving the error Purchase order already processing.
and i tryied by passing WAIT parameter still getting the same error.
2)even the document is fails to create BAPI_TRANSACTION_COMMIT is return 0(suceessfull).
please any one help me.
regards,
ramesh
‎2006 Aug 15 9:07 AM
Hi Ramesh,
before calling BAPI_TRANSACTION_COMMIT try calling
SET UPDATE TASK LOCAL.
Generally the update is done in update task and it takes few seconds before the actual updates happen. If u set update task as local then it will update immidiately.
Hope this helps.
Cheers
VJ
‎2006 Aug 15 8:41 AM
Hi
Can you paste your code, so that we can know where you are going wrong.
Regards,
Raj
‎2006 Aug 15 9:07 AM
Hi Ramesh,
before calling BAPI_TRANSACTION_COMMIT try calling
SET UPDATE TASK LOCAL.
Generally the update is done in update task and it takes few seconds before the actual updates happen. If u set update task as local then it will update immidiately.
Hope this helps.
Cheers
VJ