SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
LOOP AT dbtab - Short Reference
Syntax
LOOP AT dbtab [VERSION vers].
...
ENDLOOP.
Effect
Obsolete: Reads several lines of a database table dbtab in a loop. It uses the content of the
table work area dbtab as search key.
Additions