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: 

Delivery BAPI & RFC's

Former Member
0 Kudos

Hi,

I want to create a outbound delivery. Can anybody give me a list of BAPI or RFC to create a outbound delivery. How will you do picking and goods issue in these case.

Thanks,

Karthik.k

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

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 Syste

Regards,

Ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

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 Syste

Regards,

Ravi

former_member188685
Active Contributor
0 Kudos

Hi,

Try this <b>WS_DELIVERY_UPDATE</b>

Regards

Vijay

Former Member
0 Kudos

Hi,

I want to create outbound delivery, it should return me a delivery number.I am having

BAPI_LIKP_PROCESS_MSG

BAPI_LIKP_PROCESS_MSG_DIRECT

but how will you give shipping point and delivery type etc. I need to have picking and goods issue done.

Tried WS_DELIVERY_UPDATE but it is asking for a existing delivery number.How will i create a delivery.

Thanks,

Karthik.k

Former Member
0 Kudos

Hey,

I don’t think SAP has delivered any BAPIs which suits your requirement. Instead of hunting down individual RFCs for creating deliveries, picking and goods issue I would suggest you record VL01N and create deliveries using BDC/Call Transaction.

-Kiran