SAP ABAP Class /IWCOR/CL_DS_EDM_TIME (EDM byte)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SODATA_EDM (Package) Entity Data Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_EDM_NAMED EDM named 20110808
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_EDM_SIMPLE_TYPE EDM simple type 20110808
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_EDM_TYPE EDM Type 20110808
Properties
Class /IWCOR/CL_DS_EDM_TIME  
Short Description EDM byte    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWCOR/SODATA_EDM   Entity Data Model 
Created 20110718   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 DSEDX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWCOR/IF_DS_EDM_NAMED EDM named 20110808
2 /IWCOR/IF_DS_EDM_SIMPLE_TYPE EDM simple type 20110808
3 /IWCOR/IF_DS_EDM_TYPE EDM Type 20110808
Friends
Class /IWCOR/CL_DS_EDM_TIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EDM_TIME Instance attribute Private Attribute reference (LIKE) 20110808
2 ID Instance attribute Private Attribute reference (LIKE) 20110808
3 INSTANCE Static Attribute Public Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_SIMPLE_TYPE Simple type instance 20110808
4 KIND_DEFAULT Instance attribute Private Attribute reference (LIKE) 20110808
5 KIND_JSON Instance attribute Private Attribute reference (LIKE) 20110808
6 KIND_URI Instance attribute Private Attribute reference (LIKE) 20110808
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20110808
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110808
3 FORMAT_DURATION_FROM_DECIMAL Static method Protected Method Format a duration from an ABAP decimal 20110808
4 PARSE_DURATION Static method Protected Method Parse a duration value 20110808
5 PARSE_DURATION_INTO_DATE Static method Protected Method Parse a duration value into an ABAP date 20110808
6 PARSE_DURATION_INTO_DECIMAL Static method Protected Method Parse a duration value into an ABAP decimal 20110808
7 PARSE_DURATION_INTO_TIME Static method Protected Method Parse a duration value into an ABAP time 20110808
Events
Class /IWCOR/CL_DS_EDM_TIME has no event.
Types
Class /IWCOR/CL_DS_EDM_TIME has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /IWCOR/CL_DS_EDM_TIME has no parameter.
Method CLASS_CONSTRUCTOR on class /IWCOR/CL_DS_EDM_TIME has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /IWCOR/CL_DS_EDM_TIME has no parameter.
Method CONSTRUCTOR on class /IWCOR/CL_DS_EDM_TIME has no exception.

Method FORMAT_DURATION_FROM_DECIMAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DECIMAL Value transfer Type reference (TYPE) NUMERIC Time value as decimal 20110808
2 Returning RV_TIME Value transfer Type reference (TYPE) STRING Formatted time 20110808

Method FORMAT_DURATION_FROM_DECIMAL on class /IWCOR/CL_DS_EDM_TIME has no exception.

Method PARSE_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DAYS Call by reference Type reference (TYPE) NUMERIC 20110808
2 Exporting EV_HOURS Call by reference Type reference (TYPE) NUMERIC 20110808
3 Exporting EV_MINUTES Call by reference Type reference (TYPE) NUMERIC 20110808
4 Exporting EV_MONTHS Call by reference Type reference (TYPE) NUMERIC 20110808
5 Exporting EV_SECONDS Call by reference Type reference (TYPE) NUMERIC 20110808
6 Exporting EV_YEARS Call by reference Type reference (TYPE) NUMERIC 20110808
7 Importing IV_DURATION Call by reference Type reference (TYPE) STRING 20110808
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_NO_DATE_TIME 20110808

Method PARSE_DURATION_INTO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DURATION Call by reference Type reference (TYPE) STRING 20110808
2 Returning RV_DATE Value transfer Type reference (TYPE) D 20110808
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_NO_DATE_TIME 20110808

Method PARSE_DURATION_INTO_DECIMAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DECIMAL Call by reference Type reference (TYPE) NUMERIC 20110808
2 Importing IV_ALLOW_YEARS_AND_MONTHS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121012
3 Importing IV_DURATION Call by reference Type reference (TYPE) STRING 20110808
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_NO_DATE_TIME 20110808

Method PARSE_DURATION_INTO_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DURATION Call by reference Type reference (TYPE) STRING 20110808
2 Returning RV_TIME Value transfer Type reference (TYPE) T 20110808
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_NO_DATE_TIME 20110808
History
Last changed by/on SAP  20131127 
SAP Release Created in 200