Menu

SAP Function Module CATSXT_CHECK_WORK_DAY

Prüfung, ob Datum ein Arbeitstag ist

The Function Module CATSXT_CHECK_WORK_DAY (Prüfung, ob Datum ein Arbeitstag ist) is a standard Function Module in SAP ERP and is part of the function group CATSXT_UTIL within the package CATX.

Technical Information

Function Module CATSXT_CHECK_WORK_DAY
Short Text Prüfung, ob Datum ein Arbeitstag ist
Function Group CATSXT_UTIL
Package CATX
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_CHECK_DATE TYPE D zu prüfendes Datum
IM_PERSONNEL_NUMBER TYPE PERNR_D Personalnummer

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_DAY_ATTRIBUTES TYPE CASDAYATTR Attribute des geprüften Datums
EX_NEXT_WORK_DATE TYPE D Nächster Arbeitstag nach dem Prüfdatum
EX_WORK_DAY TYPE XFELD X' - Prüfdatum ist Arbeitstag ' ' - Prüfdatum ist arbeitsfreier Tag

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.