Hi,
Suppose I have some records in my internal table. I got all the records through FM.
Now I wanted to read the records based on following selection
read table itab with key LAND1 <> 'US'.
But I am getting error.
anybody will help me for this??