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
435

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

2 REPLIES 2
Read only

former_member673464
Active Contributor
0 Likes
380

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

Read only

Former Member
0 Likes
380

thnks