When refactoring some legacy code, I came across this: I have a Select * Statement, and I copied it, so now I have to:
one is inside a LOOP AT t_ekkn INTO
the other inside LOOP AT t_ekkn ASSIGNING FIELD-SYMBOL
The Problem I face: The ATC-Check for 'unjustified' select * only identifies the first one as problematic. It seem to completely ignore the one with the field-symbol: