The Function Module ABAPLIST_V1 ((interner Aufruf) Erzeugen eines ABAPLIST-Listobjekts) is a standard Function Module in SAP ERP and is part of the function group SLST within the package SABP.
Function Module | ABAPLIST_V1 |
Short Text | (interner Aufruf) Erzeugen eines ABAPLIST-Listobjekts |
Function Group | SLST |
Package | SABP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LIST_DESCRIPTION | TYPE | SLIST_LISTDS_V1 | ||
VERSION | LIKE | SY-SAPRL | 3 |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FIELD_DESCRIPTION | LIKE | FSELLINE | ||
FORMAT_DESCRIPTION | LIKE | FMBSLINE | ||
LIST_LINES | TYPE | SLIST_TAB_LISTLINE_V1 | ||
LIST_PAGES | LIKE | PAGEDS1 |
This function module does not define any Exceptions.