‎2007 Dec 06 8:11 AM
Hello !
I need to create an outbound delivery from a sales order.
I also need to split the items of my delivery into different batchs.
The problem is I can't find a function module to do that. I have tried BAPI_DELIVERYPROCESSING_EXEC but I don't see how to split batch with it.
Any help would be welcome !
Thanks,
Yann Portrait
‎2007 Dec 06 8:44 AM
hi!!!!!!!
You can use the following BAPI and FM.
BAPI_SALESORDER_CREATEFROMDAT2.
BAPI_IBDLV_CREATE_ FROM_OBDLV.
BAPI_DELIVERYPROCESSING_EXEC
RV_DELIVERY_CREATE
GN_DELIVERY_CREATE.
RV_DELIVERY_CREATE_SINGLE
TO USE RV_DELIVERY_CREATE, i first you have to use function module SHP_GET_SD_DATA to get sales order data and then call RV_DELIVER_CREATE fm with corresponding tables parameters.
reward if helpful..
‎2007 Dec 06 8:44 AM
hi!!!!!!!
You can use the following BAPI and FM.
BAPI_SALESORDER_CREATEFROMDAT2.
BAPI_IBDLV_CREATE_ FROM_OBDLV.
BAPI_DELIVERYPROCESSING_EXEC
RV_DELIVERY_CREATE
GN_DELIVERY_CREATE.
RV_DELIVERY_CREATE_SINGLE
TO USE RV_DELIVERY_CREATE, i first you have to use function module SHP_GET_SD_DATA to get sales order data and then call RV_DELIVER_CREATE fm with corresponding tables parameters.
reward if helpful..
‎2007 Dec 06 9:26 AM
Hi !
Thanks for this list.
However, I still wonder how I can split batch in my delivery.
Yann
‎2007 Dec 07 10:20 AM