The Function Module BKK_PERIOD_CALC_FIRST_DUEDATE (Erstes Fälligkeitsdatum bestimmen) is a standard Function Module in SAP ERP and is part of the function group FBM5 within the package FKBD.
Function Module | BKK_PERIOD_CALC_FIRST_DUEDATE |
Short Text | Erstes Fälligkeitsdatum bestimmen |
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_KEY_DATE | LIKE | BKKM2-KEY_DATE | Stichtag | |
I_PER_UNIT | LIKE | BKKM2-PER_UNIT | Periodeneinheit (Kalendertage, Monate) | |
I_SWERK | LIKE | TBKKG2_DATE-WORKDAYSHIFT | G_CON_NO_WDAY_SHIFT | Art der Verschiebung auf Werktag |
I_TODAY | LIKE | BKKM2-NEXT_DATE | Basisdatum |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DUE_DATE_FIRST | LIKE | BKKM2-NEXT_DATE | erstes Fälligkeitsdatum | |
E_DUE_DATE_NO_SHIFT | TYPE | BKKM2-NEXT_DATE | Neues Fälligkeitsdatum ohne Werktagsverschiebung | |
E_RC | LIKE | SY-SUBRC | Rückgabecode (siehe Langtext) |
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 |
---|---|
INPUT_MISSING | fehlende Eingabeparameter |
INVALID_PERIOD_UNIT | ungültige Periodeneinheit |