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

BAPI_OUTB_DELIVERY_CHANGE to complete the picking

former_member582701
Contributor
0 Likes
1,473

Hi guys,

I need to use this BAPI to make the picking of the deliveries.

I have found in the forums how to change the delivery quantity or delete the delivery and it is working fine in my code but i don't find and i dont know how to do the picking of the delivery. I don't find any field in table ITEM_DATA for picking quantity.

It is possible to do this with this BAPI? (i need to use this bapi, not another FM)

Thank you in advance,

Manel

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
851

Hi,

This bapi won't update the picking quantity..

You have two options either do a BDC for VL02N or try with the FM 'WS_DELIVERY_UPDATE'.

however u should make sure that the FM 'WS_DELIVERY_UPDATE' ALSO DOES THE PGI.

Regards,

Nagaraj

Hi,

This bapi won't update the picking quantity..

You have two options either do a BDC for VL02N or try with the FM 'WS_DELIVERY_UPDATE'.

however u should make sure that the FM 'WS_DELIVERY_UPDATE' ALSO DOES THE PGI.

Regards,

Nagaraj

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
852

Hi,

This bapi won't update the picking quantity..

You have two options either do a BDC for VL02N or try with the FM 'WS_DELIVERY_UPDATE'.

however u should make sure that the FM 'WS_DELIVERY_UPDATE' ALSO DOES THE PGI.

Regards,

Nagaraj

Read only

0 Likes
851

Ok, thank you, i wanted to have a confirmation about this.

I will look for other options.