cancel
Showing results for 
Search instead for 
Did you mean: 

Add item to delivery

Former Member
0 Kudos

Hi,

hopefully someone can help me on this one.

I want to change a delivery by BAPI.

Changing the quantity of items which already exist is done by using BAPI_OUTB_DELIVERY_CHANGE... works fine.

But I might also need to add new items to the delivery.

What can I do?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As my understanding there is no good function module for delivery.

I am also faced different problems for creation of delivery then i have opt BDC.

Generally in every Bapi function module which is used for change there is a field

UPDATE flag.If this update flag is I then new line item will be added.But in the case of BAPI_OUTB_DELIVERY_CHANGE there is no such a field .So it is better to go for BDC.

Thanks,

shyla

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michael,

Welcome to SDN.........

I think its not possible to add new entries through this BAPI.

There are limitation to this BAPI regarding the line items:

1) You can change the values to the item data regarding Quantity, Weight (gross weight and net weight), Volume and Expiration date and even you can delete an line item in the delivery.

2) You cant add a new line item .

For more information, read the Funcion module Documentation for this BAPI.

Thanks,

Vinay