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

Former Member
0 Likes
631

Hi,

Could anyone pls help me out to get the BAPI for Outbound delivery.

I tried BAPI_DELIVERYPROCESSING_EXEC.But it deosn't work.

Pls help

Ram

4 REPLIES 4
Read only

Former Member
0 Likes
592

Hi,

Take a look at tfe following ones :

BAPI_OUTB_DELIVERY_CHANGE BAPI for Change to Outbound Delivery

BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Verification from a Decentralized System

BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries

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

Regards,

Erwan

Read only

Former Member
0 Likes
592

try using W_FRM_DELIVERY_CREATE_GENERAL.

Read only

0 Likes
592

Hi,

All these abaove mentioned BAPI's will not work for Outbound delivery creation for a Purchase order

Pls help

I'm struggling

Read only

0 Likes
592

the documentation of the W_FRM_DELIVERY_CREATE_GENERAL says ==>

This function module uses the function modules:

RV_DELIVERY_CREATE for the document category 'sales order'

GN_DELIVERY_CREATE for the document category 'purchase order'

i have used it in my program. it works fine.

try it. hope this will help...