Application Development 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: 

New item for outbound delivery via FM/BAPI?

Former Member
0 Kudos
607

Hi all,

is it possible to add a new item to an outbound delivery via function module/Bapi etc..?

I need to add a packaging item - that`s easily possible via TA VL02N, but I do not now how to do via FM/Bapi?

It seems that WS_DELIVERY_UPDATE does not work (only changes/deletion of items are supported).

Regards,

Martin

1 ACCEPTED SOLUTION

0 Kudos
132

Iam not sure if items can be added to the deliveries, using a BAPI/FM.The lines are always created from a preceding document - e.g. an order. If an order has not been delivered in full, then additional delivery will have to be created.

I believe it works the same way with inbound also.

3 REPLIES 3

Former Member
0 Kudos
132

try to use BAPI_OUTB_DELIVERY_SAVEREPLICA

rakesh.

0 Kudos
133

Iam not sure if items can be added to the deliveries, using a BAPI/FM.The lines are always created from a preceding document - e.g. an order. If an order has not been delivered in full, then additional delivery will have to be created.

I believe it works the same way with inbound also.

Former Member
0 Kudos
132

Now I am using the "old style" Batch Input via VL02 to add the necessary items...