Hello
Is there any issues if i read a record from an internal table while looping thru it ? for eg,
loop at itab1 into itab1_wa.
read itab1 into itab1_wa1 with key field1 = itab1_wa-field2.
endloop.
thank you
pranati