Ansicht
Dokumentation

ABENLOOP_AT_SCREEN_OBSOLETE - LOOP AT SCREEN OBSOLETE

ABENLOOP_AT_SCREEN_OBSOLETE - LOOP AT SCREEN OBSOLETE

Vendor Master (General Section)   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

LOOP AT SCREEN, Short Form

Obsolete Syntax

LOOP AT SCREEN.
  ...
ENDLOOP.


Effect

This is a short form of the statement

LOOP AT SCREEN INTO screen.
  ...
ENDLOOP.

The short form uses a structure with the name screen implicitly instead of an explicitly declared work area wa. This is either the obsolete built-in structure screen or a structure declared in the current context called screen, which must have the data type SCREEN.

Notes

  • The long form with an explicitly declared work area should be used instead of the short form.
  • The short form of the statement LOOP AT SCREEN behaves like the statement LOOP in a loop across an internal table with a header line, where the built-in structure is used as the header line.





PERFORM Short Reference   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1552 Date: 20240420 Time: 100200     sap01-206 ( 24 ms )