‎2006 Jul 03 8:42 AM
Hi,
Is there any RFC's or BAPI's to create outbound delivery after sales order. If it is able to return delivery number then it is well and good.
Thanks
Karthik.k
‎2006 Jul 03 8:52 AM
Check which one you can make use of
<b>BAPI_STOREORDER_CREATE
BAPI_OUTB_DELIVERY_SAVEREPLICA
BAPI_OUTB_DELIVERY_CONFIRM_DEC</b>
rgds,
TM
‎2006 Jul 03 8:52 AM
Check which one you can make use of
<b>BAPI_STOREORDER_CREATE
BAPI_OUTB_DELIVERY_SAVEREPLICA
BAPI_OUTB_DELIVERY_CONFIRM_DEC</b>
rgds,
TM
‎2006 Jul 03 1:49 PM
Hi,
Believe me there is no standard BAPI for creating a delivery. You will have to record VL01N and use CALL TRANSACTION to create the delivery.
-Kiran
*Please reward helpful answers
‎2006 Jul 03 2:24 PM
Hi Karthik,
You can use BAPI <b>BAPI_DELIVERYPROCESSING_EXEC</b> to deliver preceding documents like a sales order.
Or you can use FM <b>RV_DELIVERY_CREATE</b>. Please use FM RV_DISPATCH_DUE_DATE_POS to get some of the tables populated to be used in RV_DELIVERY_CREATE.
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 Jul 04 9:57 AM