Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module VERGLEICHSKONTO_STAFFELN (Staffelt das Vergleichskonto mit einem vorgegebenen Effektivzinssatz) is a standard Function Module in SAP ERP and is part of the function group FV90 within the package FIMA.
Function Module | VERGLEICHSKONTO_STAFFELN |
Short Text | Staffelt das Vergleichskonto mit einem vorgegebenen Effektivzinssatz |
Function Group | FV90 |
Package | FIMA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_KZ_DISP | TYPE | TRFF_FLG | SPACE | |
I_KZ_ITER | TYPE | TRFF_FLG | SPACE | |
I_SEFFMETH | LIKE | VTBFIMA-SEFFMETH | ||
I_SZBMETH | LIKE | VTBBEWE-SZBMETH | '1' | |
I_ZINSSATZ | LIKE | VZZEFFZ-BITER |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RSALDO | LIKE |
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 |
---|---|---|---|---|
EDISP | LIKE | VTBDISP_EFFZ | Ausgabetabelle mit Anzeigefeldern | |
IEFFZ | LIKE | VZZEFFZ |
This function module does not define any Exceptions.