The Function Module BKK_CLOSING_UPDATE (BKK: Bewegungsdaten des Kontoabschlusses sichern/fortschreiben) is a standard Function Module in SAP ERP and is part of the function group FBM3 within the package FKBD_FINSERV.
Function Module | BKK_CLOSING_UPDATE |
Short Text | BKK: Bewegungsdaten des Kontoabschlusses sichern/fortschreiben |
Function Group | FBM3 |
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_CLOS_TYP | LIKE | BKKM2-CLOS_TYP | Abschlußart | |
I_TRACE | LIKE | IBKKM10-TRACE | Modus Protokoll |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC | Rückgabecode (0:alles klar, 1:Fehler) |
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_ACCOUNTS | LIKE | IBKKM5 | Liste der abgeschlossenen Konten |
This function module does not define any Exceptions.