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 for delivery

Former Member
0 Likes
720

Hi,

Is there any RFC's or BAPI's to create outbound delivery after sales order. If it is able to return delivery number then it is well and good.

Thanks

Karthik.k

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

Check which one you can make use of

<b>BAPI_STOREORDER_CREATE

BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_OUTB_DELIVERY_CONFIRM_DEC</b>

rgds,

TM

4 REPLIES 4
Read only

Former Member
0 Likes
669

Check which one you can make use of

<b>BAPI_STOREORDER_CREATE

BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_OUTB_DELIVERY_CONFIRM_DEC</b>

rgds,

TM

Read only

Former Member
0 Likes
668

Hi,

Believe me there is no standard BAPI for creating a delivery. You will have to record VL01N and use CALL TRANSACTION to create the delivery.

-Kiran

*Please reward helpful answers

Read only

ferry_lianto
Active Contributor
0 Likes
668

Hi Karthik,

You can use BAPI <b>BAPI_DELIVERYPROCESSING_EXEC</b> to deliver preceding documents like a sales order.

Or you can use FM <b>RV_DELIVERY_CREATE</b>. Please use FM RV_DISPATCH_DUE_DATE_POS to get some of the tables populated to be used in RV_DELIVERY_CREATE.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
668

ok.Thanks Kiran,Ferry and Thomas

Regards,

Karthik.k