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
679

Hello everyone.

In an web application we are using the BAPI_SALESORDER_CREATEFROMDAT2 to create the sales order.

Everything goes fine except that the inter order (vbak-aufnr) is not created.

I tried to set the parameter INT_NUMBER_ASSIGNMENT to 'X' but this doesn't work either.

Anyone have a clue of what has to be done so the intern order is created and updated ? Or, this may sound stupid but is it possible to debug a web app so i can monitor what is done in this bape ?

Thanks for the help.

Best regards.

Helder

2 REPLIES 2
Read only

Former Member
0 Likes
451

No ideas ?

Just to clarify what i need is to know if it's possible with this bapi to create the internal order. If yes, what are the parameters that i have to transmit to the bapi ?

Read only

Former Member
0 Likes
451

To solve that, i used a bapi to create the internal order then i updated the internal table containing the items and launched the bapi_salesorder_createfromdat2.