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

Automatic input for picking qty in background in VL01N / VL02N

Former Member
0 Kudos
473

Hi,

How can i populate the picking qty automatically as delivered qty in the creation of delivery ?

I tried to change picking qty by assigning the value of the delivered qty.

( CT_XLIPS-PKIMG = CT_XLIPS-LFIMG ) in BADI LE_SHP_DELIVERY_PROC

method SAVE_DOCUMENT_PREPARE. i.e. LFIMG = 1.00 then PKIMG should be equal to 1.00. I successfully created the delivery, but the Picking qty is again overwritten to 0 qty.

Can u help in this regard?

Thanks in advance.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:02 PM

3 REPLIES 3
Read only

Former Member
0 Kudos
304

You might want to change the overall picking status to C as well and see if it works.

Read only

0 Kudos
304

I already done that also, but still when i display the delivery document the picking qty returns its value to 0.

Read only

0 Kudos
304

why not try using this userexit: MV50AFZ1 under FORM USEREXIT_MOVE_FIELD_TO_LIPS.