SAP LOOP AT SCREEN - Reference ABAP Statements

Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 62
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