‎2009 Jul 20 1:00 PM
Hi Experts,
Is there any function module or bapi for creating and change the delivery ( single function module for both create and change ).
thanks,
sudheer
‎2009 Jul 20 1:12 PM
Hi Sudhir,
Try the following FMs.
BAPI_INB_DELIVERY_CHANGE
BAPI_OUTB_DELIVERY_CHANGE
BAPI_OUTB_DELIVERY_CREATENOREF
BAPI_OUTB_DELIVERY_CREATE_SLS
BAPI_OUTB_DELIVERY_CREATE_STO
Regards,
Vimal.
‎2009 Jul 20 1:22 PM
Hi Vimal,
thanks for your reply.
but i think these bapi's are for only single functionality ( create or change ).
I need a single function module which can create or change deliveries both.
any idea.
or how to achieve this?
thanks,
sudheer
‎2009 Jul 20 1:39 PM
Hi,
Function module RV_DELIVERY_CREATE
BAPI_OUTB_DELIVERY_SAVEREPLICA
BAPI_DELIVERYPROCESSING_EXEC
‎2009 Jul 21 6:10 AM
Hi,
I need only one function module to create and change deliveries.
is there fm or bapi available or we need to create a fm for that can anybody suggest me.
if we need to develop a function module for this how to proceed.
can anybody suggest me.
thanks,
sudheer
‎2009 Jul 21 6:22 AM
BAPI_DELIVERYPROCESSING_EXEC
Read the FM documentation and see the parameter delivery_extend for details.....
‎2010 Feb 20 8:12 AM