cancel
Showing results for 
Search instead for 
Did you mean: 

table where picking quantity is

former_member582701
Contributor
0 Kudos

Hi,

Im looking for the table where the picking quantity of a delivery is saved. I thought it was lips but its not.

Could you tell me, please?

Thank you,

Manel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

Yes you have to use..VBFA-RFMNG.

Ex..

DATA: V_RFMNG TYPE VBFA-RFMNG.

SELECT SUM(RFMNG) INTO V_RFMNG
              FROM VBFA
              WHERE VBELV = 'Delivery number'
              AND       POSNV = 'Delivery item number'
              AND       VBTYP_N = 'Q'.    " This is required to get the correct picked quantity.

Thanks

Naren

Answers (2)

Answers (2)

GauthamV
Active Contributor
0 Kudos

Check these.

Table :VBFA

Field : RFMNG

Table :LIPS

Field :LFIMG.

former_member582701
Contributor
0 Kudos

LIPS-LIFMG its delivery quantity.

In VL03N u can see as PIKMG, but i dont find the table...

former_member585060
Active Contributor
0 Kudos

Hi,

Try tables LTAK/LTAP entering by VBELN.

or Try with this FM WB2_GET_PICK_QUANTITY

Regards

Bala Krishna

Edited by: Bala Krishna on Apr 1, 2009 9:05 PM

former_member582701
Contributor
0 Kudos

hi,

this tables are empty.

Hmmm i thought it was easy im still looking...

Thanks!!

former_member156446
Active Contributor
0 Kudos

not lips-lfimg?

VBLKP-LFIMG