Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  SAP GUI User Dialogs →  Classic Lists 

Displaying Lists

A basic list is either displayed automatically or in a program-driven way. A details list is always displayed automatically:

  • In executable programs called using SUBMIT, the basic list created up to that point is displayed automatically after the event END-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 using SET PF-STATUS.
  • In any program that can contain dynpros as components, a display of the current basic list can be called during processing of a dynpro sequence (program-driven).
  • In any program that can contain dynpros as components, the details list created in a processing block is displayed automatically when the processing block is terminated after AT LINE-SELECTION, AT USER-COMMAND, or AT PFnn. If no details list is created, the previous list level is displayed.

The following sections cover the statements

used to call the basic list during a dynpro sequence, the statements

used to determine properties of the called list, and the statement

used to read a displayed list.

Other versions: 7.31 | 7.40 | 7.54

Continue

LEAVE TO LIST-PROCESSING

LEAVE LIST-PROCESSING

WINDOW

SET PF-STATUS - List

SET TITLEBAR - List

SET CURSOR - List

GET CURSOR - List