Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
FORCE_WRITE | CHAR1 | C | 1 | X | Force WRITE before saving | |
LIST_INDEX | 0 | '0' | X | List index |
Parameter | Reference | Length | Optional | Text |
---|---|---|---|---|
LISTOBJECT | ABAPLIST | 1004 | Container for list object |
Exception | Text |
---|---|
LIST_INDEX_INVALID | Invalid list index (LIST_INDEX) |
Saving a list The specified list is returned to the contain LISTOBJECT. You can thenprocess the container like any other internal table (for example, usingEXPORT to export it to the database or to memory). SAVE_LIST is noto suitable for saving lists produced during backgroundprocessing. Description Value range Default |