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 BKK_ACCNT_STAT_EURO (BKK: Kontoauszug bei der Euroumstellung 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_EURO |
Short Text | BKK: Kontoauszug bei der Euroumstellung 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 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BKSTATDATA | LIKE | IBKK_BKST | Kontoauszugsdaten |
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_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 |