The Function Module BKK_CLOSING_DETERM_NEXT_KEYDAT (BKK: Nächstes Stichtagsdatum für Abschluß ermitteln) is a standard Function Module in SAP ERP and is part of the function group FBM5 within the package FKBD.
Function Module | BKK_CLOSING_DETERM_NEXT_KEYDAT |
Short Text | BKK: Nächstes Stichtagsdatum für Abschluß ermitteln |
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_DATE | LIKE | BKKM2-NEXT_DATE | aktuelles Datum | |
I_KEY | LIKE | BKKM2-KEY_DATE | Stichtag | |
I_PERIODUNIT | LIKE | BKKM2-PER_UNIT | Periodeneinheit (Tage, Wochen, Monate) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_NEXTKEYDATE | LIKE | BKKM2-NEXT_DATE | nächstes Stichtagsdatum |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_PERIODUNIT | ungültige Periodeneinheit |