Menu

SAP Function Module BKK_CLOSING_PREPARE

BKK: Bewegungsdaten des Kontoabschlusses aktualisieren

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.

Technical Information

Function Module BKK_CLOSING_PREPARE
Short Text BKK: Bewegungsdaten des Kontoabschlusses aktualisieren
Function Group FBM3
Package FKBD_FINSERV
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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)

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.