‎2008 Jul 02 6:34 AM
Hello Friends,
Im using bapi BAPI_SALESORDER_CREATEFROMDAT2 to upload sales order , in tht i have some doubts like
1) how to upload multiple material in a single sales order?
2) Corresponding to material how we can make change in delivery date and schedule line category type in schedule lines tab.
3) wht is the importance of ORDER_SCHEDULES_IN-ITM_NUMBER
Helpful answers will be rewarded.
Thnks
Sunny
‎2008 Jul 02 6:59 AM
hi,
1) how to upload multiple material in a single sales order?
you will have tables tab which will contain the line item details(ORDER_ITEMS_IN) in which you can pass multiple materials through internal table for single sales order.The bapi will create a single sales order for single execution.
2) Corresponding to material how we can make change in delivery date and schedule line category type in schedule lines tab.
You have ORDER_SCHEDULES_IN table for filling the schedule line details
3) wht is the importance of ORDER_SCHEDULES_IN-ITM_NUMBER
It is the item number of line item in sales order for which you are passing the schedule lines.
Regards,
Veeresh
‎2008 Jul 10 11:12 AM