hi frnds,
I want to do Loop where my Matnr starts from 'mat'.
i tried with:
LOOP AT IT_TABLE1 WHERE MATNR CN 'MAT'.
endloop.
But ds is not working.
Regards.