The Function Module FTI_FILL_REMAINING_TIME (Ermittlung Restlaufzeit) is a standard Function Module in SAP ERP and is part of the function group FTI_LDB_UTILITIES within the package FTI_LDB.
Function Module | FTI_FILL_REMAINING_TIME |
Short Text | Ermittlung Restlaufzeit |
Function Group | FTI_LDB_UTILITIES |
Package | FTI_LDB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DATUM | TYPE | DATUM | Datum | |
I_DELFZ | TYPE | DATUM | Datum |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_JAHR | TYPE | TB_JAHR | Kalenderjahr | |
E_MONAT | TYPE | TB_MONAT | Kalendermonat | |
E_MONAT_JAHR | TYPE | FTI_MONTH_YEAR | Kalender-Monat/Jahr | |
E_RLZJA | TYPE | FTI_RLZJA_F | Restlaufzeit in Jahren | |
E_RLZMO | TYPE | FTI_RLZMO_F | Restlaufzeit in Monaten | |
E_RLZTG | TYPE | FTI_RLZTG_F | Restlaufzeit in Tagen | |
E_RLZTG_K | TYPE | FTI_RLZTGK_F | Restlaufzeit in Tagen (Kennzahl) | |
E_UEBJA | TYPE | FTI_UEBJA_F | Überfälligkeit in Jahren | |
E_UEBMO | TYPE | FTI_UEBMO_F | Überfälligkeit in Monaten | |
E_UEBTG | TYPE | FTI_UEBTG_F | Überfälligkeit in Tagen | |
E_UEBTG_K | TYPE | FTI_UEBTGK_F | Überfälligkeit in Tagen (Kennzahl) | |
E_WOCHE | TYPE | FTI_WOCHE | Kalenderwoche | |
E_WOCHE_JAHR | TYPE | FTI_WEEK_YEAR | Kalender-Woche/Jahr |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.