The Function Module MASS_DYNAMIC_FILTER (create a filter to select the disired lines of an ALV grid) is a standard Function Module in SAP ERP and is part of the function group MASS_GENERAL_UTILITIES within the package WSTRMASSMAINT.
Function Module | MASS_DYNAMIC_FILTER |
Short Text | create a filter to select the disired lines of an ALV grid |
Function Group | MASS_GENERAL_UTILITIES |
Package | WSTRMASSMAINT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GT_FIELDCATALOG | TYPE | LVC_T_FCAT | Field catalog for ListViewer control | |
TABNAME | TYPE | DFIES-TABNAME | Table name |
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 |
---|---|---|---|---|
LT_ROWS | TYPE | LVC_T_ROW | ALV control: Table rows |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_ALLOWED_FIELDS | no allowed fields |
OTHERS | others |
USER_CANCEL | user cancel |