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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Private | Attribute reference (LIKE) | 20110808 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20110808 | |||||
| 3 | Static Attribute | Public | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_SIMPLE_TYPE | Simple type instance | 20110808 | |||
| 4 | Instance attribute | Private | Attribute reference (LIKE) | 20110808 | |||||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20110808 | |||||
| 6 | Instance attribute | Private | Attribute reference (LIKE) | 20110808 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110808 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20110808 | |
| 3 | Static method | Protected | Method | Format a duration from an ABAP decimal | 20110808 | |
| 4 | Static method | Protected | Method | Parse a duration value | 20110808 | |
| 5 | Static method | Protected | Method | Parse a duration value into an ABAP date | 20110808 | |
| 6 | Static method | Protected | Method | Parse a duration value into an ABAP decimal | 20110808 | |
| 7 | 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 | IV_DECIMAL | Value transfer | Type reference (TYPE) | NUMERIC | Time value as decimal | 20110808 | |||
| 2 | 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 | EV_DAYS | Call by reference | Type reference (TYPE) | NUMERIC | 20110808 | ||||
| 2 | EV_HOURS | Call by reference | Type reference (TYPE) | NUMERIC | 20110808 | ||||
| 3 | EV_MINUTES | Call by reference | Type reference (TYPE) | NUMERIC | 20110808 | ||||
| 4 | EV_MONTHS | Call by reference | Type reference (TYPE) | NUMERIC | 20110808 | ||||
| 5 | EV_SECONDS | Call by reference | Type reference (TYPE) | NUMERIC | 20110808 | ||||
| 6 | EV_YEARS | Call by reference | Type reference (TYPE) | NUMERIC | 20110808 | ||||
| 7 | IV_DURATION | Call by reference | Type reference (TYPE) | STRING | 20110808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110808 |
Method PARSE_DURATION_INTO_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DURATION | Call by reference | Type reference (TYPE) | STRING | 20110808 | ||||
| 2 | RV_DATE | Value transfer | Type reference (TYPE) | D | 20110808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110808 |
Method PARSE_DURATION_INTO_DECIMAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DECIMAL | Call by reference | Type reference (TYPE) | NUMERIC | 20110808 | ||||
| 2 | IV_ALLOW_YEARS_AND_MONTHS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20121012 | |||
| 3 | IV_DURATION | Call by reference | Type reference (TYPE) | STRING | 20110808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110808 |
Method PARSE_DURATION_INTO_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DURATION | Call by reference | Type reference (TYPE) | STRING | 20110808 | ||||
| 2 | RV_TIME | Value transfer | Type reference (TYPE) | T | 20110808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110808 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |