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 BAPI_SALESORDER_CREATEFROMDAT1

Former Member
0 Likes
499

Hi,

Im testing to create SO using that BAPI, I just want to test run the BAPI, dont want to create the SO.

Though export parameter 'without_commit' is already ticked, the SO created anyway.

Later, when I take out the 'X', SO created jump to the next number.

I just want to test run the SO. How can do it? As BAPI goods movement create. It returns sy-subrc = 0 when I tick for the test run mode.

many thanks.

Alia

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

Hi

You can try BAPI_SALESORDER_SIMULATE .

This will do the trick for you.

Cheers.

2 REPLIES 2
Read only

Former Member
0 Likes
458

Hi

You can try BAPI_SALESORDER_SIMULATE .

This will do the trick for you.

Cheers.

Read only

0 Likes
457

Thanks alots.. will try soon.

Alia