SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
AT - Short Reference
Syntax
[AT FIRST.
...
ENDAT.]
[AT field_groupi [WITH field_groupj].
...
ENDAT.]
[AT NEW comp1.
...
ENDAT.
...
[AT NEW comp2.
...
ENDAT.
[...]]]
[ ... ]
[[[...]
AT END OF comp2.
...
ENDAT.]
...
AT END OF comp1.
...
ENDAT.]
[AT LAST.
...
ENDAT].
Effect
Control level processing within LOOP loops using
internal tables or
extraction datasets (obsolete), where statement blocks
enclosed in AT and ENDAT are executed depending on conditions.
Additions