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_DUPLICATE (BKK: Duplikat eines Kontoauszugs erstellen) 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_DUPLICATE |
Short Text | BKK: Duplikat eines Kontoauszugs erstellen |
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_ACCSTATNO | LIKE | IBKK_BKST-ACCSTATNO | Kontoauszugsnummer | |
I_ACCST_YEAR | LIKE | IBKK_BKST-ACCST_YEAR | Kontoauszugsjahr | |
I_ACNUM_INT | LIKE | IBKK_BKST-ACNUM_INT | interne Kontonummer | |
I_BKKRS | LIKE | IBKK_BKST-BKKRS | Bankkreis | |
I_OUTPUTMODE | TYPE | BKKD_BKST_OUTPUTMODE | Art der Ausgabe (siehe Langtext) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_HEADER | LIKE | IBKKBKSTHD | Kopfdaten Kontoauszug |
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 |
---|---|---|---|---|
E_T_ADDRESSES | LIKE | IBKKBKSTAD | Adressenliste der Auszugsempfänger | |
E_T_AIPOSTS | LIKE | IBKKBKSTITAI | Infoposten für Vorschusszinsen | |
E_T_CLOSINFOS | LIKE | IBKKBKSTCL | Kontoabschlüsse seit letztem Auszug | |
E_T_ITEMS | LIKE | IBKKBKSTIT | Liste der Einzelposten des Auszugs | |
E_T_PAYMNOTES | LIKE | IBKKBKSTNT | Verwendungszwecke |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ACCNT_STAT_NOT_FOUND | Kontoauszug nicht gefunden |
NO_ADDRESS_FOUND | Keine Adressen von Kontoauszugsempfängern |
OUTPUT_FAILED | Keine Ausgabe an (externe) Schnittstelle |