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

Delivery BAPI & RFC's

Former Member
0 Kudos
748

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
Read only

Former Member
0 Kudos
463

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
Read only

Former Member
0 Kudos
464

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

Read only

Former Member
0 Kudos
459

Hi,

Try this <b>WS_DELIVERY_UPDATE</b>

Regards

Vijay

Read only

Former Member
0 Kudos
459

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

Read only

Former Member
0 Kudos
459

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