Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi_salesorder_createfromdat1

Former Member
0 Kudos

hi,

i have to create a sales order in .net which is connected to sap trough .net connectors,the connection was successfully done.i had choosen the function module bapi_salesorder_createfromdat1,now on sap side what coding need to be done.and how can i check wether the salesorder created in .net had been successfully posted in sap.

1 REPLY 1

Former Member
0 Kudos

Dear Anil,

It is not necessary to check in SAP abt the Sales Order. You can get error or success message in return parameters. From their you can get the SAP status.

Also note that you have to execute BAPI_TRANSACTION_COMMIT after using your BAPI for DB Commit (4.6C onwards version).

Regards

Nilesh Shete