SAP ABAP Class IF_APP_TYPES (AtomPub common types)
Properties
Class IF_APP_TYPES  
Short Description AtomPub common types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100712   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_APP_TYPES has no forward declaration.
Interfaces
Class IF_APP_TYPES has no interface implemented.
Friends
Class IF_APP_TYPES has no friend class.
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 20100810
Methods
Class IF_APP_TYPES has no method.
Events
Class 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 20100712 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 20100712 accept_t TYPE STANDARD TABLE OF accept_s WITH DEFAULT KEY
3 CATEGORIES_S Public See coding Categories structure according to spec 20100712 BEGIN OF categories_s, href TYPE string, fixed TYPE string, scheme TYPE string, categories TYPE if_atom_types=>category_t, undefined_content TYPE if_atom_types=>text_or_xmldata_t, END OF categories_s
4 CATEGORIES_T Public See coding Categories table 20100712 categories_t TYPE STANDARD TABLE OF categories_s WITH DEFAULT KEY
5 COLLECTION_S Public See coding Collection structure according to spec 20100712 BEGIN OF collection_s, common_attributes TYPE common_attributes_s, href type string, title TYPE if_atom_types=>text_construct_s, accepts TYPE accept_t, categories TYPE categories_t, extension_elements TYPE if_atom_types=>ext_element_t, END OF collection_s
6 COLLECTION_T Public See coding Collection table 20100712 collection_t TYPE STANDARD TABLE OF collection_s WITH DEFAULT KEY
7 COMMON_ATTRIBUTES_S Public Type reference (TYPE) IF_ATOM_TYPES=>COMMON_ATTRIBUTES_S Common attributes structure according to spec 20100712
8 SERVICE_S Public See coding Service structure according to spec 20100712 BEGIN OF service_s, common_attributes TYPE common_attributes_s, workspaces TYPE workspace_t, extension_elements TYPE if_atom_types=>ext_element_t, END OF service_s
9 WORKSPACE_S Public See coding Workspace structure according to spec 20100712 BEGIN OF workspace_s, common_attributes TYPE common_attributes_s, title TYPE if_atom_types=>text_construct_s, collections TYPE collection_t, extension_elements TYPE if_atom_types=>ext_element_t, END OF workspace_s
10 WORKSPACE_T Public See coding Workspace table 20100712 workspace_t TYPE STANDARD TABLE OF workspace_s WITH DEFAULT KEY
History
Last changed by/on SAP  20130531 
SAP Release Created in