‎2008 Apr 03 6:42 AM
Hi,
i am directly executing the bapi
BAPI_SALESORDER_CREATEFROMDAT2
with required input fields
i am getting message that sales order is created and has been saved.
when i goto va03 to see the sales order i am getting message that the sales order is not in database
why im getting like this?
is not possible to execute the bapi directly ? we have to call tht bapi through program only ?
Thanks & Regards,
Azhar
‎2008 Apr 03 6:46 AM
Hi,
Perform commit operation at the end.
You can do this by calling FM,
BAPI_TRANSACTION_COMMIT.
Reward points if it helpful.
Thanks,
Prasanna
‎2008 Apr 03 6:46 AM
Hi,
Perform commit operation at the end.
You can do this by calling FM,
BAPI_TRANSACTION_COMMIT.
Reward points if it helpful.
Thanks,
Prasanna