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: 

what is FM/BAPI to create Outbound Delivery Order with SD

Former Member
0 Kudos

Hi ,I'm new to ABAP language using ECC 6.0 version,

i have created Sales order from BAPI

'BAPI_SALESORDER_CREATEFROMDAT2'

so i need to create Delivery Order with Sales Order, Shipping Point(plant) and Selection Date (Delivery Date).

From above Three fields i need to create Delivery Order

So could any one tel me FM/BAPI to create Outbound Delivery with respect to Sales Order..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

BAPI_OUTB_DELIVERY_CREATE_SLS (Generates Delivery for Customer Order)

BAPI_OUTB_DELIVERY_CREATE_STO (Generates Delivery for Stock Transport Order)

Best regards,

Danny

1 REPLY 1

Former Member
0 Kudos

BAPI_OUTB_DELIVERY_CREATE_SLS (Generates Delivery for Customer Order)

BAPI_OUTB_DELIVERY_CREATE_STO (Generates Delivery for Stock Transport Order)

Best regards,

Danny