‎2009 Oct 16 9:25 AM
Hi
I am using BAPI_GOODSMVT_CREATE for good receipt for Purchase Order. When I excute this BAPI, the system is creating a Document Number but the Goods Movement does not take place. It fails. And I do not receive any error message.
Could anyone please let me know the soluton for this issue.
Thanks in advance.
‎2009 Oct 16 9:35 AM
Hello
Are you doing
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
WAIT = 'X'.
after BAPI_GOODSMVT_CREATE ?
‎2009 Oct 16 9:35 AM
Hello
Are you doing
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
WAIT = 'X'.
after BAPI_GOODSMVT_CREATE ?
‎2009 Oct 16 10:44 AM