The Function Module BKK_ACCNT_STAT_GET_BANKSTAT (Kontoauszug-DB: Liste der Kontoauszüge zu einem Konto holen) is a standard Function Module in SAP ERP and is part of the function group FBM1 within the package FKBD_FINSERV.
Function Module | BKK_ACCNT_STAT_GET_BANKSTAT |
Short Text | Kontoauszug-DB: Liste der Kontoauszüge zu einem Konto holen |
Function Group | FBM1 |
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_ACCNOINT | LIKE | IBKKM6-ACNUM_INT | interne Kontonummer | |
I_BKKRS | LIKE | IBKKM6-BKKRS | Bankkreis |
This function module does not define any EXPORTING parameters.
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_BKSTATDATA | LIKE | BKKM1 | Liste der Kontoauszüge |
This function module does not define any Exceptions.