The Function Module ALV_REQUEST_CLEANUP (Aufruf löschen von Objekten oder Instancen in Renderer-Componente) is a standard Function Module in SAP ERP and is part of the function group SKBW within the package SLIS.
Function Module | ALV_REQUEST_CLEANUP |
Short Text | Aufruf löschen von Objekten oder Instancen in Renderer-Componente |
Function Group | SKBW |
Package | SLIS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_INSTANCE | TYPE | FLAG | 'X': Tabelle enthält instanzID's, ' ': Tabelle enthält objektids | |
I_KEEP | TYPE | FLAG | 'X' : Alle NICHT in tabelle aufgeführten Objekte löschen |
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 |
---|---|---|---|---|
IT_IDS | LIKE | LVC_S_IDS | Tabelle mit IDs |
This function module does not define any Exceptions.