Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  User Dialogs 

Classic Lists

Other versions: 7.31 | 7.40 | 7.54


Note

Classic lists are no longer intended to be used directly in production programs. The use of other suitable output media is recommended instead.

  • For table list output, the classes of SAP List Viewer (ALV), such as CL_SALV_TABLE, should be used.
  • For simple text output, the wrappers of the browser control, such as dynamic documents or wrappers of the textedit control should be used. "Dynpros, Text Output" shows an example of the latter.
  • For simple console output, XML-based output streams can be used. An example of this is shown by the class CL_DEMO_OUTPUT_STREAM. The program DEMO_OUTPUT_STREAM shows potential uses of this class. The class CL_DEMO_OUTPUT, which is based on CL_DEMO_OUTPUT_STREAM, is used in programs from the ABAP Example Library.


This translation does not reflect the current version of the documentation.

Continue

Lists - Overview

Lists - System Fields

Creating Lists

Processing Lists in the List Buffer

Displaying Lists

Spooling Lists

Event Blocks for Lists

System Class for Classic Lists