Using ``++LOOP...INTO++`` with ``++MODIFY++`` statements will put the required record in a work area, process it and put it back in the internal table. It is more efficient to modify the internal table directly by using ``++LOOP...ASSIGNING++`` and field-symbols.
This rule raises an issue when a ``++LOOP...INTO++`` contains one or more ``++MODIFY++`` statements.