cancel
Showing results for 
Search instead for 
Did you mean: 

Table Name For 'Picked Quantity' Field in VL03 Transaction

Former Member
0 Kudos

Dear All,

I am not able to find out 'Picked Quantity' Field in VL03 Transaction.Can anybody provide me Table name and field name for the same.

Regards,

Mayank

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member

Hi Mayank / Masha.

Your requirement is to find out the picked quantity for the delivery document.

Please note that this value can never be found from any table & what you will find are only structures.

For this you need to use / run a function module to fetch the Picked Quantity

Functional Module: WB2_GET_PICK_QUANTITY

Goto Tcode SE37 & enter the function module.

Further enter the delivery details in the screen

I_VBELN - Delivery Number

I_POSNR - Item Number

And Execute.

E_PIKMG - the picked quantity.

If you require to find picked quantity for any report you can very well ask your ABAPer to include this function module in your program

Hope this solves your requirement

Regards,

Dhananjay

Former Member
0 Kudos

hii,

Your solution is here..

Table : LIPS

Field : LFIMG

Tarpan Vadaliya

Former Member
0 Kudos

I am facing the same issue.

Were you able to find how to retrieve the Picked Qty that is shown on LV03 transaction?

Thank you very much, Masha

Edited by: Masha Consilio on Aug 4, 2008 11:42 PM

Former Member
0 Kudos

Hi,

Table name is LIPSD

Field name is PIKMG.

Reward if useful.

Thanks,

Pramod

Former Member
0 Kudos

Dear Pramod,

LIPSD is a structure not a table.Give me table name.

Regards,

Mayank

Former Member
0 Kudos

hi ,

check in header table LIKP OR ITEM TABLE ;LIPS