The Function Module ALV_POPUP_TO_SEARCH2 () is a standard Function Module in SAP ERP and is part of the function group SKBH within the package SLIS.
Function Module | ALV_POPUP_TO_SEARCH2 |
Short Text | |
Function Group | SKBH |
Package | SLIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DISABLE_SEARCH_SEQUENCE | TYPE | CHAR1 | SPACE | Single-Character Flag |
I_INFORM | TYPE | LVC_STRING | SPACE | Search string for ALV grid control |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CANCELLED | TYPE | CHAR01 | ||
E_NEW_SEARCH | TYPE | SAP_BOOL | boolsche Variable (X-true, space-false) |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_GZAHL | TYPE | CHAR1 | SPACE | Single-Character Flag |
C_SINH | TYPE | CHAR1 | SPACE | Single-Character Flag |
C_STRING | TYPE | LVC_VALUE | Search string |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.