SAP ABAP Class CL_SWF_UTL_TIMECALC (Trace: Dialog and Display Methods)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_UTL (Package) Workflow: Tools

⤷

⤷

Properties
Class | CL_SWF_UTL_TIMECALC | |
Short Description | Trace: Dialog and Display Methods | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_UTL | Workflow: Tools |
Created | 20040824 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SWF_UTL_TIMECALC has no interface implemented.
Friends
Class CL_SWF_UTL_TIMECALC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_LED_GREEN | Trace active | 20040824 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_LED_INACTIVE | Trace is used pattern | 20040824 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_LED_RED | Trace not active | 20040824 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_DEFECT | Trace only visible locally | 20040824 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_SPACE | Trace is visible globally | 20040824 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_SPACE | Trace is not a pattern | 20040824 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_SPACE | Do not propagate trace | 20040824 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_SPACE | Trace created interactively | 20040824 | |
9 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_SYSTEM_LOCAL_COPY | Trace entry is a pattern | 20040824 | |
10 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_NEXT_HIERARCHY_LEVEL | Propagate trace to sub-objects | 20040824 | |
11 | ![]() |
Constant | Private | Type reference (TYPE) | ICON_D | ICON_ACTIVITY | Trace created by system | 20040824 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Determine Time Zone of an Expression | 20041130 |
2 | ![]() |
Static method | Public | Method | Offset of a Time Zone for GMT Time | 20040824 |
3 | ![]() |
Static method | Public | Method | Determine system time zone of application server | 20040824 |
4 | ![]() |
Static method | Public | Method | Convert time stamp in local time zone to UTC time stamp | 20040824 |
5 | ![]() |
Static method | Public | Method | Convert local time + local date to UTC time stamp | 20040824 |
6 | ![]() |
Static method | Public | Method | Convert system time + date to UTC time stamp | 20040824 |
7 | ![]() |
Static method | Public | Method | Convert UTC time stamp to local time + date | 20040824 |
8 | ![]() |
Static method | Public | Method | Convert UTC time stamp to local time + date | 20040824 |
9 | ![]() |
Static method | Public | Method | Convert UTC time stamp to local time + date | 20040824 |
10 | ![]() |
Static method | Public | Method | Convert UTC timestamp to time + date of system time zone | 20040824 |
Events
Class CL_SWF_UTL_TIMECALC has no event.
Types
Class CL_SWF_UTL_TIMECALC has no local type.
Method Signatures
Method EXPR_GET_TIMEZONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Abstraktion eines Ausdrucks | 20041130 | ||
2 | ![]() |
EXPRESSION_STRING | Call by reference | Type reference (TYPE) | STRING | Ausdrucksdefinition als String | 20041130 | ||
3 | ![]() |
IS_DERIVED | Call by reference | Type reference (TYPE) | XFLAG | 'X' - Zeitzone wurde aus Typdefinition abgeleitet | 20041130 | ||
4 | ![]() |
IS_SPECIFIED | Call by reference | Type reference (TYPE) | XFLAG | 'X' - Zeitzone ist im Ausdruck definiert | 20041130 | ||
5 | ![]() |
REF_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Referenzcontainer für Ausdrucksdefinition | 20041130 | ||
6 | ![]() |
TIME_ZONE | Call by reference | Type reference (TYPE) | SYSTZONLO | Zeitzone | 20041130 | ||
7 | ![]() |
TIME_ZONE_SPEC | Call by reference | Type reference (TYPE) | STRING | Definition der Zeitzone als Ausdrucks-Spezifikation | 20041130 |
Method EXPR_GET_TIMEZONE on class CL_SWF_UTL_TIMECALC has no exception.
Method GET_GMT_OFFSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SECONDS_OFFSET | Value transfer | Type reference (TYPE) | INT4 | Offset in Sekunden, DST berücksichtigt | 20040824 | ||
2 | ![]() |
TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Zeitzone | 20040824 |
Method GET_GMT_OFFSET on class CL_SWF_UTL_TIMECALC has no exception.
Method GET_SYSTEM_TIMEZONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SYSTEM_TIMEZONE | Value transfer | Type reference (TYPE) | TIMEZONE | Zeitzone des Applikationsservers | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Customizing | 20040824 |
Method INPUT_LOCAL_TO_UTC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOCAL_TIMESTAMP | Call by reference | Type reference (TYPE) | TIME_IO | Datum/Uhrzeit in lokaler Zeitzone des Benutzers | 20040824 | ||
2 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040824 |
Method INPUT_LOCAL_TO_UTC on class CL_SWF_UTL_TIMECALC has no exception.
Method LOCAL_TO_UTC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOCAL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum in Systemzeitzone | 20040824 | ||
2 | ![]() |
LOCAL_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Uhrzeit in Systemzeitzone | 20040824 | ||
3 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040824 |
Method LOCAL_TO_UTC on class CL_SWF_UTL_TIMECALC has no exception.
Method SYSTEM_TO_UTC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SYSTEM_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum in Systemzeitzone | 20040824 | ||
2 | ![]() |
SYSTEM_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Uhrzeit in Systemzeitzone | 20040824 | ||
3 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040824 |
Method SYSTEM_TO_UTC on class CL_SWF_UTL_TIMECALC has no exception.
Method UTC_LONG_TO_LOCAL_OUTPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOCAL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum in lokaler Zeitzone des Benutzers | 20040824 | ||
2 | ![]() |
LOCAL_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Uhrzeit in lokaler Zeitzone des Benutzers | 20040824 | ||
3 | ![]() |
TIMESTAMPL | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC-Zeitstempel in Langform | 20040824 | ||
4 | ![]() |
TIMESTAMP_OUTPUT | Call by reference | Type reference (TYPE) | TIME_IO | Feld für die Ein- und Ausgabe von Zeitpunkten | 20040824 |
Method UTC_LONG_TO_LOCAL_OUTPUT on class CL_SWF_UTL_TIMECALC has no exception.
Method UTC_TO_LOCAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOCAL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum in lokaler Zeitzone des Benutzers | 20040824 | ||
2 | ![]() |
LOCAL_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Uhrzeit in lokaler Zeitzone des Benutzers | 20040824 | ||
3 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040824 |
Method UTC_TO_LOCAL on class CL_SWF_UTL_TIMECALC has no exception.
Method UTC_TO_LOCAL_OUTPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOCAL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum in lokaler Zeitzone des Benutzers | 20040824 | ||
2 | ![]() |
LOCAL_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Uhrzeit in lokaler Zeitzone des Benutzers | 20040824 | ||
3 | ![]() |
TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform | 20040824 | ||
4 | ![]() |
TIMESTAMP_OUTPUT | Call by reference | Type reference (TYPE) | TIME_IO | Feld für die Ein- und Ausgabe von Zeitpunkten | 20040824 |
Method UTC_TO_LOCAL_OUTPUT on class CL_SWF_UTL_TIMECALC has no exception.
Method UTC_TO_SYSTEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SYSTEM_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum in lokaler Zeitzone des Benutzers | 20040824 | ||
2 | ![]() |
SYSTEM_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Uhrzeit in lokaler Zeitzone des Benutzers | 20040824 | ||
3 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040824 |
Method UTC_TO_SYSTEM on class CL_SWF_UTL_TIMECALC has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |