Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module START_TIME_DETERMINE (Calendar: Determine start date and time) is a standard Function Module in SAP ERP and is part of the function group SCA4 within the package SZC.
Function Module | START_TIME_DETERMINE |
Short Text | Calendar: Determine start date and time |
Function Group | SCA4 |
Package | SZC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DURATION | LIKE | 0 | Duration | |
FACTORY_CALENDAR | LIKE | SCAL-FCALID | Factory calendar | |
UNIT | LIKE | T006-MSEHI | Time unit |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
START_DATE | LIKE | SY-DATUM | Start date | |
START_TIME | LIKE | SY-UZEIT | Start time |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
END_DATE | LIKE | SY-DATUM | SY-DATUM | End date |
END_TIME | LIKE | SY-UZEIT | SY-UZEIT | End Time |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATE_NOT_VALID | Date is invalid |
DATE_OUT_OF_CALENDAR_RANGE | Date outside factory calendar validity |
FACTORY_CALENDAR_NOT_FOUND | Factory calendar not found |
PARAMETERS_NOT_VALID | Input parameters invalid |
SI_UNIT_MISSING | Time unit missing |
UNIT_CONVERSION_ERROR | Time unit conversion error |