‎2008 Sep 03 9:53 AM
Hi All,
M using BAPI_SALESORDER_CREATEFROMDAT2 to create Sales Order. It is working fine & creating sales order. But i also want to give Order Quantity in sales order. What is the field name for that in BAPI.
Thanks in advance....
Regards
AK
‎2008 Sep 03 9:58 AM
Hi,
You have to pass the data in the following structure.
ORDER_SCHEDULES_IN - Fields are ITM_NUMBER and
REQ_QTY.
Hope that helps.
Regards,
Surinder
‎2008 Sep 03 9:59 AM
‎2008 Sep 03 10:49 AM
Hi,
ORDER_ITEMS_IN-TARGET_QTY is the field for order quantity.along with this field you have to pass unit of measurment also in the field ORDER_ITEMS_INTARGET_QU.
Thanks,
radha.
‎2008 Nov 24 8:56 AM
Hi AK....
You can assign the quantity in table
ORDER_SCHEDULES_IN
you have to assign REQ_QTY in this table for material....
....
Here For each material you have to assign Item no....
like
010
020
with ref to that material gets identified in this table.......
eg.
in item table
item 010 and material no is 0000000001
and if u wan to give quantity then
ORDER_SCHEDULES_IN
itme no 010 and REQ_QTY = 10
...
That will solve your problem
Regards
Ashish
‎2008 Nov 25 12:44 PM
table :- bapisditem
target_qty
schedule lines
table:- bapischdl
lt_schedules_in-req_qty