Application Development and Automation 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: 
Read only

BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
327

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
305

Hi,

Perform commit operation at the end.

You can do this by calling FM,

BAPI_TRANSACTION_COMMIT.

Reward points if it helpful.

Thanks,

Prasanna

1 REPLY 1
Read only

Former Member
0 Likes
306

Hi,

Perform commit operation at the end.

You can do this by calling FM,

BAPI_TRANSACTION_COMMIT.

Reward points if it helpful.

Thanks,

Prasanna