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: 

BAPI to create Delivery for multiple Orders (for VL10A )

Former Member
0 Kudos

Dear all,

I am using BAPI " BAPI_OUTB_DELIVERY_CREATE_SLS " to create delivery.

If i am trying to create delivery for multiple orders it is creating multiple deliveries. I want to create single delivery for multiple

deliveries? is tehre any other BAPI is there ? Missing any parameters? Pelase help..

* Calling BAPI_OUTB_DELIVERY_CREATE_SLS
  CALL FUNCTION 'BAPI_OUTB_DELIVERY_CREATE_SLS'
    EXPORTING
      SHIP_POINT        = lv_ship_point
      DUE_DATE          = lv_ledat
    IMPORTING
      DELIVERY          = del
    TABLES
      SALES_ORDER_ITEMS = del_tab
      RETURN            = bapi_return.

Thanks,

Venky.

1 REPLY 1

madhu_vadlamani
Active Contributor
0 Kudos

Hi Venky,

Did you check with functional consultant about the issue.Please check with them whether configuration done.

Regards,

Madhu.