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 for VL02 + packing

Former Member
0 Likes
1,020

Hiii

does anyone know a BAPI where i can update the field in transaction VL02 --> Packing

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
836

check FM SD_DELIVERY_UPDATE_PICKING

BAPI_OUTB_DELIVERY_CHANGE

.

Regards

Kiran Sure

3 REPLIES 3
Read only

Former Member
0 Likes
836

Hi,

I don't have access to tx VL02 at the moment, but the BAPI you are looking for may be BAPI_HU_PACK?

Read only

Former Member
0 Likes
837

check FM SD_DELIVERY_UPDATE_PICKING

BAPI_OUTB_DELIVERY_CHANGE

.

Regards

Kiran Sure

Read only

Former Member
0 Likes
836

Hi,

After creation of delivery (VL01N) by BAPI_DELIVERYPROCESSING_EXEC vou need to execute

SD_DELIVERY_UPDATE_PICKING_1 (VL02N) and BAPI_OUTB_DELIVERY_CONFIRM_DEC (VL02N) to confirm.

Hope it helps.

Chang