The Function Module REUSE_ALV_LIST_LAYOUT_INFO_GET (Read current ALV list information) is a standard Function Module in SAP ERP and is part of the function group SALV within the package SLIS.
Function Module | REUSE_ALV_LIST_LAYOUT_INFO_GET |
Short Text | Read current ALV list information |
Function Group | SALV |
Package | SLIS |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_LAYOUT | TYPE | SLIS_LAYOUT_ALV | List layout specifications | |
ES_LIST_SCROLL | TYPE | SLIS_LIST_SCROLL | Current list scroll status | |
ES_VARIANT | LIKE | DISVARIANT | Current Layout | |
ET_FIELDCAT | TYPE | SLIS_T_FIELDCAT_ALV | Field catalog with field descriptions | |
ET_FILTER | TYPE | SLIS_T_FILTER_ALV | List output filter criteria | |
ET_SORT | TYPE | SLIS_T_SORTINFO_ALV | List output sort criteria | |
E_WIDTH | TYPE | INT4 | Current width of output list |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_INFOS | No information available |
PROGRAM_ERROR | Program errors |