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 ISB_PREPAYMENT_DURATION_CALC (IS-B: Bestimmt einen IS-B Zahlungsstrom gemäß Prepayment-Ansatz) is a standard Function Module in SAP ERP and is part of the function group JBRZ within the package JBR.
Function Module | ISB_PREPAYMENT_DURATION_CALC |
Short Text | IS-B: Bestimmt einen IS-B Zahlungsstrom gemäß Prepayment-Ansatz |
Function Group | JBRZ |
Package | JBR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_JBIXGSC | LIKE | JBIXGSC | Objektinformationen Darlehen | |
I_JBTKREG | LIKE | JBTKREG | Kalkulationsregel | |
I_KZ_DETAILPROT | TYPE | C | ' ' | Kennzeichen für Detailprotokoll |
I_SZSART | LIKE | JBDZSKO-SZSART | Zahlungsstromtyp | |
I_VDARL | LIKE | VDARL | Stammdaten Darlehen | |
I_VZZKOKO | LIKE | VZZKOKO | Konditionskopf Darlehen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
O_JBDZSKO | LIKE | JBDZSKO | Zahlungsstromkopf |
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 |
---|---|---|---|---|
I_A_VZZBEPP | LIKE | VZZBEPP | Tabelle Auszahlungen | |
I_KAPITALMINDERUNGEN | LIKE | VVZZKOPO | Tabelle für Kapitalminderungen | |
I_OTHER_VZZBEPP | LIKE | VZZBEPP | Tabelle sonstige Bewegungen | |
I_TZB0A | LIKE | TZB0A | Tabelle Bewegungsarten | |
I_TZK01 | LIKE | TZK01 | Tabelle Konditionsarten | |
I_TZK02 | LIKE | TZK02 | Tabelle Zuordnung Kond.art - Kond.Grp. | |
I_TZPA | LIKE | TZPA | Tabelle Produktarten | |
I_TZPAB | LIKE | TZPAB | Tabelle Produktarten/Bukrs | |
I_VVZZKOPO | LIKE | VVZZKOPO | Tabelle Konditionspositionen Darlehen | |
O_JBDZSTR_TAB | LIKE | JBDZSTR | Zahlungsstrom (Bewegungen) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CF_GENERATE_ERROR | Zahlungsstrom wurde nicht erzeugt |
CUSTOMIZING_ERROR | fataler Fehler im Customizing |
INPUT_ERROR | Eingabefehler |
NEW_CF_GENERATE_ERROR | Fehler bei Erzeugung des korrigierten ZSTRs |
PREPAYMENT_GENERATE_ERROR | Fehler bei Prepayment-Ermittlung |
UNEXPECTED_ERROR | unerwarteter (-> fataler) Fehler |