Application Development 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: 

Create outbound delivery

Former Member
0 Kudos

Hello,

My requirement is to create an outbound delivery w.r.t. sales order; but materials and line item numbers would not match the data sequence in sales order. E.g. Sales order will have POSNR1 00010, MATNR1 = 10000010; POSNR2 = 00020 and MATNR2 = 10000020.

Desired output delivery should have POSNR1 = 00010, MATNR1 = 10000020;; POSNR2 = 00020 and MATNR2 = 1000010. BAPIs 'BAPI_OUTB_DELIVERY_CREATE_SLS' and 'BAPI_DELIVERYPROCESSING_EXEC' did not work because we have to pass SO number as reference object. BDC cannot be used for various reason as per our requirement.

Please suggest if any other BAPI/FM can create delivery with all the data same as sales order data but item numbers and materials as mentioned above.

Thank you,

Keya.

1 REPLY 1

Lakshmipathi
Active Contributor
0 Kudos

Similar discussion have already taken place here

G. Lakshmipathi