SAP ABAP Class CL_SMT_TRANS_XSD_DATE_TIME_IN (Inbound Mapping new XSD 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_XSD_DATE_TIME_IN  
Short Description Inbound Mapping new XSD 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_XSD_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_XSD_DATE_TIME_IN has no friend class.
Attributes
Class CL_SMT_TRANS_XSD_DATE_TIME_IN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 MAP_XSDDATETIME_LOCAL_IN Static method Public Method Inbound mapping XSDDATETIME_LOCAL to Date and Time 20100122
2 MAP_XSDDATETIME_LONG_Z_IN Static method Public Method Inbound mapping XSDDATETIME_LONG_Z to Date and Time 20100122
3 MAP_XSDDATETIME_OFFSET_IN Static method Public Method Inbound mapping XSDDATETIME_OFFSET to Date and Time 20100122
4 MAP_XSDDATETIME_Z_IN Static method Public Method Inbound mapping XSDDATETIME_Z to Date and Time 20100122
5 RAISE Static method Private Method Raise unsuccessful transformation 20100122
Events
Class CL_SMT_TRANS_XSD_DATE_TIME_IN has no event.
Types
Class CL_SMT_TRANS_XSD_DATE_TIME_IN has no local type.
Method Signatures

Method MAP_XSDDATETIME_LOCAL_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Date with respect to time zone of the receiver 20100122
2 Exporting EV_TIME Call by reference Type reference (TYPE) UZEIT Time with respect to time zone of the receiver 20100122
3 Exporting EV_TIMESTAMP_LONG Call by reference Type reference (TYPE) TIMESTAMPL Long Timestamp with respect to time zone of the receiver 20100122
4 Exporting EV_TIMESTAMP_SHORT Call by reference Type reference (TYPE) TIMESTAMP Short Timestamp with respect to time zone of the receiver 20100122
5 Importing IV_SENDER_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Time zone of the sender 20100122
6 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Time zone of the receiver 20100122
7 Importing IV_XSD_DATETIME Call by reference Type reference (TYPE) XSDDATETIME_LOCAL XSDDATETIME_LOCAL 20100122
8 Importing I_PREFETCH Call by reference Type reference (TYPE) SMT_BOOLEAN Boolean value 20100122
# Exception Resumable Description Created on
1 CX_SMT_UNSUCCESSFUL_TRANS Unsuccessful Transformation 20100122

Method MAP_XSDDATETIME_LONG_Z_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Date with respect to time zone of the receiver 20100122
2 Exporting EV_TIME Call by reference Type reference (TYPE) UZEIT Time with respect to time zone of the receiver 20100122
3 Exporting EV_TIMESTAMP_LONG Call by reference Type reference (TYPE) TIMESTAMPL Long Timestamp with respect to time zone of the receiver 20100122
4 Exporting EV_TIMESTAMP_SHORT Call by reference Type reference (TYPE) TIMESTAMP Short Timestamp with respect to time zone of the receiver 20100122
5 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Timezone of the receiver 20100122
6 Importing IV_XSD_DATETIME Call by reference Type reference (TYPE) XSDDATETIME_LONG_Z XSDDATETIME_LONG_Z 20100122
7 Importing I_PREFETCH Call by reference Type reference (TYPE) SMT_BOOLEAN Boolean value 20100122
# Exception Resumable Description Created on
1 CX_SMT_UNSUCCESSFUL_TRANS Unsuccessful Transformation 20100122

Method MAP_XSDDATETIME_OFFSET_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Date with respect to time zone of the receiver 20100122
2 Exporting EV_TIME Call by reference Type reference (TYPE) UZEIT Time with respect to time zone of the receiver 20100122
3 Exporting EV_TIMESTAMP_LONG Call by reference Type reference (TYPE) TIMESTAMPL Long Timestamp with respect to time zone of the receiver 20100122
4 Exporting EV_TIMESTAMP_SHORT Call by reference Type reference (TYPE) TIMESTAMP Short Timestamp with respect to time zone of the receiver 20100122
5 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Timezone of the receiver 20100122
6 Importing IV_XSD_DATETIME Call by reference Type reference (TYPE) XSDDATETIME_OFFSET XSDDATETIME_OFFSET 20100122
7 Importing I_PREFETCH Call by reference Type reference (TYPE) SMT_BOOLEAN Boolean value 20100122
# Exception Resumable Description Created on
1 CX_SMT_UNSUCCESSFUL_TRANS Unsuccessful Transformation 20100122

Method MAP_XSDDATETIME_Z_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Date with respect to time zone of the receiver 20100122
2 Exporting EV_TIME Call by reference Type reference (TYPE) UZEIT Time with respect to time zone of the receiver 20100122
3 Exporting EV_TIMESTAMP_LONG Call by reference Type reference (TYPE) TIMESTAMPL Long Timestamp with respect to time zone of the receiver 20100122
4 Exporting EV_TIMESTAMP_SHORT Call by reference Type reference (TYPE) TIMESTAMP Short Timestamp with respect to time zone of the receiver 20100122
5 Importing IV_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Timezone of the receiver 20100122
6 Importing IV_XSD_DATETIME Call by reference Type reference (TYPE) XSDDATETIME_Z XSDDATETIME_Z 20100122
7 Importing I_PREFETCH Call by reference Type reference (TYPE) SMT_BOOLEAN Boolean value 20100122
# Exception Resumable Description Created on
1 CX_SMT_UNSUCCESSFUL_TRANS Unsuccessful Transformation 20100122

Method RAISE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 CX_SMT_UNSUCCESSFUL_TRANS Unsuccessful Transformation 20100122
History
Last changed by/on SAP  20110908 
SAP Release Created in 702