2008 Apr 29 10:31 AM
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
2008 Apr 29 10:34 AM
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
2008 Apr 29 10:37 AM
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.
2008 Apr 29 1:02 PM
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