SAP ABAP Interface /IWCOR/IF_DS_EDM_MAPPING (EDM metadata mapping)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_EDM_IMPL_BASE (Package) EDM structure based default implementation (base)

⤷

⤷

Properties
Interface | /IWCOR/IF_DS_EDM_MAPPING | |
Short Description | EDM metadata mapping |
General Data
Package | /IWCOR/SODATA_EDM_IMPL_BASE | EDM structure based default implementation (base) |
Created | 20120224 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /IWCOR/IF_DS_EDM_MAPPING has no forward declaration.
Interfaces
Interface /IWCOR/IF_DS_EDM_MAPPING has no interface.
Friends
Interface /IWCOR/IF_DS_EDM_MAPPING has no friend.
Attributes
Interface /IWCOR/IF_DS_EDM_MAPPING has no attribute.
Methods
Interface /IWCOR/IF_DS_EDM_MAPPING has no method.
Events
Interface /IWCOR/IF_DS_EDM_MAPPING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | COMPLEX_TYPE_S | Public | See coding | 20120813 | BEGIN OF complex_type_s,
complex_type type string,
structure type structure_s,
properties TYPE property_t,
END OF complex_type_s
|
||
2 | COMPLEX_TYPE_T | Public | See coding | 20120813 | complex_type_t TYPE STANDARD TABLE OF complex_type_s WITH KEY complex_type
|
||
3 | COMPONENT_S | Public | See coding | 20120813 | BEGIN OF component_s,
name TYPE string,
type TYPE string,
END OF component_s
|
||
4 | ENTITY_TYPE_S | Public | See coding | 20120813 | BEGIN OF entity_type_s,
entity_type type string,
structure type structure_s,
metadata TYPE metadata_s,
properties TYPE property_t,
END OF entity_type_s
|
||
5 | ENTITY_TYPE_T | Public | See coding | 20120813 | entity_type_t TYPE STANDARD TABLE OF entity_type_s WITH KEY entity_type
|
||
6 | MAPPING_S | Public | See coding | 20120813 | BEGIN OF mapping_s,
entity_types type entity_type_t,
complex_types type complex_type_t,
END OF mapping_s
|
||
7 | METADATA_S | Public | See coding | 20120813 | BEGIN OF metadata_s,
mime_type TYPE component_s,
media_src TYPE component_s,
END OF metadata_s
|
||
8 | PROPERTY_S | Public | See coding | 20120813 | BEGIN OF property_s,
name TYPE string,
value TYPE component_s,
mime_type TYPE component_s,
END OF property_s
|
||
9 | PROPERTY_T | Public | See coding | 20120813 | property_t TYPE STANDARD TABLE OF property_s WITH KEY name
|
||
10 | STRUCTURE_S | Public | See coding | 20120813 | BEGIN OF structure_s,
name TYPE string,
END OF structure_s
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |