SAP ABAP Interface /IWBEP/IF_MGW_APPL_TYPES (OData Channel - Core Runtime Types)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/MGW_GSR_CORE (Package) OData Channel - Service Interface - Core
Properties
Interface /IWBEP/IF_MGW_APPL_TYPES  
Short Description OData Channel - Core Runtime Types    
General Data
Package /IWBEP/MGW_GSR_CORE   OData Channel - Service Interface - Core 
Created 20120412   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_MGW_CORE_SRV_RUNTIME 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)
Interfaces
Interface /IWBEP/IF_MGW_APPL_TYPES has no interface.
Friends
Interface /IWBEP/IF_MGW_APPL_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_CACHE_ON_CLIENT Constant Public See coding 20140402
2 GCS_MODIFICATION_STATUS Constant Public See coding 20140402
3 GCS_OPERATION_TYPE Constant Public See coding 20140326
Methods
Interface /IWBEP/IF_MGW_APPL_TYPES has no method.
Events
Interface /IWBEP/IF_MGW_APPL_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CHANGESET_REQUEST Public See coding 20140329 BEGIN OF ty_s_changeset_request, operation_type TYPE /iwbep/mgw_operation_type, " See GCS_OPERATION_TYPE operation_no TYPE i, media_resource TYPE ty_s_media_resource, " CREATE_STREAM and UPDATE_STREAM only slug TYPE string, " CREATE_STREAM only request_context TYPE REF TO object, entry_provider TYPE REF TO /iwbep/if_mgw_entry_provider, msg_container TYPE REF TO /iwbep/if_message_container, END OF ty_s_changeset_request
2 TY_S_CHANGESET_RESPONSE Public See coding 20140329 BEGIN OF ty_s_changeset_response, operation_no TYPE i, entity_data TYPE REF TO data, headers TYPE tihttpnvp, END OF ty_s_changeset_response
3 TY_S_COMPONENT Public See coding 20120602 BEGIN OF ty_s_component, property TYPE fieldname, " technical name of property - either complex or simple components TYPE REF TO data, " components of type ty_t_components for nested complex properties END OF ty_s_component
4 TY_S_CONDITIONS Public See coding 20140327 BEGIN OF ty_s_conditions, if_match TYPE ty_t_etag, if_none_match TYPE ty_t_etag, END OF ty_s_conditions
5 TY_S_ETAG Public See coding 20140327 BEGIN OF ty_s_etag, tag_values TYPE ty_t_etag_value, weak TYPE boole_d, any_value TYPE boole_d, END OF ty_s_etag
6 TY_S_ETAG_VALUE Public See coding 20140327 BEGIN OF ty_s_etag_value, name TYPE string, value TYPE string, END OF ty_s_etag_value
7 TY_S_MEDIA_RESOURCE Public See coding Media Resource information 20120412 BEGIN OF ty_s_media_resource, mime_type TYPE string, value TYPE xstring, END OF ty_s_media_resource
8 TY_S_MGW_RESPONSE_CONTEXT Public See coding Feed request response information (EntitySet) 20120412 BEGIN OF ty_s_mgw_response_context, count TYPE string, inlinecount TYPE string, skiptoken TYPE string, deltatoken TYPE string, expand_skiptokens TYPE string_table, last_modified TYPE tzntstmps, max_age TYPE int4, is_not_modified TYPE /iwbep/mgw_is_not_modified, "constants: GCS_MODIFICATION_STATUS do_not_cache_on_client TYPE /iwbep/mgw_do_not_cache_on_cnt, "constants: GCS_CACHE_ON_CLIENT do_cache_and_page_on_hub TYPE /iwbep/mgw_do_cache_page_on_hb, " Do Cache and Page on Hub IF softstate is enabled END OF ty_s_mgw_response_context
9 TY_S_MGW_RESPONSE_ENTITY_CNTXT Public See coding Feed request response information (Entity) 20131119 BEGIN OF ty_s_mgw_response_entity_cntxt, last_modified TYPE tzntstmps, max_age TYPE int4, is_not_modified TYPE /iwbep/mgw_is_not_modified, "constants: GCS_MODIFICATION_STATUS do_not_cache_on_client TYPE /iwbep/mgw_do_not_cache_on_cnt, "constants: GCS_CACHE_ON_CLIENT END OF ty_s_mgw_response_entity_cntxt
10 TY_T_CHANGESET_REQUEST Public See coding 20140329 ty_t_changeset_request TYPE STANDARD TABLE OF ty_s_changeset_request WITH KEY operation_no
11 TY_T_CHANGESET_RESPONSE Public See coding 20140329 ty_t_changeset_response TYPE SORTED TABLE OF ty_s_changeset_response WITH UNIQUE KEY operation_no
12 TY_T_COMPONENTS Public See coding 20120602 ty_t_components TYPE STANDARD TABLE OF ty_s_component WITH KEY property
13 TY_T_ETAG Public See coding 20140327 ty_t_etag TYPE STANDARD TABLE OF ty_s_etag WITH DEFAULT KEY
14 TY_T_ETAG_VALUE Public See coding 20140327 ty_t_etag_value TYPE STANDARD TABLE OF ty_s_etag_value WITH DEFAULT KEY
History
Last changed by/on SAP  20141120 
SAP Release Created in 200