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: 

Creating Outbound Delivery using BAPI

former_member194747
Participant
0 Kudos

Hi All,

Can anyone advice is there any way to create Oubound Delivery using BAPI.

If you have come accross with such developments or idea, can you please share your idea?.

Thanks,

Muruganand.K

3 REPLIES 3

Former Member
0 Kudos

Hi,

Use BAPI_DELIVERYPROCESSING_EXEC - Create Delivery from Delivery Due List

BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System

BAPI_OUTB_DELIVERY_SPLIT_DEC BAPI for Subsequent Outbound-Delivery Split from a Decentralized System

BAPI_OUTB_DELIVERY_CHANGE

BAPI_OUTB_DELIVERY_CREATENOREF

BAPI_OUTB_DELIVERY_CREATE_SLS

BAPI_OUTB_DELIVERY_CREATE_STO

BAPI_OUTB_DELIVERY_SAVEREPLICA

Also check

Outbound Delivery User Exits

EXIT_SAPLV50I_003 User Exit BAPI Outbound Delivery Replication

EXIT_SAPLV50I_004 User Exit BAPI Outbound Delivery Confirmation

EXIT_SAPLV50K_007 User Exit BAPI Outbound Delivery Replication (Outbound from Sender System)

Function module: OIJ_EL_DOCG_CREATE_DELIVERY - Create outbound delivery

Former Member
0 Kudos

Hi,

To create Outbound delivery using BAPI , here are some:

BAPI_OUTB_DELIVERY_CREATE_SLS - Generates Delivery for Customer Order

BAPI_OUTB_DELIVERY_CREATE_STO - Generates Delivery for Stock Transport Order

BAPI_OUTB_DELIVERY_CREATENOREF - Generates Delivery Without Reference

Thanks & Regards,

Anagha Deshmukh

Former Member
0 Kudos

Hi,

Refer standard program RM06EANL - Generation of Inbound Deliveries. I had requirement to create inbound deliveries. In above program, function module GN_DELIVERY_CREATE is used to create delivery. We can specify inbound/outbound delivery type using table parameter 'xkomdlgn-lfart'. So, refer above standard program to get an idea. Hope this will help you in crating outbound deliveries.

Regards,

Siva Sankar.