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 TB_INTERNAL_FINKO_INT_RATE_NEW (Sel. d. Zinssaetze aus t056p f. eine Tabelle von Konditionen) is a standard Function Module in SAP ERP and is part of the function group TB46 within the package FTT.
Function Module | TB_INTERNAL_FINKO_INT_RATE_NEW |
Short Text | Sel. d. Zinssaetze aus t056p f. eine Tabelle von Konditionen |
Function Group | TB46 |
Package | FTT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE | TYPE | SY-DATUM | Kurs nicht älter als dieses Datum | |
READ_RATE | TYPE | C | ' ' | neuester Kurs aus T056P und VTBRATE |
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 |
---|---|---|---|---|
BUFFERED_RATES | LIKE | T056P | Referenzzinssatztabelle | |
INTEREST_RATE | TYPE | T056P | Referenzen und Zinssätze | |
I_CONDITIONS | TYPE | VTBFINKO | Konditionen, für die Zinssätze gesucht werden | |
MISS_RATE_TAB | TYPE | T056P | Referenzen, für die es keinen Kurs gibt | |
T_OK_REFS_AND_VALUES | TYPE | T056P | Referenzen, für die es einen Kurs gibt |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_CONDITIONS | Konditionstabelle ist leer |
NO_INT_VALUES | Keine Zinssätze gefunden |