cancel
Showing results for 
Search instead for 
Did you mean: 

Picking Quantity automatically

Former Member
0 Kudos

HI,

We have to do picked quantity automaticaly at the time of delivery in VL01N.

One possiblity is through transfer of order but for this plant WM is not activate

so there is only one possibility we think is through abap development.

Can anybody tell How we will do automatic picked quantity in delivery?

thanks

regards,

anup

Accepted Solutions (1)

Accepted Solutions (1)

former_member211616
Active Contributor
0 Kudos

Hi Anup

There is a functional module

Delivery quantity = picked quantity.

Check FM SD_DELIVERY_UPDATE_PICKING

Hope it will help u out

Regards

Ramesh

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

I would prefer to have a different item category and deactivate the picking for that plant which is a standard process rather going for ABAP coding.

G. Lakshmipathi

Former Member
0 Kudos

HI Jignesh and Lakshmipathi

thnaks for th reply

@ lakshmipathi - this is not the item category specifice so cant do anything in item category

need to work out on the solution provided in above reply

thanks

Anup

Former Member
0 Kudos

Hi Anup,

It is possible to do picking quantity automatically. That  is the delivery qty should be copied to the picked qty in vlo1n. This can be done with user exits 

MV45AFZZ  , MV45AFZA with help of ababer., which we have done.

Delivery Quantity Field:  G_LFIMG, Table  LIPSD

Picked Quantity Field    : PIKMG, Table  LIPSD


Regrd

yezdevan

Former Member
0 Kudos

Hi Yezdevan,,

Thanks for your reply

Can you please explain me in more details how you done this we are not getting result proporly

thank you

Anup

jignesh_mehta3
Active Contributor
0 Kudos

Hello Anup,

As suggested by Yezdevan, you (your ABAPer) will have to insert a code in the user Exit, which will copy the Delivery Quantity in Picking Quanitty automatically.

If required you can also make the Picking Field in non-modifiable mode & user will not be able to change it.

Just speak to your ABAPer & he will do the needful.

THanks,

Jignesh Mehta