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