SAP ABAP Interface /IWCOR/IF_ATOM_TYPES (ATM common types)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SATOM_CORE (Package) ATOM Library core
Properties
Interface /IWCOR/IF_ATOM_TYPES  
Short Description ATM common types    
General Data
Package /IWCOR/SATOM_CORE   ATOM Library core 
Created 20100709   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWCOR/IF_ATOM_TYPES has no forward declaration.
Interfaces
Interface /IWCOR/IF_ATOM_TYPES has no interface.
Friends
Interface /IWCOR/IF_ATOM_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CONTENT_HTML Constant Public Type reference (TYPE) STRING 'html' HTML 20120813
2 GC_CONTENT_TEXT Constant Public Type reference (TYPE) STRING 'text' Text 20120813
3 GC_CONTENT_XHTML Constant Public Type reference (TYPE) STRING 'xhtml' XHTML 20120813
4 GC_NAMESPACE_ATOM Constant Public Type reference (TYPE) STRING 'http://www.w3.org/2005/Atom' Namespace 20120813
5 GC_NAMESPACE_XML Constant Public Type reference (TYPE) STRING 'http://www.w3.org/XML/1998/namespace' Namespace 20120813
Methods
Interface /IWCOR/IF_ATOM_TYPES has no method.
Events
Interface /IWCOR/IF_ATOM_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CATEGORY_S Public See coding Category structure according to spec 20120813 BEGIN OF category_s, common_attributes TYPE common_attributes_s, term TYPE string, scheme TYPE string, label TYPE string, undefined_content TYPE text_or_xmldata_t, END OF category_s
2 CATEGORY_T Public See coding Category table 20120813 category_t TYPE STANDARD TABLE OF category_s WITH DEFAULT KEY
3 COMMON_ATTRIBUTES_S Public See coding Common attributes structure according to spec 20120813 BEGIN OF common_attributes_s, xml_base TYPE string, xml_lang TYPE string, undefined_attributes TYPE ext_attribute_t, END OF common_attributes_s
4 CONTENT_S Public See coding Content structure according to spec 20120813 BEGIN OF content_s, common_attributes TYPE common_attributes_s, type TYPE string, text TYPE string, src TYPE string, xmldata TYPE xsdany, content TYPE text_or_xmldata_t, END OF content_s
5 DATE_CONSTRUCT_S Public See coding Date construct structure according to spec 20120813 BEGIN OF date_construct_s, common_attributes TYPE common_attributes_s, datetime TYPE xsddatetime_z, END OF date_construct_s
6 ENTRY_S Public See coding Entry structure according to spec 20120813 BEGIN OF entry_s, common_attributes TYPE common_attributes_s, id TYPE id_s, title TYPE text_construct_s, updated TYPE date_construct_s, content TYPE content_s, summary TYPE text_construct_s, links TYPE link_t, authors TYPE person_construct_t, categories TYPE category_t, contributors TYPE person_construct_t, rights TYPE text_construct_s, published TYPE date_construct_s, source TYPE /IWCOR/if_ATOM_types=>source_s, extension_elements TYPE ext_element_t, END OF entry_s
7 ENTRY_T Public See coding Entries table 20120813 entry_t TYPE STANDARD TABLE OF entry_s WITH DEFAULT KEY
8 ERROR_S Public See coding Error structure 20120813 BEGIN OF error_s, id TYPE string, text TYPE string, longtext TYPE string, END OF error_s
9 EXT_ATTRIBUTE_S Public See coding External attributes structure according to spec 20120813 BEGIN OF ext_attribute_s, namespace TYPE string, prefix TYPE string, name TYPE string, text TYPE string, END OF ext_attribute_s
10 EXT_ATTRIBUTE_T Public See coding External attributes table 20120813 ext_attribute_t TYPE STANDARD TABLE OF ext_attribute_s WITH KEY namespace prefix name
11 EXT_ELEMENT_S Public See coding External elements structure according to spec 20120813 BEGIN OF ext_element_s, namespace TYPE string, prefix TYPE string, name TYPE string, xmldata TYPE xsdany, END OF ext_element_s
12 EXT_ELEMENT_T Public See coding External elements table 20120813 ext_element_t TYPE STANDARD TABLE OF ext_element_s WITH KEY namespace prefix name
13 FEED_S Public See coding Feed structure according to spec 20120813 BEGIN OF feed_s, common_attributes TYPE common_attributes_s, id TYPE id_s, title TYPE text_construct_s, updated TYPE date_construct_s, entries TYPE entry_t, authors TYPE person_construct_t, categories TYPE category_t, contributors TYPE person_construct_t, links TYPE link_t, rights TYPE text_construct_s, icon TYPE id_s, generator TYPE generator_s, logo TYPE id_s, subtitle TYPE text_construct_s, extension_elements TYPE ext_element_t, END OF feed_s
14 GENERATOR_S Public See coding Generator structure according to spec 20120813 BEGIN OF generator_s, common_attributes TYPE common_attributes_s, text TYPE string, uri TYPE string, version TYPE string, END OF generator_s
15 ICON_S Public Type reference (TYPE) URI_CONSTRUCT_S Icon structure according to spec 20120813
16 ID_S Public Type reference (TYPE) URI_CONSTRUCT_S ID structure according to spec 20120813
17 LINK_ATTRIBUTES_S Public See coding Link attributes structure according to spec 20120813 BEGIN OF link_attributes_s, common_attributes TYPE common_attributes_s, href TYPE string, rel TYPE string, type TYPE string, hreflang TYPE string, title TYPE string, length TYPE string, END OF link_attributes_s
18 LINK_S Public See coding Link structure according to spec 20120813 BEGIN OF link_s. INCLUDE TYPE link_attributes_s. TYPES: undefined_content TYPE text_or_xmldata_t, END OF link_s
19 LINK_T Public See coding Links table 20120813 link_t TYPE STANDARD TABLE OF link_s WITH DEFAULT KEY
20 LOGO_S Public Type reference (TYPE) URI_CONSTRUCT_S Logo structure according to spec 20120813
21 NAMESPACE_S Public See coding Namespace structure according to spec 20120813 BEGIN OF namespace_s, namespace TYPE string, prefix TYPE string, END OF namespace_s
22 NAMESPACE_T Public See coding Namespace table 20120813 namespace_t TYPE STANDARD TABLE OF namespace_s WITH KEY namespace
23 PERSON_CONSTRUCT_S Public See coding Person construct structure according to spec 20120813 BEGIN OF person_construct_s, common_attributes TYPE common_attributes_s, name TYPE string, uri TYPE string, email TYPE string, extension_elements TYPE ext_element_t, END OF person_construct_s
24 PERSON_CONSTRUCT_T Public See coding Person construct table 20120813 person_construct_t TYPE STANDARD TABLE OF person_construct_s WITH DEFAULT KEY
25 SOURCE_S Public See coding Source structure according to spec 20120813 BEGIN OF source_s, common_attributes TYPE common_attributes_s, id TYPE id_s, title TYPE text_construct_s, updated TYPE date_construct_s, authors TYPE person_construct_t, categories TYPE category_t, contributors TYPE person_construct_t, links TYPE link_t, rights TYPE text_construct_s, icon TYPE id_s, generator TYPE generator_s, logo TYPE id_s, subtitle TYPE text_construct_s, extension_elements TYPE ext_element_t, END OF source_s
26 TEXT_CONSTRUCT_S Public See coding Text construct structure according to spec 20120813 BEGIN OF text_construct_s, common_attributes TYPE common_attributes_s, type TYPE string, text TYPE string, xmldata TYPE xsdany, END OF text_construct_s
27 TEXT_OR_XMLDATA_S Public See coding Text or XML structure according to spec 20120813 BEGIN OF text_or_xmldata_s, text TYPE string, xmldata TYPE xsdany, END OF text_or_xmldata_s
28 TEXT_OR_XMLDATA_T Public See coding Text or XML table 20120813 text_or_xmldata_t TYPE STANDARD TABLE OF text_or_xmldata_s WITH DEFAULT KEY
29 URI_CONSTRUCT_S Public See coding URI construct structure according to spec 20120813 BEGIN OF uri_construct_s, common_attributes TYPE common_attributes_s, uri TYPE string, END OF uri_construct_s
History
Last changed by/on SAP  20131127 
SAP Release Created in 200