‎2010 Feb 24 1:01 PM
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
‎2010 Feb 24 1:10 PM
Hi,
Pass WAIT = 'X' to BAPI_TRANSACTION_COMMIT and check.
Regards,
Ganga
‎2010 Feb 24 1:10 PM
Hi,
Pass WAIT = 'X' to BAPI_TRANSACTION_COMMIT and check.
Regards,
Ganga
‎2010 Feb 24 2:03 PM