Skip to Content
0
Former Member
Dec 06, 2006 at 09:21 AM

read table

23 Views

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??