SAP ABAP Interface /IWCOR/IF_APP_TYPES (AtomPub 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_APP_TYPES  
Short Description AtomPub common types    
General Data
Package /IWCOR/SATOM_CORE   ATOM Library core 
Created 20100712   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWCOR/IF_APP_TYPES has no forward declaration.
Interfaces
Interface /IWCOR/IF_APP_TYPES has no interface.
Friends
Interface /IWCOR/IF_APP_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NAMESPACE_APP Constant Public Type reference (TYPE) STRING 'http://www.w3.org/2007/app' Namespace 20120813
Methods
Interface /IWCOR/IF_APP_TYPES has no method.
Events
Interface /IWCOR/IF_APP_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ACCEPT_S Public See coding Accept structure according to spec 20120813 BEGIN OF accept_s, common_attributes TYPE common_attributes_s, text TYPE string, END OF accept_s
2 ACCEPT_T Public See coding Accept table 20120813 accept_t TYPE STANDARD TABLE OF accept_s WITH DEFAULT KEY
3 CATEGORIES_S Public See coding Categories structure according to spec 20120813 BEGIN OF categories_s, href TYPE string, fixed TYPE string, scheme TYPE string, categories TYPE /IWCOR/if_ATOM_types=>category_t, undefined_content TYPE /IWCOR/if_ATOM_types=>text_or_xmldata_t, END OF categories_s
4 CATEGORIES_T Public See coding Categories table 20120813 categories_t TYPE STANDARD TABLE OF categories_s WITH DEFAULT KEY
5 COLLECTION_S Public See coding Collection structure according to spec 20120813 BEGIN OF collection_s, common_attributes TYPE common_attributes_s, href type string, title TYPE /IWCOR/if_ATOM_types=>text_construct_s, accepts TYPE accept_t, categories TYPE categories_t, extension_elements TYPE /IWCOR/if_ATOM_types=>ext_element_t, END OF collection_s
6 COLLECTION_T Public See coding Collection table 20120813 collection_t TYPE STANDARD TABLE OF collection_s WITH DEFAULT KEY
7 COMMON_ATTRIBUTES_S Public Type reference (TYPE) /IWCOR/IF_ATOM_TYPES=>COMMON_ATTRIBUTES_S Common attributes structure according to spec 20120813
8 SERVICE_S Public See coding Service structure according to spec 20120813 BEGIN OF service_s, common_attributes TYPE common_attributes_s, workspaces TYPE workspace_t, extension_elements TYPE /IWCOR/if_ATOM_types=>ext_element_t, END OF service_s
9 WORKSPACE_S Public See coding Workspace structure according to spec 20120813 BEGIN OF workspace_s, common_attributes TYPE common_attributes_s, title TYPE /IWCOR/if_ATOM_types=>text_construct_s, collections TYPE collection_t, extension_elements TYPE /IWCOR/if_ATOM_types=>ext_element_t, END OF workspace_s
10 WORKSPACE_T Public See coding Workspace table 20120813 workspace_t TYPE STANDARD TABLE OF workspace_s WITH DEFAULT KEY
History
Last changed by/on SAP  20131127 
SAP Release Created in 200