SAP LOOP AT SCREEN - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for LOOP

LOOP AT SCREEN

ABAP Reference
ABAP Code Snippet


ABAP Syntax LOOP AT SCREEN INTO wa.

...
ENDLOOP.
ABAP Code Snippet

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

Return to menu