SAP LOOP AT DBTAB - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for LOOP

LOOP AT dbtab

ABAP Reference
ABAP Code Snippet


ABAP Syntax LOOP AT dbtab [VERSION vers].

...
ENDLOOP.
ABAP Code Snippet

What does it do? 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.


ABAP Addition VERSION vers
Specifies a different database table vers.

Return to menu