LOOP AT dbtab

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