Menu

SAP Function Module BKK_CLOSING_DETERM_NEXT_DUEDAT

BKK: Ermittlung des neuen Fälligkeitsdatums

The Function Module BKK_CLOSING_DETERM_NEXT_DUEDAT (BKK: Ermittlung des neuen Fälligkeitsdatums) is a standard Function Module in SAP ERP and is part of the function group FBM5 within the package FKBD.

Technical Information

Function Module BKK_CLOSING_DETERM_NEXT_DUEDAT
Short Text BKK: Ermittlung des neuen Fälligkeitsdatums
Function Group FBM5
Package FKBD
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_CALENDAR1 LIKE IBKK42-CAL_ID1 Feiertagskalenderschlüssel 1
I_CALENDAR2 LIKE IBKK42-CAL_ID2 Feiertagskalenderschlüssel 2
I_DUE_DATE_OLD LIKE BKKM2-NEXT_DATE altes Fälligkeitsdatum
I_KEY_DATE LIKE BKKM2-KEY_DATE Stichtag
I_PERIOD LIKE BKKM2-PERIOD Periodenlänge
I_PER_UNIT LIKE BKKM2-PER_UNIT Periodeneinheit (Kalendertage, Monate)
I_REFDATE LIKE BKKM2-NEXT_DATE SY-DATUM Referenzdatum (siehe Langtext)
I_SWERK LIKE TBKKG2_DATE-WORKDAYSHIFT G_CON_NO_WDAY_SHIFT Art der Verschiebung auf Werktag
I_XFUTURE LIKE BOOLE-BOOLE Kz.: Datum auf Termin in der Zukunft erhöhen

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_DUE_DATE_NEW LIKE BKKM2-NEXT_DATE neues 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)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INPUT_MISSING fehlende Eingabeparameter
INVALID_DATE ungültiges Datum
INVALID_PERIOD_UNIT ungültige Periodeneinheit