SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Internal Table Processing →
AT field_symbol
Obsolete Syntax
AT {NEW}|{END OF} <fsi>.
Effect
If the additions INTO wa or ASSIGNING <fs> are used in the statement LOOP, a field symbol <fsi> can be specified after AT {NEW}|{END OF}, outside classes. The associated component of the work area wa or the field symbol <fs> is assigned to this field symbol.
Note
This form of specifying components dynamically is obsolete and has been replaced by (name).
Bad example
Good example