Skip to Content
0
Apr 22, 2009 at 06:46 AM

how to read data AT END OF using two fields

4052 Views

Hi

i have a itab which have matnr , plant and many fields

i m using

AT END OF MATNR.
.............
ENDAT.

here condition on only MATNR

i want condition on PLANT also

so how i read this itab using MATNR and PLANT using AT END OF

thanks