Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module TB_INTERNAL_FINKO_INT_RATE (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 |
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 |
---|---|---|---|---|
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 |