Fonction SAP WRITE_LIST - Display a (saved) list object

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
WRITE_ONLY C C 0 'X' X Specifies, Whether the List Is to Be Shown or Displayed in Another List

Paramètre Reférence Long. Facultatif Description
LISTOBJECT ABAPLIST 1004 Container for list object

Exception Description
EMPTY_LIST The list object transported is empty

Functionality
The list saved in the container LISTOBJECT is displayed as a list. Thedisplay uses WRITE statements, which means that is is not encapsulated(by CALL SCREEN or similar). The list can be combined with preceding orsubsequent WRITE statements in a single list display.
Container to receive the list object (internal table with structureABAPLIST).