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 Create

Former Member
0 Likes
610

hi,

1.can i create delivery for particular customer using bapis?

2.can i create invoice using bapis?

if it is possilble pls tell me the bapi names??????????????

regards

Guru

2 REPLIES 2
Read only

Former Member
0 Likes
439

Hi Guruvulu,

Take a look at the following ones :

BAPI_INB_DELIVERY_CHANGE Change inbound delivery

BAPI_INB_DELIVERY_CONFIRM_DEC BAPI for inbound delivery verification from a decentralized system

BAPI_INB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Inbound Deliveries

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 Sys

<b>BAPI_OUTB_DELIVERY_SAVEREPLICA / BAPI_INB_DELIVERY_SAVEREPLICA should be ok for you for the delivery creation.

and BAPI_INCOMINGINVOICE_CREATE for invoice.</b>

Hope this helps,

Erwan

Read only

Former Member
0 Likes
439

U can also use the below to create delivery notes

call function 'SHP_VL10_DELIVERY_CREATE'

exporting

IF_LEDAT = I_LFDAT

IF_NUR_VORGABE_POS = YES

IT_KEY_ENQUE_READ = IT_KEY_ENQUE_READ

IT_KOMDLGN = IT_KOMDLGN

changing

CX_SD_ORDER = XS_SD_ORDER

CT_VBSK_ALL = XT_VBSK_ALL

CT_VBLS = XT_VBLS

CT_KEY_LATE = XT_KEY_LATE.