‎2006 Oct 18 3:42 PM
Hi all
I am using the BAPI: bapi-internalorder_create to create new orders with transaction ko01. When I run it, it seems like creating the order but when I go to the transaction ko03, it says that the order does not exist.
Can anybody help me??
thank you
‎2006 Oct 18 3:44 PM
Hi,
The BAPI BAPI_INTERNALORDER_CREATE does not carry out a implicit COMMIT.
You have to call BAPI_TRANSACTION_COMMIT after calling your BAPI.
THanks,
Ramakrishna
‎2006 Oct 18 3:44 PM
Hi,
The BAPI BAPI_INTERNALORDER_CREATE does not carry out a implicit COMMIT.
You have to call BAPI_TRANSACTION_COMMIT after calling your BAPI.
THanks,
Ramakrishna
‎2006 Oct 18 3:44 PM
YOu have to use the bapi
bapi_transaction_commit immediately after the success of the main bapi.
Regards,
ravi
‎2006 Oct 18 3:45 PM
You have to run BAPI_TRANSACTION_COMMIT after successful execution of your bapi.
Rob
‎2007 Nov 16 9:01 PM