SAP ABAP Class /IWCOR/CL_DS_EP_READER_XML (Reader 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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWCOR/CL_DS_EP_HELPER Reader and writer base class 20120110
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_EP_FORMAT_XML Common types for ATOM and XML format 20120110
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_EP_READER Entity reader 20120110
Properties
Class /IWCOR/CL_DS_EP_READER_XML  
Short Description Reader for ATOM and XML format    
Super Class /IWCOR/CL_DS_EP_HELPER Reader and writer base class 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package /IWCOR/SODATA_EP   Entity Provider (request / response) 
Created 20111219   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWCOR/IF_DS_EP_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 DSEDX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWCOR/IF_DS_EP_FORMAT_XML Common types for ATOM and XML format 20120110
2 /IWCOR/IF_DS_EP_READER Entity reader 20120110
Friends
Class /IWCOR/CL_DS_EP_READER_XML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_APP_COLLECTION Instance attribute Protected Attribute reference (LIKE) 20120110
2 GC_APP_SERVICE Instance attribute Protected Attribute reference (LIKE) 20120110
3 GC_APP_WORKSPACE Instance attribute Protected Attribute reference (LIKE) 20120110
4 GC_ATOM_ENTRY Instance attribute Protected Attribute reference (LIKE) 20120110
5 GC_ATOM_FEED Instance attribute Protected Attribute reference (LIKE) 20120110
6 GC_ATOM_HREF Instance attribute Protected Attribute reference (LIKE) 20120206
7 GC_ATOM_LINK Instance attribute Protected Attribute reference (LIKE) 20120206
8 GC_ATOM_REL Instance attribute Protected Attribute reference (LIKE) 20120206
9 GC_D_ELEMENT Instance attribute Protected Attribute reference (LIKE) 20120110
10 GC_D_LINKS Instance attribute Protected Attribute reference (LIKE) 20120110
11 GC_M_COUNT Instance attribute Protected Attribute reference (LIKE) 20120110
12 GC_M_ETAG Instance attribute Protected Attribute reference (LIKE) 20120110
13 GC_M_MIME_TYPE Instance attribute Protected Attribute reference (LIKE) 20120110
14 GC_M_NULL Instance attribute Protected Attribute reference (LIKE) 20120110
15 GC_M_PROPERTIES Instance attribute Protected Attribute reference (LIKE) 20120110
16 GC_M_TYPE Instance attribute Protected Attribute reference (LIKE) 20120110
17 GC_REL_EDIT Instance attribute Protected Attribute reference (LIKE) 20120110
18 GC_REL_EDIT_MEDIA Instance attribute Protected Attribute reference (LIKE) 20120110
19 GC_REL_NEXT Instance attribute Protected Attribute reference (LIKE) 20120206
20 GC_REL_SELF Instance attribute Protected Attribute reference (LIKE) 20120110
21 GC_XML_HEADER_FULL Instance attribute Protected Attribute reference (LIKE) 20120110
22 GC_XML_HEADER_NO Instance attribute Protected Attribute reference (LIKE) 20120110
23 GC_XML_HEADER_WITHOUT_ENCODING Instance attribute Protected Attribute reference (LIKE) 20120110
24 MO_DATETIMEOFFSET Instance attribute Protected Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_SIMPLE_TYPE EDM simple type 20120110
25 MO_DATETIMEOFFSET_DESCRIPTOR Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_ELEMDESCR Runtime Type Services 20120110
Methods
# Method Level Visibility Method type Description Created on
1 CALL_LINK_CALLBACK Instance method Protected Method Call link callback 20120110
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120110
3 CREATE Static method Public Method Create instance 20120110
4 GET_ENTITY_PROPERTIES_READER Instance method Protected Method Get entity properties reader 20120110
5 GET_EXTENSION_VALUE Instance method Protected Method Get the value of an Atom extension element 20120110
6 GET_LINK_RANGE Instance method Protected Method Extend entity info 20120206
7 GET_QUALIFIED_NAME Instance method Protected Method Get qualified name 20120927
8 HANDLE_CUSTOM_FEED_MAPPINGS Instance method Protected Method Handle customizable feed mappings 20120110
9 PARSE_ATOM_ENTRY Instance method Public Method Parse atom entry 20120110
10 PARSE_ATOM_FEED Instance method Public Method Parse atom feed 20120110
11 READ_ATOM_ENTRY Instance method Public Method Read atom entry 20120110
12 READ_ATOM_FEED Instance method Public Method Read atom feed 20120110
13 READ_COMPLEX_PROPERTIES Instance method Protected Method Read all properties of complex property 20120110
14 READ_COMPLEX_PROPERTIES_COLL Instance method Protected Method Read complext property collection 20120928
15 READ_COMPLEX_PROPERTY Instance method Protected Method 20120907
16 READ_ENTITY Instance method Protected Method 20120907
17 READ_ENTITY_METADATA Instance method Protected Method Read entity metadata 20120206
18 READ_ENTITY_PROPERTIES Instance method Protected Method Read all properties of entry 20120110
19 READ_ENTITY_SET Instance method Protected Method 20120907
20 READ_LINK Instance method Protected Method 20120907
21 READ_LINKS Instance method Protected Method 20120907
22 READ_SIMPLE_PROPERTY Instance method Protected Method 20120907
23 READ_SIMPLE_PROPERTY_VALUE Instance method Protected Method Read value of simple property 20120110
24 READ_SIMPLE_PROPERTY_VAL_COLL Instance method Protected Method Read value of simple property 20120926
Events
Class /IWCOR/CL_DS_EP_READER_XML has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ATOM_ENTRY_S Protected Attribute reference (LIKE) 20120110
2 ATOM_FEED_S Protected Attribute reference (LIKE) 20120110
3 ATOM_LINK_S Protected Attribute reference (LIKE) 20120110
4 CALLBACK_LINK_RANGE Protected See coding 20120206 callback_link_range TYPE RANGE OF string
5 CUSTOMIZABLE_FEED_MAPPINGS_S Protected Attribute reference (LIKE) 20120110
6 CUSTOM_S Protected Attribute reference (LIKE) 20120110
7 CUSTOM_T Protected Attribute reference (LIKE) 20120110
8 PROPERTY_NAME_T Protected See coding 20120110 property_name_t TYPE SORTED TABLE OF string WITH UNIQUE DEFAULT KEY
Method Signatures

Method CALL_LINK_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ENTRY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>ENTRY_S Entry 20120110
2 Importing IO_VSI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_VSI OData virus scanner interface wrapper 20120305
3 Importing IS_DATA Call by reference Type reference (TYPE) DATA Data structure 20120110
4 Importing IS_ENTITY_INFO Call by reference Type reference (TYPE) ENTITY_INFO_S Entity info 20120110
5 Importing IT_LINK_RANGE Call by reference Type reference (TYPE) CALLBACK_LINK_RANGE Callback link range 20120206
6 Importing IV_URI Call by reference Type reference (TYPE) STRING Entity URI 20120206
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR EDM error 20120110
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120110

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /IWCOR/CL_DS_EP_READER_XML has no parameter.
Method CONSTRUCTOR on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_READER Value transfer Object reference (TYPE REF TO) /IWCOR/CL_DS_EP_READER_XML Reader 20120110

Method CREATE on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method GET_ENTITY_PROPERTIES_READER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ENTRY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>ENTRY_S Atom entry 20120110
2 Importing IV_HAS_STREAM Call by reference Type reference (TYPE) ABAP_BOOL Has stream 20120110
3 Returning RO_READER Value transfer Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20120110
# Exception Resumable Description Created on
1 CX_SXML_PARSE_ERROR SXML Parsing Error 20120110

Method GET_EXTENSION_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_EXTENSION Call by reference Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>EXT_ELEMENT_S Atom extension element 20120110
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Value of extension element 20120110

Method GET_EXTENSION_VALUE on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method GET_LINK_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINK_RANGE Call by reference Type reference (TYPE) CALLBACK_LINK_RANGE Callback link range 20120206
2 Importing IS_ENTITY_INFO Call by reference Type reference (TYPE) ENTITY_INFO_S Entity info 20120206
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120206

Method GET_QUALIFIED_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAME Call by reference Type reference (TYPE) STRING Type name 20120927
2 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) STRING Type namespace 20120927
3 Importing IV_TYPE_STRING Call by reference Type reference (TYPE) STRING Type information 20120927
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120927

Method HANDLE_CUSTOM_FEED_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA 20120110
2 Changing CT_COMPONENT Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_TYPES=>COMPONENT_T Changed components of data structure 20120206
3 Importing IS_ENTRY Call by reference Type reference (TYPE) /IWCOR/IF_ATOM_TYPES=>ENTRY_S 20120110
4 Importing IT_PROPERTY Call by reference Type reference (TYPE) ENTITY_PROPERTY_T 20120110
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120110

Method PARSE_ATOM_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20120110
2 Returning RD_ENTRY Value transfer Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>ENTRY_S 20120110
# Exception Resumable Description Created on
1 CX_SXML_PARSE_ERROR 20120110

Method PARSE_ATOM_FEED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20120110
2 Returning RD_FEED Value transfer Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>FEED_S 20120110
# Exception Resumable Description Created on
1 CX_SXML_PARSE_ERROR 20120110

Method READ_ATOM_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA Entry data 20120110
2 Exporting ES_METADATA Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_TYPES=>ENTITY_METADATA_S Metadata 20120110
3 Exporting ET_COMPONENT Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_TYPES=>COMPONENT_T Changed components of data structure 20120206
4 Importing ID_ENTRY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>ENTRY_S Atom entry 20120110
5 Importing IO_ENTITY_SET Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_SET Entity set 20120110
6 Importing IT_CALLBACK Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_CALLBACK=>CALLBACK_REGISTRATION_T Callbacks 20120206
7 Importing IV_MERGE_SEMANTICS Call by reference Type reference (TYPE) ABAP_BOOL Merge semantics 20120110
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120110
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120110

Method READ_ATOM_FEED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) STANDARD TABLE Entry Data 20120110
2 Exporting EV_INLINECOUNT Call by reference Type reference (TYPE) I OData inlinecount 20120110
3 Exporting EV_NEXT Call by reference Type reference (TYPE) STRING Next link 20120206
4 Importing ID_FEED Call by reference Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>FEED_S Atom Feed 20120110
5 Importing IO_ENTITY_SET Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_SET EDM entity set 20120110
6 Importing IT_CALLBACK Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_CALLBACK=>CALLBACK_REGISTRATION_T Callbacks 20120206
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120110
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120110

Method READ_COMPLEX_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA Complex property data 20120110
2 Exporting ET_COMPONENT Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_TYPES=>COMPONENT_T Changed components of data structure 20120206
3 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20120110
4 Importing IT_PROPERTY Call by reference Type reference (TYPE) PROPERTY_T All properties of complex type 20120110
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120110
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120110

Method READ_COMPLEX_PROPERTIES_COLL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) DATA 20120928
2 Importing IO_PROPERTY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_PROPERTY 20120928
3 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER 20120928
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120928
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120928

Method READ_COMPLEX_PROPERTY Signature

Method READ_COMPLEX_PROPERTY on class /IWCOR/CL_DS_EP_READER_XML has no parameter.
Method READ_COMPLEX_PROPERTY on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method READ_ENTITY Signature

Method READ_ENTITY on class /IWCOR/CL_DS_EP_READER_XML has no parameter.
Method READ_ENTITY on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method READ_ENTITY_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_METADATA Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_TYPES=>ENTITY_METADATA_S 20120206
2 Importing ID_ENTRY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_ATOM_TYPES=>ENTRY_S 20120206
3 Importing IS_DATA Call by reference Type reference (TYPE) DATA 20120206
4 Importing IS_ENTITY_INFO Call by reference Type reference (TYPE) ENTITY_INFO_S 20120206
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120206
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120206

Method READ_ENTITY_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA Entry data 20120110
2 Exporting ET_COMPONENT Call by reference Type reference (TYPE) /IWCOR/IF_DS_EP_TYPES=>COMPONENT_T Changed components of data structure 20120206
3 Importing IO_ENTITY_TYPE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_TYPE EDM entity set 20120110
4 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20120110
5 Importing IS_ENTRY Call by reference Type reference (TYPE) /IWCOR/IF_ATOM_TYPES=>ENTRY_S Entry structure 20120110
6 Importing IT_PROPERTY Call by reference Type reference (TYPE) ENTITY_PROPERTY_T All properties of entity type 20120110
7 Importing IV_EXECUTE_FC_MAPPINGS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Execute Customizable Feed Mappings (false for MERGE / PATCH) 20120911
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120110
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120110

Method READ_ENTITY_SET Signature

Method READ_ENTITY_SET on class /IWCOR/CL_DS_EP_READER_XML has no parameter.
Method READ_ENTITY_SET on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method READ_LINK Signature

Method READ_LINK on class /IWCOR/CL_DS_EP_READER_XML has no parameter.
Method READ_LINK on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method READ_LINKS Signature

Method READ_LINKS on class /IWCOR/CL_DS_EP_READER_XML has no parameter.
Method READ_LINKS on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method READ_SIMPLE_PROPERTY Signature

Method READ_SIMPLE_PROPERTY on class /IWCOR/CL_DS_EP_READER_XML has no parameter.
Method READ_SIMPLE_PROPERTY on class /IWCOR/CL_DS_EP_READER_XML has no exception.

Method READ_SIMPLE_PROPERTY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) DATA Property value 20120110
2 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20120110
3 Importing IS_SIMPLE_TYPE Call by reference Type reference (TYPE) TYPE_SIMPLE_S Simple type 20120305
4 Importing IV_NAME Call by reference Type reference (TYPE) STRING Property name 20120907
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120110
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120110

Method READ_SIMPLE_PROPERTY_VAL_COLL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) STANDARD TABLE Property value table 20121218
2 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20120926
3 Importing IS_SIMPLE_TYPE Call by reference Type reference (TYPE) TYPE_SIMPLE_S Simple type 20120926
4 Importing IV_NAME Call by reference Type reference (TYPE) STRING Property name 20130617
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120926
2 CX_SXML_PARSE_ERROR SXML Parsing Error 20120926
History
Last changed by/on SAP  20131127 
SAP Release Created in 200