The Function Module BKK_COND_DECRE_CONV_POST (Umrechnen Soll- / Habenumsätze pro BuchDatum aus Valuta-Verkehrszahlen) is a standard Function Module in SAP ERP and is part of the function group FB92 within the package FKBC.
Function Module | BKK_COND_DECRE_CONV_POST |
Short Text | Umrechnen Soll- / Habenumsätze pro BuchDatum aus Valuta-Verkehrszahlen |
Function Group | FB92 |
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_CALC_FROM | LIKE | SY-DATUM | '00000000' | Buchungsanfangsdatum |
I_CALC_TO | LIKE | SY-DATUM | '99991231' | Buchungsenddatum |
I_FLG_READ_OPTIMIZED | TYPE | BOOLE-BOOLE | SPACE | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') |
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 |
---|---|---|---|---|
E_T_DECRE_TURNOVER | TYPE | BKKC_T_DECRE_TURNOVER | Umsätze pro BuchDatum Soll/Haben | |
I_T_DEBCRED | LIKE | BKK9B | Valuta-Verkehrszahlen (Soll/Haben) |
This function module does not define any Exceptions.