ABAP Keyword Documentation →  ABAP − Short Reference → 

LOOP AT SCREEN - Short Reference

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 a work area wa of the structure SCREEN.