2007 Nov 01 8:02 AM
Hi ,
Which structure or fields should i use for the sale order quantity in BAPI_SALESORDER_CREATEFROMDAT2??
i tired the schedule line order quantity and item line target quantity. It still not success.
Regards,
Kit
Hi ,
Which structure or fields should i use for the sale order quantity in BAPI_SALESORDER_CREATEFROMDAT2??
i tired the schedule line order quantity and item line target quantity. It still not success.
Regards,
Kit
2007 Nov 01 8:04 AM
2007 Nov 01 8:35 AM
Dear Atish,
Could you give me some guide on that??
Thx
Regards,
Kit
2007 Nov 01 9:04 AM
You need to pass following data:
SALESDOCUMENTIN
ORDER_HEADER_IN
<b>ORDER_HEADER_INX</b>
RETURN
ORDER_ITEMS_IN
<b>ORDER_ITEMS_INX</b>
ORDER_SCHEDULES_IN
<b>ORDER_SCHEDULES_INX</b>
Parameters marked in Bold holds the update information.
2007 Nov 01 9:05 AM
Thx for your reply.
I have created a sale order with 3 items and its associated schedule line. But, only the first item have the required quantity in the result. Then, i hard code the item number (10,20,30) in item and schedule line table in runtime. The result is correct. Is there any way to assign the item number in runtime?? Or any other way to create the schedule line??
Regards,
Kit