The Function Module BKK_CLOSING_CHECK (BKK: Konsistenzprüfung der Daten zur Kontoperiodizität) is a standard Function Module in SAP ERP and is part of the function group FBM5 within the package FKBD.
Function Module | BKK_CLOSING_CHECK |
Short Text | BKK: Konsistenzprüfung der Daten zur Kontoperiodizität |
Function Group | FBM5 |
Package | FKBD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CALENDAR1 | LIKE | IBKK42-CAL_ID1 | Feiertagskalenderschlüssel 1 | |
I_CALENDAR2 | LIKE | IBKK42-CAL_ID2 | Feiertagskalenderschlüssel 2 | |
I_CLOS_TYP | LIKE | IBKKM7-CLOS_TYP | Abschlußart | |
I_KEY_DATE | LIKE | IBKKM7-KEY_DATE | Stichtag | |
I_MH2_STEPL | LIKE | SY-STEPL | Zeilenindex (s.Langtext) | |
I_PERIOD | LIKE | IBKKM7-PERIOD | Periodenlänge | |
I_PER_UNIT | LIKE | IBKKM7-PER_UNIT | Periodeneinheit | |
I_REFDATE | LIKE | IBKKM4-NEXT_DATE | SY-DATUM | Referenzdatum (s. Langtext) |
I_XCHECKPAST | LIKE | BOOLE-BOOLE | siehe Langtext |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_NEXT_DATE | LIKE | IBKKM4-NEXT_DATE | nächstes Fälligkeitsdatum |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_CLOS_TYPE | ungültige Abschlußart |
INVALID_KEYDATE_PER_UNIT | ungültige Periodeneinheit für Stichtagangabe |
INVALID_PERIOD_UNIT | ungültige Periodeneinheit für Abschlußart |
KEY_DATE_MISSING | Stichtag fehlt |
MISSING_INPUT | Daten unvollständig |
NEXT_DATE_IN_PAST | Nächster Abschlußtermin in der Vergangenheit |