Menu

SAP Function Module BKK_COND_FEES_YYYY_MM_DD

Ermittelt Tage, Monate und Jahre zwischen zwei kalendarischen Daten

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.