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 ISB_TRANSACTION_COSTING (IS-B: Einzelgeschäftskalkulation, Rahmenbaustein) is a standard Function Module in SAP ERP and is part of the function group JBTR within the package JBT.
Function Module | ISB_TRANSACTION_COSTING |
Short Text | IS-B: Einzelgeschäftskalkulation, Rahmenbaustein |
Function Group | JBTR |
Package | JBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IP_ABPER_CALC | LIKE | JBIKAPD-JABKAL | ' ' | Abgeschl. Periode erneut kalklieren - 'X' |
IP_ABPER_CALC_STICH | TYPE | C | ' ' | Stichtagskalk. nach abgeschl. Periode erlauben |
IP_BUPER | LIKE | T009B-POPER | Buchungsp. muß nur bei Sonderper. angegeb. werd. | |
IP_DBPRH | LIKE | JBIKAPD-JDBPHW | 'X' | Protokollheader erstellen |
IP_DBPROT_ERM | LIKE | JBIKAPD-JDBPEM | ' ' | |
IP_DERIVATE_CRITERIA | LIKE | JBIKAPD-JANAUS | 'X' | Anreicherung ausführen |
IP_DERIVATE_FO | LIKE | JBIKAPD-JANAUS | ' ' | Kalkulationsparameter, Anreicherung ausführen |
IP_DETAIL_FLEX_ACTIVE | LIKE | JBIKAPD-JDFLEX | ' ' | Detailanalyse Flexible Verfahren - ' ' |
IP_DETAIL_PROT_ACTIVE | LIKE | JBIKAPD-JDETAI | ' ' | Detail-Protokoll - ' ' |
IP_DKALK | LIKE | SY-DATUM | Kalkulationsdatum | |
IP_EP_READ_DAILY | TYPE | C | ' ' | Einzelposten nur bis zum Buchungsdatum lesen |
IP_ERKRS | LIKE | TKEB-ERKRS | Ergebnisbereich | |
IP_JBIDBLE | LIKE | JBIDBLE | ||
IP_KALK_TYP | LIKE | JBIKAPD-JLAUFA | ' ' | Kalkulationstyp (siehe Doku FBaustein) |
IP_PER_ABS | LIKE | JBIKAPD-JPERAB | ' ' | Periode abschließen - 'X' |
IP_RUECKVALUTIERUNG | LIKE | JBIKAPD-JRUECK | ' ' | Rückvaluta ausführen - 'X' |
IP_SD_PRICING | LIKE | JBIKAPD-JFLEXA | 'X' | Flexible Verfahren ausführen |
IP_TESTLAUF | LIKE | JBIKAPD-JTESTL | 'X' | Kalkulation im Testlauf - 'X' |
IP_UETYP | LIKE | KCD_TYVPES-SUETYP | ' ' | Übernahmetyp |
IP_U_VDARL | TYPE | JBTKA_VDARL_T | Übergebene Darlehensstämme | |
IP_VALUES_CLEAR | LIKE | JBIKAPD-JWFLOE | ' ' | Periodenwerte vor der Kalkulation löschen - 'X' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EP_ERRORS_FOUND | TYPE | C | ||
EP_WARNINGS_FOUND | TYPE | C |
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 |
---|---|---|---|---|
TP_JBDGSCH | LIKE | JBVTOBJE | Geschäfte die kalkuliert werden sollen | |
TP_NEWZSKO | LIKE | JBDZSKO | Übergebene Zahlungsstromköpfe | |
TP_NEWZSTR | LIKE | JBDZSTR | Übergebene Zahlungsstrompositionen | |
TP_U_JBDBSTD | LIKE | JBDBSTD | ||
TP_U_JBDKKON | LIKE | JBDKKON | ||
TP_U_JBDKKOW | LIKE | JBDKKOW | Übergebene Tagessalden | |
TP_U_JBDSERV | LIKE | JBDSERV | ||
TP_U_VDBEPP | LIKE | JBIBEPP | Übergebene Auszahlungen | |
TP_U_VTBFHA | LIKE | VTBFHA | Finanzgeschäft | |
TP_U_VZZKOKO | LIKE | VZZKOKO | Übergebene Konditionsköpfe | |
TP_U_VZZKOPO | LIKE | VVZZKOPO | Übergebene Konditionspositionen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_WHILE_SAVING | Beim Schreiben auf DB war der SY-SUBRC <> 0 |