LOOP AT SCREEN

Reference

Syntax

LOOP AT SCREEN [INTO wa].
  ...
ENDLOOP.


Effect

Reads the properties of the screen elements of the current dynpro in a loop and assigns the results to the predefined structure screen.

Additions