Skip to Content
0
Former Member
Oct 03, 2005 at 01:37 PM

How to give OR in read

24 Views

Hi all,

I need to write a READ statement for the below req.

I have one internal table as ITAB.

Loop at Itab1.

Read table ITAB2 with key ( CAN = Itab1-Value1 ) or

( CAN = Itab1-Value2 ).

endloop.

this is not working.How to give OR condn in Read statement