The Function Module BKK_COND_FEES_YYYY_MM_DD (Ermittelt Tage, Monate und Jahre zwischen zwei kalendarischen Daten) is a standard Function Module in SAP ERP and is part of the function group FB9B within the package FKBC.
Function Module | BKK_COND_FEES_YYYY_MM_DD |
Short Text | Ermittelt Tage, Monate und Jahre zwischen zwei kalendarischen Daten |
Function Group | FB9B |
Package | FKBC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DATE_FROM | LIKE | SY-DATUM | Vondatum | |
I_DATE_TO | LIKE | SY-DATUM | Bisdatum | |
I_FLG_SEPARATE | LIKE | BOOLE-BOOLE | SPACE | Steuerung der Ermittlung des Zeitraums |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DAYS | LIKE | VTBBEWE-ATAGE | Anzahl Tage | |
E_MONTHS | LIKE | VTBBEWE-ATAGE | Anzahl Monate | |
E_YEARS | LIKE | VTBBEWE-ATAGE | Anzahl Jahre |
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.