Dear all,
I am doing something like this
LOOP AT IT_RESB INTO WA_RESB.
READ TABLE IT_EBAN INTO WA_EBAN WITH KEY MATNR = WA_RESB-MATNR.
no resb has multiple entries of the same material.
so the read statment will pick up the first entry that it gets even though the same material if repeated thrice it has 3 different quantities.so my first quantity is repeated everywhere.
What other key can i use betewwn these two tables?
BANFN does not get updated in RESB,else problem would have been solved.plz tell me how to loop