Skip to Content
0
Former Member
Apr 26, 2009 at 06:56 AM

read from internal table while looping thru it

26 Views

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