SAP ABAP Class /IWCOR/IF_DS_EP_TYPES (Common types and constants)
Properties
Class /IWCOR/IF_DS_EP_TYPES  
Short Description Common types and constants    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111222   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWCOR/IF_DS_EP_TYPES has no forward declaration.
Interfaces
Class /IWCOR/IF_DS_EP_TYPES has no interface implemented.
Friends
Class /IWCOR/IF_DS_EP_TYPES has no friend class.
Attributes
Class /IWCOR/IF_DS_EP_TYPES has no attribute.
Methods
Class /IWCOR/IF_DS_EP_TYPES has no method.
Events
Class /IWCOR/IF_DS_EP_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ASSOCIATIONURI_S Public See coding 20121219 BEGIN OF associationuri_s, association_uri TYPE string, END OF associationuri_s
2 ASSOCIATIONURI_T Public See coding 20121219 associationuri_t TYPE STANDARD TABLE OF associationuri_s WITH KEY table_line
3 BATCH_REQUEST_S Public See coding 20131211 BEGIN OF batch_request_s, query_operation TYPE REF TO /iwcor/if_rest_request, change_set TYPE STANDARD TABLE OF REF TO /iwcor/if_rest_request WITH DEFAULT KEY, END OF batch_request_s
4 BATCH_REQUEST_T Public See coding 20131211 batch_request_t TYPE STANDARD TABLE OF batch_request_s WITH DEFAULT KEY
5 BATCH_RESPONSE_S Public See coding 20131211 BEGIN OF batch_response_s, query_operation TYPE REF TO /iwcor/if_rest_response, change_set TYPE STANDARD TABLE OF REF TO /iwcor/if_rest_response WITH DEFAULT KEY, END OF batch_response_s
6 BATCH_RESPONSE_T Public See coding 20131211 batch_response_t TYPE STANDARD TABLE OF batch_response_s WITH DEFAULT KEY
7 COMPONENT_S Public See coding 20120813 BEGIN OF component_s, property TYPE REF TO /iwcor/if_ds_edm_property, index TYPE i, name TYPE string, components TYPE REF TO data, END OF component_s
8 COMPONENT_T Public See coding 20120813 component_t TYPE SORTED TABLE OF component_s WITH UNIQUE KEY property
9 ENTITY_METADATA_S Public See coding 20120813 BEGIN OF entity_metadata_s, id TYPE string, uri TYPE string, etag TYPE string, association_uris TYPE associationuri_t, media TYPE REF TO media_metadata_s, END OF entity_metadata_s
10 ERROR_S Public See coding 20130118 BEGIN OF error_s. INCLUDE TYPE /iwcor/cx_ds_error=>error_s. TYPES: END OF error_s
11 MEDIA_METADATA_S Public See coding 20120813 BEGIN OF media_metadata_s, src TYPE string, etag TYPE string, edit TYPE string, content_type TYPE string, END OF media_metadata_s
History
Last changed by/on SAP  20141120 
SAP Release Created in