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 BKK_ACCNT_STAT_PREPARE_SINGLE (BKK: (Neuen) Kontoauszug vorbereiten) is a standard Function Module in SAP ERP and is part of the function group FBM2 within the package FKBD_FINSERV.
Function Module | BKK_ACCNT_STAT_PREPARE_SINGLE |
Short Text | BKK: (Neuen) Kontoauszug vorbereiten |
Function Group | FBM2 |
Package | FKBD_FINSERV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACCSTATDAT | LIKE | IBKK_BKST-ACCSTATDAT | SY-DATUM | Datum Kontoauszug |
I_ACCSTATNO | LIKE | IBKK_BKST-ACCSTATNO | Nummer des neuen Kontoauszugs | |
I_ACCSTATNO_LAST | LIKE | IBKK_BKST-ACCSTATNO | Nummer des letzten Kontoauszugs | |
I_ACCSTTIME | LIKE | IBKK_BKST-ACCSTTIME | SY-UZEIT | Uhrzeit Kontoauszug |
I_ACCST_YEAR | LIKE | IBKK_BKST-ACCST_YEAR | Jahr des neuen Kontoauszugs | |
I_ACCST_YEAR_LAST | LIKE | IBKK_BKST-ACCST_YEAR | Jahr des letzten Kontoauszugs | |
I_ACNUM_INT | LIKE | IBKK_BKST-ACNUM_INT | interne Kontonummer | |
I_BKKRS | LIKE | IBKK_BKST-BKKRS | Bankkreis | |
I_BKSTITEMDATE | LIKE | IBKK_BKST-SDATEPOSTH | Buchungsdatum bis | |
I_XNOSUM | LIKE | BOOLE-BOOLE | G_CON_SPACE | Kennzeichen: Beträge nicht summieren |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BKSTATDATA | LIKE | IBKK_BKST | Kontoauszugsdaten | |
E_XINCOMPLETE | TYPE | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') |
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 |
---|---|---|---|---|
T_ITEM | TYPE | BKKP_TAB_BKKIT | Liste der Umsatzposten | |
T_PARTNER_ADDR | TYPE | BKKD_TAB_BKST_ADDR | Liste der Auszugsempfänger |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_NOT_SAVED | Auszugsdaten nicht vollständig gesichert |
NO_ADDR_FOUND | Keine Adressen für Kontoauszug gefunden |
NO_PREV_BKSTAT | Kein vorhergehender Kontoauszug vorhanden |