The Function Module BKK_CLOSING_PREPARE (BKK: Bewegungsdaten des Kontoabschlusses aktualisieren) 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_PREPARE |
Short Text | BKK: Bewegungsdaten des Kontoabschlusses aktualisieren |
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_FLG_CALC_NEXT_DATE | LIKE | BOOLE-BOOLE | 'X' | Flag: Datum berechnen |
I_REFDATE | LIKE | SY-DATUM | SY-DATUM | Referenzdatum (siehe Langtext) |
I_TRACE | LIKE | IBKKM10-TRACE | Modus für 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.