Hi,
I want to select only matnr whose starts from R.
i wrote select quary like this..
select matnr from mara into table itab where matnr like '%R'.
can any body tell me what happen if any material start with r(small)
but its not working.
Amit.