cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Delivery Quantity to Picking Quantity

Former Member
0 Kudos

HI,

Could anyone suggest how I could copy the delivery quantity to picking quantity while creating a delivery.

Regards

Rasheed

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

It is not possible to default Delivery Quantity = pickinging quantity. You can avoid the picking activity by not checking Relevant for Picking in The Delivery Item category screen. Menupath is as under:

IMG -> Logistic Execution -> Shipping -> Deliveries -> Define item categories for deliveries

However, you will have to modify the delivery quantity if you want to deliver lesser than system prompted. Hope this helps you.

Regards,

Rajesh Banka

Former Member
0 Kudos

I have been working on the userexit USEREXIT_MOVE_FIELD_TO_LIPS

the problem is that I can find the quantity for the respective line items from VBEP table but cannot assign it in the screen as I'm not able to get the line item field from the screen holding any value.

Please help.

Former Member
0 Kudos

Hi Rasheed,

Did you try using LIPSD-PIKMG ?

Regards,

Former Member
0 Kudos

yes I have tried LIPSD-PKIMG. Inorder to assign the value to LIPSD-PKIMG, i need to know the POSNR value to assign to that particular line.

Former Member
0 Kudos

Hi Rasheed,

If you are problem using the user exit routine, maybe you should try the data transfer routine attached to the copying control in VTLA. you can check copying routine 101 for reference. (program FV50C101)

See if this helps you.

Regards,

Former Member
0 Kudos

Hi Rasheed,

Did you manage to fulfill your requirement?

Pls feedback,

Regards,

Former Member
0 Kudos

Hi Rasheed,

You may use EK00 output type to achieve the result.It is assigned to the shipping point via config under the logistics execution/shipping/output control/Define print parameters shipping.

When the delivery is saved and the output type is generated, the delivery quantity would be copied to the picking quantity.

See if this helps you,

Regards,

Please reward points if useful

Former Member
0 Kudos

Hi,

In my scenario, when I create a delivery I may have 200 line items.My picking quantity will be equal to the delivery quantity for 90% of the line items.I must be able to change the rest.

I dont want the picking quantity to be copied to the delivery quantity when the document is saved.Before saving I need to make the changes.

Regards

Rasheed

Former Member
0 Kudos

Hi Rasheed,

I believe you would need to handle this via user exit.

You can check the delivery user exit MV50AFZ1 routine USEREXIT_MOVE_FIELD_TO_LIPS to achieve the same.

Regards,