SAP ABAP Class /IWCOR/IF_DS_EDM_MAPPABLE (EDM mappable)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EDM_ELEMENT | EDM element | 20120814 |
| 2 | Interface composition (i COMPRISING i_ref) | /IWCOR/IF_DS_EDM_PARAMETER | EDM parameter | 20120814 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_EDM_ELEMENT | EDM element | 20110808 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_EDM_ENTITY_TYPE | EDM entity type | 20110909 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_MOCK_EDM_PROPERTY | Mock Implementation of Interface /IWCOR/IF_DS_EDM_PROPERTY | 20110818 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_STUB_EDM_PROPERTY | Mock Impl of Interface /IWCOR/IF_DS_EDM_PROPERTY | 20120928 |
Properties
| Class | /IWCOR/IF_DS_EDM_MAPPABLE | |
| Short Description | EDM mappable | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110621 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWCOR/IF_DS_EDM_MAPPABLE has no forward declaration.
Interfaces
Class /IWCOR/IF_DS_EDM_MAPPABLE has no interface implemented.
Friends
Class /IWCOR/IF_DS_EDM_MAPPABLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | GC_ATTR_MAP_MEDIA_SRC | 20120813 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'media_src' | 20120813 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'local' | 20120813 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get mapping | 20120813 |
Events
Class /IWCOR/IF_DS_EDM_MAPPABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_MAPPING_S | Public | See coding | Attribut mapping | 20120813 | BEGIN OF attribute_mapping_s,
namespace type string,
name TYPE string,
value type string,
END of attribute_mapping_s
|
|
| 2 | ATTRIBUTE_MAPPING_T | Public | See coding | Attribut mappings | 20120813 | attribute_mapping_t type hashed table OF attribute_mapping_s with unique KEY namespace name
|
|
| 3 | MAPPING_S | Public | See coding | 20120813 | BEGIN OF mapping_s,
value TYPE string,
mime_type TYPE string,
attribute_mappings TYPE attribute_mapping_t,
END OF mapping_s
|
Method Signatures
Method GET_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_MAPPING | Value transfer | Object reference (TYPE REF TO) | MAPPING_S | Mapping information | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EDM root error | 20120813 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |