‎2010 Apr 14 12:15 PM
Hi guys,
I have implemented this bapi to create a purchase order.
After executing it i can see in the returning table PO2BAPIRET[] that a order with a number has been created, but when i go to TX me23n and i introduce the purchase order number it says me that it does not exists, anybody knows why?
Thanks!!
Jon
‎2010 Apr 14 12:24 PM
Call the BAPI "BAPI_TRANSACTION_COMMIT" after bapi call "BAPI_PO_CREATE1".
Regards
Vinod
‎2010 Apr 14 12:24 PM
Hello
Use COMMIT after call BAPI:
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING WAIT = 'X'.
‎2010 Apr 14 12:24 PM
Call the BAPI "BAPI_TRANSACTION_COMMIT" after bapi call "BAPI_PO_CREATE1".
Regards
Vinod
‎2010 Apr 14 12:25 PM
I believe, You did not created Committed the BAPI and hence you can see PO created through BAPI but you can't see on BAPI.