Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delivery creation

Former Member
0 Likes
437

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.

2 REPLIES 2
Read only

Former Member
0 Likes
381

Hi Sasidhar,

Please use WS_DELIVERY_UPDATE.

Kindly set to resolve if it helps you.

Regards

Abhii..

Read only

Former Member
0 Likes
381

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.