The Function Module BKK_ACCNT_STAT_GET_HEAD_ITEMS (BKK: Kopfdaten und Umsatzposten zu Kontoauszug holen) 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_GET_HEAD_ITEMS |
Short Text | BKK: Kopfdaten und Umsatzposten zu Kontoauszug holen |
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_ACNUM_INT | LIKE | IBKK_BKST-ACNUM_INT | interne Kontonummer | |
I_BKKRS | LIKE | IBKK_BKST-BKKRS | Bankkreis | |
I_BKSTATNO | LIKE | IBKK_BKST-ACCSTATNO | Nummer des Kontoauszugs | |
I_BKSTATYEAR | LIKE | IBKK_BKST-ACCST_YEAR | Jahr des Kontoauszugs |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_HEADER | LIKE | IBKK_BKST | Kopfdaten | |
E_RC | LIKE | SY-SUBRC | -0: alles OK, <>0: Fehler | |
E_TAB_ITEMS | TYPE | BKKP_TAB_BKKIT | Liste der selektierten Zahlungsposten |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.