Skip to Content
0
May 12, 2008 at 12:30 PM

Select statement

21 Views

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.