SAP Function WRITE_LIST - Display a (saved) list object

Parameter Reference Type Length Default Optional Text
WRITE_ONLY C C 0 'X' X Specifies, Whether the List Is to Be Shown or Displayed in Another List

Parameter Reference Length Optional Text
LISTOBJECT ABAPLIST 1004 Container for list object

Exception Text
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).