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: 

VL10A FM or BAPI

former_member852447
Active Participant
0 Kudos
872

Hello Abappers,

I am on version 46C and I need to identify a BAPI or function module to build into a program for transaction VL10A (Creation of sales orders deliveries where there are multiple sales orders).

I have identified RV_DELIVERY_CREATE but this only allows the creation of a delivery from a single sales order.

regards

3 REPLIES 3

Former Member
0 Kudos
171

Try this

BAPI_INB_DELIVERY_CHANGE

BAPI_INB_DELIVERY_CONFIRM_DEC

BAPI_INB_DELIVERY_SAVEREPLICA

BAPI_OUTB_DELIVERY_CHANGE

BAPI_OUTB_DELIVERY_CONFIRM_DEC

BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_OUTB_DELIVERY_SPLIT_DEC

Former Member
0 Kudos
171

Hi,

try this.

SD_SALES_DOCUMENT_READ Reads sales document header and business data: tables VBAK, VBKD and VBPA (Sold-to (AG), Payer (RG) and Ship-to (WE) parties)

SD_SALES_DOCUMENT_READ_POS Reads sales document header and item material: tables VBAK, VBAP-MATNR

Regards,

Raj.

former_member852447
Active Participant
0 Kudos
171

Hello raj and balaji,

Thank you for replying but do these BAPI's and FM that you recommend create a delivery. I do not need to change or condirm an existing delivery.

Thanks