Skip to Content
0
Former Member
May 18, 2010 at 01:56 AM

is it recommended to use loop inside loop?

26 Views

hi friends,

itab = internal table and wa = work area.

Example: loop at itab1 into wa1.

loop at itab2 into wa2 where <f1> = wa1-<f1>.

endloop.

endloop.

is it recommended to use loop inside loop when large amount of records are there in both itabs?

if not recommended then please give mr the solutiuon to do it.

Thanks.

Regards,

Mihir