SAP ABAP Class CL_SMT_TRANS_DATE_TIME_IN (Inbound Mapping old DateTime to Date, Time and Timestamp)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_TRANSFORMATION (Package) Transformations

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMT_PREFETCH | Prefetch Methods | 20100122 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMT_TRANSFORMATION | Transformation Class | 20100122 |
Properties
Class | CL_SMT_TRANS_DATE_TIME_IN | |
Short Description | Inbound Mapping old DateTime to Date, Time and Timestamp | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GMT_TRANSFORMATION | Transformations |
Created | 20100122 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SMT_TRANS_DATE_TIME_IN has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SMT_PREFETCH | Prefetch Methods | 20100122 | ||
2 | IF_SMT_TRANSFORMATION | Transformation Class | 20100122 |
Friends
Class CL_SMT_TRANS_DATE_TIME_IN has no friend class.
Attributes
Class CL_SMT_TRANS_DATE_TIME_IN has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Map LOCAL DateTime to ABAP fields Date & Time or Timestamp | 20100122 |
2 | ![]() |
Static method | Public | Method | Map OFFSET DateTime to ABAP fields Date & Time or Timestamp | 20100122 |
3 | ![]() |
Static method | Public | Method | Map UTC DateTime to ABAP fields Date & Time or Timestamp | 20100122 |
4 | ![]() |
Static method | Private | Method | Raise unsuccessful transformation | 20100122 |
Events
Class CL_SMT_TRANS_DATE_TIME_IN has no event.
Types
Class CL_SMT_TRANS_DATE_TIME_IN has no local type.
Method Signatures
Method MAP_LOCAL_DATE_TIME_IN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DATE | Call by reference | Type reference (TYPE) | DATS | Date with respect to time zone of the receiver | 20100122 | ||
2 | ![]() |
EV_TIME | Call by reference | Type reference (TYPE) | UZEIT | Time with respect to time zone of the receiver | 20100122 | ||
3 | ![]() |
EV_TIMESTAMP_LONG | Call by reference | Type reference (TYPE) | TIMESTAMPL | Long Timestamp with respect to time zone of the receiver | 20100122 | ||
4 | ![]() |
EV_TIMESTAMP_SHORT | Call by reference | Type reference (TYPE) | TIMESTAMP | Short Timestamp with respect to time zone of the receiver | 20100122 | ||
5 | ![]() |
IV_LOCAL_DATETIME | Call by reference | Type reference (TYPE) | CSEQUENCE | DateTime: YYYY-MM-DDThh:mm:ss(.sss)? | 20100122 | ||
6 | ![]() |
IV_SENDER_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Time zone of the sender | 20100122 | ||
7 | ![]() |
IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Time zone of the receiver | 20100122 | ||
8 | ![]() |
I_PREFETCH | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20100122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unsuccessful Transformation | 20100122 |
Method MAP_OFFSET_DATE_TIME_IN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DATE | Call by reference | Type reference (TYPE) | DATS | Date with respect to time zone of the receiver | 20100122 | ||
2 | ![]() |
EV_TIME | Call by reference | Type reference (TYPE) | UZEIT | Time with respect to time zone of the receiver | 20100122 | ||
3 | ![]() |
EV_TIMESTAMP_LONG | Call by reference | Type reference (TYPE) | TIMESTAMPL | Long Timestamp with respect to time zone of the receiver | 20100122 | ||
4 | ![]() |
EV_TIMESTAMP_SHORT | Call by reference | Type reference (TYPE) | TIMESTAMP | Short Timestamp with respect to time zone of the receiver | 20100122 | ||
5 | ![]() |
IV_OFFSET_DATETIME | Call by reference | Type reference (TYPE) | CSEQUENCE | DateTime: YYYY-MM-DDThh:mm:ss(.sss)?(+/-)hh:mm | 20100122 | ||
6 | ![]() |
IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Time zone of the receiver | 20100122 | ||
7 | ![]() |
I_PREFETCH | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20100122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unsuccessful Transformation | 20100122 |
Method MAP_UTC_DATE_TIME_IN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DATE | Call by reference | Type reference (TYPE) | DATS | Date with respect to time zone of the receiver | 20100122 | ||
2 | ![]() |
EV_TIME | Call by reference | Type reference (TYPE) | UZEIT | Time with respect to time zone of the receiver | 20100122 | ||
3 | ![]() |
EV_TIMESTAMP_LONG | Call by reference | Type reference (TYPE) | TIMESTAMPL | Long Timestamp with respect to time zone of the receiver | 20100122 | ||
4 | ![]() |
EV_TIMESTAMP_SHORT | Call by reference | Type reference (TYPE) | TIMESTAMP | Short Timestamp with respect to time zone of the receiver | 20100122 | ||
5 | ![]() |
IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Time zone of the receiver | 20100122 | ||
6 | ![]() |
IV_UTC_DATETIME | Call by reference | Type reference (TYPE) | CSEQUENCE | UTC DateTime: YYYY-MM-DDThh:mm:ss(.sss)?Z | 20100122 | ||
7 | ![]() |
I_PREFETCH | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20100122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unsuccessful Transformation | 20100122 |
Method RAISE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IX_SOA_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_BS_SOA_EXCEPTION | Error message occurred | 20100122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unsuccessful Transformation | 20100122 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |