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.
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 |
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 -) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
WORKINGDAY | LIKE | SY-DATUM | Geschäftstag |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FACTORY_CALENDARS | LIKE | VTBFCAL | Fabrikkalender |
This function module does not define any Exceptions.