Hi,
Pls suggest a way to avoid the nested loops of this kind.
itab1 and itab2 are internal tables with header line.
loop at itab1. loop at itab2 where fld1 = itab1-fld1. <a few statements here> endloop. endloop.
Useful help would be rewarded. 😊