‎2009 Nov 16 1:36 PM
Hello All,
We are trying to replace the BDC with FM/BAPI for delivery creation.
Can any please give me the complete code for the creation of delivery using an FM/BAPI.
We should be able to create deliveries with multiple order items.
Thank you.
Best Regards,
Sasidhar Reddy Matli.
‎2009 Nov 16 1:48 PM
Hi Sasidhar,
Please use WS_DELIVERY_UPDATE.
Kindly set to resolve if it helps you.
Regards
Abhii..
‎2009 Nov 16 2:39 PM
u can use bapi .... BAPI_OUTB_DELIVERY_CREATE_SLS
CALL FUNCTION 'BAPI_OUTB_DELIVERY_CREATE_SLS'
EXPORTING
ship_point = <>
due_date = <>
DEBUG_FLG =
IMPORTING
delivery = <>
NUM_DELIVERIES =
TABLES
sales_order_items = <>
SERIAL_NUMBERS =
EXTENSION_IN =
DELIVERIES =
CREATED_ITEMS =
EXTENSION_OUT =
return = return.