The Function Module FVD_MODEL_ESTIMATE_RATE (Rate formelbasiert schätzen (Konsumentenkredit)) is a standard Function Module in SAP ERP and is part of the function group FVD_MODEL within the package FVVCL_MODEL.
Function Module | FVD_MODEL_ESTIMATE_RATE |
Short Text | Rate formelbasiert schätzen (Konsumentenkredit) |
Function Group | FVD_MODEL |
Package | FVVCL_MODEL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BVERTR | TYPE | VVBVERTR | Vertragskapital | |
I_CALC_RULES | TYPE | RMODEL_CALC_RULES | Berechnungsverfahren Modellrechnung | |
I_LOG_HANDLE | TYPE | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | |
I_NOM_INTEREST | TYPE | PNOMZINS | Nominalzinssatz p.a. | |
I_RATE_COUNT | TYPE | TB_MODEL_RATE_COUNT | Gewünschte Anzahl Raten | |
I_RTYPE | TYPE | TFM_SROUND | '+' | Runden (auf-, ab- oder kaufmännisch) |
I_RUNIT | TYPE | TFMPRUNIT | '1.0' | Rundungseinheit für Rate |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BFRATE | TYPE | BBWHR | Rate gerundet | |
E_BFRATE_EXACT | TYPE | BBWHR | Rate genau (nicht gerundet) | |
E_BFRATE_FIRST | TYPE | BBWHR | Erste Rate (Ausgleichsrate) | |
E_BFRATE_LAST | TYPE | BBWHR | Letzte Rate (Ausgleichsrate) | |
E_RC | TYPE | SY-SUBRC | Rückgabewert vom Application-Log |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CALC_METH_NOT_SUPPORTED | Berechnungsverfahren nicht unterstützt |
NOM_INTEREST_ZERO | Nominalzins - 0. |
REQU_RATE_COUNT_ZERO | Gewünschte Anzahl Raten - 0. |