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

Problem while using BAPI_OUTB_DELIVERY_CREATE_SLS

Former Member
0 Likes
1,054

Hi All

I am using BAPI_OUTB_DELIVERY_CREATE_SLS to create delivery, everything is fine.

problem is suppose if i select 2 line items it is creating two deliveries, but i am submitting 2 items in one table , but result is

two deliveries are created.

BAPI return is returning like this..

OutboundDelivery 84000154 has been created. External reference:

84000155 has been saved

84000154 has been saved ..

and also i check in TCODE vl03n two deliveries created, one sorder for 1 delivery respectively. where is the problem??

Thanks,

VEnkat.

1 REPLY 1
Read only

Former Member
0 Likes
642

Configuration specifies how orders are combined or split into multiple deliveries. This is often caused by different ship-to locations, different bill-to partners, etc., but could be caused by a variety of conditions. Speak to your SD functional expert about how the configuration is set. Essentially, I think SAP did exactly what configuration required it to do.