SAP ABAP Interface /IWCOR/IF_DS_EP_CALLBACK (Callback marker interface)
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 - 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
Interface | /IWCOR/IF_DS_EP_CALLBACK | |
Short Description | Callback marker interface |
General Data
Package | /IWCOR/SODATA_EP | Entity Provider (request / response) |
Created | 20120117 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /IWCOR/IF_DS_EP_CALLBACK has no forward declaration.
Interfaces
Interface /IWCOR/IF_DS_EP_CALLBACK has no interface.
Friends
Interface /IWCOR/IF_DS_EP_CALLBACK has no friend.
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
Interface /IWCOR/IF_DS_EP_CALLBACK has no method.
Events
Interface /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 | 200 |