2005 Jul 05 12:44 PM
Hi All,
I used the BAPI "BAPI_SALESORDER_CREATEFROMDAT2" to create a Sales Order. Even though I put in the target quantity as 10 or 20. After the Commit work when I go back and see the sales order the order quantity is 0. Does anybody know the solution for this?
Best Regards,
Sudhi
2005 Jul 05 1:00 PM
2005 Jul 05 1:00 PM
2005 Jul 05 1:27 PM
Hi Jayanthi,
That link was very helpful. Thanks a lot. But I surprised that this stuff is missing from the Documentation. Will have to raise this ticket to update the documentation.
Have a nice day,
Sudhi
2005 Jul 05 1:06 PM
Hi,
You have to pass 'X' to fields in structure ORDER_ITEMS_INX for the corresponding fields that u want to be updated in ORDER_ITEMS_IN.
So check whether u have passed 'X' to ORDER_ITEMS_INX-TARGET_QTY.
With regards,
Sharath.
2005 Jul 05 1:10 PM
hi ,
Try this out ..
In Order_schedules table put entry for
itm_number .
REQ_date .
req_qty .
this is work ..
regards ,
Sumeet Kaul