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 - How to create Delivery using multiple SO & Item

Former Member
0 Likes
2,464

HI

Only using BAPI how to create delivery (VL01N) using multiple/different SO and item.

I am using BAPI -> BAPI_DELIVERYPROCESSING_EXEC

using Multiple SO -> create only 1 delivery.

Get me the steps or code for this scenario.

Note: I feel first create 1 delivery for 1 sales order , then extend the same delivery with multiple SO. Is this will work in BAPI

Kind Regards


1 ACCEPTED SOLUTION
Read only

JL23
Active Contributor
0 Likes
1,495

there are numerous criteria (different ship-to partners, different routes....) which can prevent that you can club everything into one delivery, SAP may even split one order into many  deliveries.

SAP has its designed delivery split criterias, and the consultants can even define more with customizing:

http://help.sap.com/saphelp_46c/helpdata/en/36/b723c9209a31f2e10000009b38f984/content.htm

3 REPLIES 3
Read only

Rushikesh_Yeole
Contributor
0 Likes
1,495

Can you check BAPI_OUTB_DELIVERY_CREATE_SLS

Read only

0 Likes
1,495

We got ECC5 where we don't have BAPI_OUTB_DELIVERY_CREATE_SLS.

That's the reason i am using BAPI_DELIVERYPROCESSING_EXEC.

I am able to get 1 SO -> 1 Delivery.

My requirement is multiple SO -> 1 Delivery. Not working.

Read only

JL23
Active Contributor
0 Likes
1,496

there are numerous criteria (different ship-to partners, different routes....) which can prevent that you can club everything into one delivery, SAP may even split one order into many  deliveries.

SAP has its designed delivery split criterias, and the consultants can even define more with customizing:

http://help.sap.com/saphelp_46c/helpdata/en/36/b723c9209a31f2e10000009b38f984/content.htm