ABAP Keyword Documentation → ABAP - Reference → User Dialogs → Classic Lists
Displaying Lists
A basic list is either displayed automatically or controlled by the program. A details list is always displayed automatically:
-
In executable programs
called with
SUBMIT
, the basic list created up to that point is displayed automatically after the eventEND-OF-SELECTION
. At the start of the program, the standard list status is set automatically, which can be replaced by another GUI status in the program, usingSET PF-STATUS
. - In any programs that can contain screens as components, a display of the current basic list can be called during the processing of a screen sequence (program controlled).
-
In any programs that can contain screens as components, the details list created in a processing block
is automatically displayed when the processing block is terminated after
AT LINE-SELECTION
, AT USER-COMMAND, orAT PFnn
. If no details list is created, the system continues to display the previous list level.
The following sections cover the statements
for calling the basic list during a screen sequence, the statements
for determining characteristics of the called list, and the statement
for reading a displayed list.
Other versions: 7.31 | 7.40 | 7.54