The Function Module TB_LIMIT_TRANSACTION_CLEAR (Limitverwaltung: Zurücksetzen der nicht mehr relevanten Inanspruchnahmen) is a standard Function Module in SAP ERP and is part of the function group TBL2 within the package FTLM.
Function Module | TB_LIMIT_TRANSACTION_CLEAR |
Short Text | Limitverwaltung: Zurücksetzen der nicht mehr relevanten Inanspruchnahmen |
Function Group | TBL2 |
Package | FTLM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_ANBETROUT | TYPE | TRLM_ANBETROUT_TAB | Anrechnungsdaten der Limitverwaltung | |
IT_LA | TYPE | TRLM_T_LA | relevante Limitarten | |
IT_VTBLII | TYPE | TRLM_T_LII | relevante Indizes | |
I_DLI | LIKE | VTBLII-DLI | SY-DATUM | Berechnungsdatum |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_VTBLIDU | TYPE | TRLM_T_LID_EXT | Schattentabelle plus Update-Flag | |
CT_VTBLIIU | TYPE | TRLM_T_LII_EXT | nicht mehr relevante Indizes | |
CT_VTBLISU | TYPE | TRLM_T_LIS_EXT | Summensätze der nicht mehr relevante Indizes |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.