SAP ABAP Class /IWCOR/IF_DS_EP_CALLBACK (Callback marker interface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_DS_EP_READ_ENTITY Callback for reading an entity 20120813
2 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_DS_EP_READ_LINK Callback for reading navigation property 20120813
3 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_DS_EP_WRITE_LINK_CNT Callback for writing content of navigation property 20120813
4 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_DS_EP_WRITE_LINK_URI Callback for writing deferred uri of navigation property 20120813
5 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_DS_EP_WRITE_PROPERTY Callback for writing a foreign property 20120813
Properties
Class /IWCOR/IF_DS_EP_CALLBACK  
Short Description Callback marker interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120117   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWCOR/IF_DS_EP_CALLBACK has no forward declaration.
Interfaces
Class /IWCOR/IF_DS_EP_CALLBACK has no interface implemented.
Friends
Class /IWCOR/IF_DS_EP_CALLBACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CBK_ENTITY_READ Constant Public Type reference (TYPE) CALLBACK_KIND 10 Callback on entity type - read metadata 20120813
2 GC_CBK_ENTITY_SET_WRITE_LINK Constant Public Type reference (TYPE) CALLBACK_KIND 20 Callback on entity set - write foreign link 20120813
3 GC_CBK_LINK_READ Constant Public Type reference (TYPE) CALLBACK_KIND 5 Callback on navigation property - read 20120813
4 GC_CBK_LINK_WRITE_CONTENT Constant Public Type reference (TYPE) CALLBACK_KIND 2 Callback on navigation property - write content 20120813
5 GC_CBK_LINK_WRITE_DEFERRED_URI Constant Public Type reference (TYPE) CALLBACK_KIND 1 Callback on navigation property - write deferred URI 20120813
Methods
Class /IWCOR/IF_DS_EP_CALLBACK has no method.
Events
Class /IWCOR/IF_DS_EP_CALLBACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CALLBACK_KIND Public Type reference (TYPE) INT1 20120813
2 CALLBACK_REGISTRATION_S Public See coding 20120813 BEGIN OF callback_registration_s, name TYPE REF TO /IWCOR/if_DS_edm_named, callback TYPE REF TO /IWCOR/if_DS_ep_callback, kind TYPE callback_kind, END OF callback_registration_s
3 CALLBACK_REGISTRATION_T Public See coding 20120813 callback_registration_t TYPE HASHED TABLE OF callback_registration_s WITH UNIQUE KEY name
History
Last changed by/on SAP  20131127 
SAP Release Created in