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

Problems with BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
579

Hi friends,

I'm using Function Module --> Test --> Test Sequences and I enter the following sequence:

BAPI_SALESORDER_CREATEFROMDAT2

BAPI_TRANSACTION_COMMIT

Next I run this sequence with any data and I obtain the following result:

S V4 233 SALES_HEADER_IN has benn processed succesfully

S V4 233 SALES_ITEM_IN has been processed succesfully

W V1 555 The sales document is not yet complet: Edit

S V1 311 Standard order 808 has been saved

However, if I use transaction V.01 to see incomplete orders this order doesn´t appear. What is wrong in my sequence?

Thanks.

Edited by: Jairo Cortes on Feb 24, 2010 2:04 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

Hi,

Pass WAIT = 'X' to BAPI_TRANSACTION_COMMIT and check.

Regards,

Ganga

2 REPLIES 2
Read only

Former Member
0 Likes
490

Hi,

Pass WAIT = 'X' to BAPI_TRANSACTION_COMMIT and check.

Regards,

Ganga

Read only

0 Likes
489

That's fine, Ganga

Thanks.