SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
WHILE - Short Reference
Syntax
WHILE log_exp
[VARY dobj FROM dobj1 NEXT dobj2 [RANGE range]
[VARY ...]].
[statement_block]
ENDWHILE.
Effect
Executes the statement block statement_block in a loop as long as the logical expression log_exp is true.