‎2008 Apr 03 6:41 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:54 AM
Guess you are executing the BAPI in SE37 with required parameters. Note that the BAPI doesnt have implicit commit, so you have to use BAPI: BAPI_TRANSACTION_COMMT in the transaction sequence to actually save the document in the database.
‎2008 Apr 03 6:49 AM
Hi,
check wheather u are getting Message in Return TABLES Parameter,u wil get ur sales order number in ur RETURN tables as S message Type.
Regards,
Morris Bond.
‎2008 Apr 03 6:54 AM
Guess you are executing the BAPI in SE37 with required parameters. Note that the BAPI doesnt have implicit commit, so you have to use BAPI: BAPI_TRANSACTION_COMMT in the transaction sequence to actually save the document in the database.