SAP ABAP Interface /IWCOR/IF_DS_EP_FORMAT_XML (Common types for ATOM and XML format)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_EP (Package) Entity Provider (request / response)

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_EP_READER_XML | Reader for ATOM and XML format | 20120110 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_EP_WRITER_XML | Writer for ATOM and XML format | 20120110 |
Properties
Interface | /IWCOR/IF_DS_EP_FORMAT_XML | |
Short Description | Common types for ATOM and XML format |
General Data
Package | /IWCOR/SODATA_EP | Entity Provider (request / response) |
Created | 20111227 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | /IWCOR/IF_ATOM_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface /IWCOR/IF_DS_EP_FORMAT_XML has no interface.
Friends
Interface /IWCOR/IF_DS_EP_FORMAT_XML has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_APP_COLLECTION | Constant | Public | Type reference (TYPE) | STRING | 'collection' | 20120813 | ||
2 | GC_APP_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'service' | 20120813 | ||
3 | GC_APP_WORKSPACE | Constant | Public | Type reference (TYPE) | STRING | 'workspace' | 20120813 | ||
4 | GC_ATOM_ENTRY | Constant | Public | Type reference (TYPE) | STRING | 'entry' | 20120813 | ||
5 | GC_ATOM_FEED | Constant | Public | Type reference (TYPE) | STRING | 'feed' | 20120813 | ||
6 | GC_ATOM_HREF | Constant | Public | Type reference (TYPE) | STRING | 'href' | 20120813 | ||
7 | GC_ATOM_LINK | Constant | Public | Type reference (TYPE) | STRING | 'link' | 20120813 | ||
8 | GC_ATOM_REL | Constant | Public | Type reference (TYPE) | STRING | 'rel' | 20120813 | ||
9 | GC_D_ELEMENT | Constant | Public | Type reference (TYPE) | STRING | 'element' | 20120813 | ||
10 | GC_D_LINKS | Constant | Public | Type reference (TYPE) | STRING | 'links' | 20120813 | ||
11 | GC_M_COUNT | Constant | Public | Type reference (TYPE) | STRING | 'count' | 20120813 | ||
12 | GC_M_ETAG | Constant | Public | Type reference (TYPE) | STRING | 'etag' | 20120813 | ||
13 | GC_M_MIME_TYPE | Constant | Public | Type reference (TYPE) | STRING | 'MimeType' | 20120813 | ||
14 | GC_M_NULL | Constant | Public | Type reference (TYPE) | STRING | 'null' | 20120813 | ||
15 | GC_M_PROPERTIES | Constant | Public | Type reference (TYPE) | STRING | 'properties' | 20120813 | ||
16 | GC_M_TYPE | Constant | Public | Type reference (TYPE) | STRING | 'type' | 20120813 | ||
17 | GC_REL_EDIT | Constant | Public | Type reference (TYPE) | STRING | 'edit' | 20120813 | ||
18 | GC_REL_EDIT_MEDIA | Constant | Public | Type reference (TYPE) | STRING | 'edit-media' | 20120813 | ||
19 | GC_REL_NEXT | Constant | Public | Type reference (TYPE) | STRING | 'next' | 20120813 | ||
20 | GC_REL_SELF | Constant | Public | Type reference (TYPE) | STRING | 'self' | 20120813 | ||
21 | GC_XML_HEADER_FULL | Constant | Public | Type reference (TYPE) | STRING | 'full' | 20120813 | ||
22 | GC_XML_HEADER_NO | Constant | Public | Type reference (TYPE) | STRING | 'no' | 20120813 | ||
23 | GC_XML_HEADER_WITHOUT_ENCODING | Constant | Public | Type reference (TYPE) | STRING | 'without encoding' | 20120813 |
Methods
Interface /IWCOR/IF_DS_EP_FORMAT_XML has no method.
Events
Interface /IWCOR/IF_DS_EP_FORMAT_XML has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ATOM_ENTRY_S | Public | See coding | 20120813 | BEGIN OF atom_entry_s,
id TYPE string,
title TYPE string,
updated TYPE string,
published TYPE string,
author TYPE string,
summary TYPE string,
contributor TYPE string,
rights TYPE string,
mime_type TYPE string,
src TYPE string,
END OF atom_entry_s
|
||
2 | ATOM_FEED_S | Public | See coding | 20120813 | BEGIN OF atom_feed_s,
xml_header TYPE string,
xml_base TYPE string,
id TYPE string,
title TYPE string,
updated TYPE string,
count TYPE string,
self_link TYPE atom_link_s,
entries TYPE string,
END OF atom_feed_s
|
||
3 | ATOM_LINK_S | Public | See coding | 20120813 | BEGIN OF atom_link_s,
href TYPE string,
title TYPE string,
END OF atom_link_s
|
||
4 | CUSTOMIZABLE_FEED_MAPPINGS_S | Public | See coding | 20120813 | BEGIN OF customizable_feed_mappings_s,
id TYPE string,
title TYPE string,
updated TYPE /IWCOR/if_ATOM_types=>date_construct_s-datetime,
author TYPE /IWCOR/if_ATOM_types=>person_construct_s, "BOXED,
summary TYPE string,
contributor TYPE /IWCOR/if_ATOM_types=>person_construct_s, "BOXED,
rights TYPE string,
published TYPE /IWCOR/if_ATOM_types=>date_construct_s-datetime,
customs TYPE custom_t,
END OF customizable_feed_mappings_s
|
||
5 | CUSTOM_S | Public | See coding | 20120813 | BEGIN OF custom_s,
name TYPE string,
value TYPE string,
ns_prefix TYPE string,
ns_uri TYPE string,
END OF custom_s
|
||
6 | CUSTOM_T | Public | See coding | 20120813 | custom_t TYPE STANDARD TABLE OF custom_s WITH KEY name
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |