The Function Module FVD_MODEL_CALCULATE_RATE (Finanzmathematische Rate ermitteln (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_CALCULATE_RATE |
Short Text | Finanzmathematische Rate ermitteln (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_AMMRHY | TYPE | AMMRHY | '01' | Anzahl Monate der Periode |
I_BFRATE_START | TYPE | BBWHR | Startwert für iterative Ratenermittlung | |
I_BVERTR | TYPE | VVBVERTR | Vertragskapital | |
I_LOG_HANDLE | TYPE | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | |
I_RATE_COUNT | TYPE | TB_MODEL_RATE_COUNT | Anzahl Raten | |
I_RTYPE | TYPE | TFM_SROUND | '+' | Runden (auf-, ab- oder kaufmännisch) |
I_RUNIT | TYPE | TFMPRUNIT | '1.0' | Rundungseinheit in der FIMA |
I_TAB_VVZZKOPO | TYPE | TRTY_VVZZKOPO | Tabellentyp für Tabelle VVZZKOPO | |
I_TAB_VZZBEPP | TYPE | TRTY_VZZBEPP | Tabellentyp für Struktur VZZBEPP | |
I_VDARL | TYPE | VDARL | Darlehen | |
I_VZZKOKO | TYPE | VZZKOKO | Tabelle Konditionskopf |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BFRATE | TYPE | BBWHR | Standardrate in Bestandswährung | |
E_BFRATE_EXACT | TYPE | BBWHR | Rate genau (nicht gerundet) | |
E_BFRATE_LAST | TYPE | BBWHR | Ausgleichsrate in Bestandswährung | |
E_DELFZ | TYPE | DELFZ | Laufzeitende | |
E_RATE_COUNT | TYPE | TB_MODEL_RATE_COUNT | Anzahl Raten | |
E_RC | TYPE | SY-SUBRC | Rückgabewert vom Application-Log | |
E_SINCL | TYPE | VVSINCL | Inklusivkennzeichen für das Festschreibungszeitende | |
E_SULTEFSZ | TYPE | VVSULTEFSZ | Ultimokennzeichen für das Festschreibungszeitende |
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 |
---|---|
NO_REPAYMENT_CONDITION_EXISTS | Keine Tilgungskondition vorhanden |
NO_START_OF_REPAYMENT | Kein Tilgungsbeginn |
RATE_NOT_DETERMINED | Rate nicht ermittelbar |
REQU_RATE_COUNT_ZERO | Gewünschte Anzahl Raten - 0. |