The Function Module BKK_ACCNT_STAT_CHECK_CURCH (BKK: Prüfen und Erstellen des Kontoauszugs vor der Währungsumstellung) 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_CHECK_CURCH |
Short Text | BKK: Prüfen und Erstellen des Kontoauszugs vor der Währungsumstellung |
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_FLG_OUTPUT_BKST | LIKE | BOOLE-BOOLE | ' ' | Kontoauszüge ausdrucken |
I_STATUS | LIKE | BKK42_CC-CHSTAT | nötiger Status damit Auszug erstellt wird |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC | Returncode |
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_ACCNT | LIKE | IBKKCHCUR | Tabelle der Konten |
This function module does not define any Exceptions.