Menu

SAP Function Module DATE_CONVERT_TO_WORKINGDAY

Konvertierung eines Datums in einen Geschäftstag bzgl. mehrerer Kalender

The Function Module DATE_CONVERT_TO_WORKINGDAY (Konvertierung eines Datums in einen Geschäftstag bzgl. mehrerer Kalender) is a standard Function Module in SAP ERP and is part of the function group TB01_ADDON within the package FTA.

Technical Information

Function Module DATE_CONVERT_TO_WORKINGDAY
Short Text Konvertierung eines Datums in einen Geschäftstag bzgl. mehrerer Kalender
Function Group TB01_ADDON
Package FTA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATE LIKE SY-DATUM Datum
DIRECTION LIKE SCAL-INDICATOR '+' Richtung (nächster +, voriger -)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WORKINGDAY LIKE SY-DATUM Geschäftstag

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FACTORY_CALENDARS LIKE VTBFCAL Fabrikkalender

Exceptions

This function module does not define any Exceptions.