SAP ABAP Class /IWBEP/IF_MGW_CORE_SRV_RUNTIME (OData Channel - Core Runtime Interface - Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWBEP/IF_MGW_BADI_SRV_RUNTIME Interface for BAdI: /IWBEP/BD_MGW_SRV_RUNTIME 20110203
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_MGW_ABS_DATA Abstract Business Data Provider 20110404
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_MGW_RT_DEF_BADI fallback implementation of runtime data provider 20110301
Properties
Class /IWBEP/IF_MGW_CORE_SRV_RUNTIME  
Short Description OData Channel - Core Runtime Interface - Framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110203   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_MGW_APPL_SRV_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /IWBEP/IF_MGW_APPL_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWBEP/IF_MGW_CONTEXT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 /IWBEP/IF_MGW_CORE_SRV_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 /IWBEP/IF_MGW_CORE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 /IWBEP/IF_MGW_MED_PROVIDER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no interface implemented.
Friends
Class /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_HTTP_HEADER_ATTRIBUTES Constant Public See coding values for http header attributes 20120605
Methods
# Method Level Visibility Method type Description Created on
1 CHANGESET_BEGIN Instance method Public Method Core - Begin of a changeset 20120130
2 CHANGESET_END Instance method Public Method Core - End of a changeset 20120130
3 CHANGESET_PROCESS Instance method Public Method Core - Process a changeset (all operations at once) 20140331
4 CLEANUP Instance method Public Method Core - Clean up - Needed as a single instance BADI is used 20120313
5 CREATE_ENTITY Instance method Public Method Core - Execute CREATE request (CreateRUD) 20110203
6 DELETE_ENTITY Instance method Public Method Core - Execute DELETE request (CRUDelete) 20110203
7 EXEC_SERVICE_OPERATION Instance method Public Method Core - Execute function import 20110203
8 INIT Instance method Public Method Core - Initializes the Runtime Implementation 20110203
9 INIT_REQUEST_CONTEXT Instance method Public Method Core - Initializes the Request Context 20120313
10 READ_ENTITY Instance method Public Method Core - Execute READ request (CReadUD) - ENTRY - 20110203
11 READ_ENTITYSET Instance method Public Method Core - Execute a READ request (CReadUD) - FEED 20110203
12 READ_STREAM Instance method Public Method Core - Execute READ request (CReadUD) - STREAM - 20110628
13 SET_CONTEXT Instance method Public Method Core - Set current context 20120126
14 UPDATE_ENTITY Instance method Public Method Core - Execute UPDATE request (CRUpdateD) 20110203
Events
Class /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ABAP_SELECT_OPTION_S Public See coding 20120314 abap_select_option_s TYPE LINE OF abap_select_option_t
2 ABAP_SELECT_OPTION_T Public See coding 20120314 abap_select_option_t TYPE RANGE OF string
3 EDM_SELECT_OPTION_S Public See coding 20120314 BEGIN OF edm_select_option_s, property TYPE string, select_options TYPE abap_select_option_t, END OF edm_select_option_s
4 EDM_SELECT_OPTION_T Public See coding 20120314 edm_select_option_t TYPE HASHED TABLE OF edm_select_option_s WITH UNIQUE KEY property
5 FUNCTION_IMPORT_S Public See coding 20131213 BEGIN OF function_import_s, name TYPE string, return_type TYPE string, entity_set TYPE string, http_method TYPE string, "m:httpMethod " annotation_attributes TYPE /IWCOR/if_atom_types=>ext_attribute_t, " documentation TYPE documentation_s, " parameters TYPE function_import_parameter_t, " annotation_elements TYPE /IWCOR/if_atom_types=>ext_element_t, END OF function_import_s
6 NAV_S Public See coding 20120314 BEGIN OF nav_s, nav_prop TYPE string, key TYPE string, key_tab TYPE nvp_t, target_type TYPE string, target_type_namespace TYPE string, multiplicity TYPE string, END OF nav_s
7 NAV_T Public See coding 20120314 nav_t TYPE STANDARD TABLE OF nav_s WITH DEFAULT KEY
8 NVP_S Public See coding 20120314 BEGIN OF nvp_s, name TYPE string, value TYPE string, END OF nvp_s
9 NVP_T Public See coding 20120314 nvp_t TYPE STANDARD TABLE OF nvp_s WITH DEFAULT KEY
10 ORDER_S Public See coding 20120315 BEGIN OF order_s, property TYPE string, order TYPE string, END OF order_s
11 ORDER_T Public See coding 20120315 order_t TYPE STANDARD TABLE OF order_s WITH DEFAULT KEY
12 PARAMETER_VALUES_S Public See coding 20120323 BEGIN OF parameter_values_s, name TYPE string, value TYPE string, END OF parameter_values_s
13 PARAMETER_VALUES_T Public See coding 20120323 parameter_values_t TYPE STANDARD TABLE OF parameter_values_s WITH DEFAULT KEY
14 TECHNICAL_REQUEST_S Public See coding 20120314 BEGIN OF technical_request_s, source_entity_type TYPE /iwbep/mgw_tech_name, " name of the entity from the first segment target_entity_type TYPE /iwbep/mgw_tech_name, " name of the entity from the last segment source_entity_set TYPE /iwbep/mgw_tech_name, " name of the entity set from the first segment target_entity_set TYPE /iwbep/mgw_tech_name, " name of the entity set from the last segment key TYPE string, " key for the first segment key_tab TYPE /iwbep/t_mgw_tech_pairs, " key fields for the first segment navigation_path TYPE /iwbep/t_mgw_tech_navi, " navigation_path (navprop, key table) filter_select_options TYPE /iwbep/t_mgw_select_option, " filter as select options; empty if not available filter_string TYPE string, " filter string order TYPE /iwbep/t_mgw_tech_order, " orderby=firstName [asc],lastName desc select TYPE /iwbep/t_mgw_tech_field_names, " select totals TYPE /iwbep/t_mgw_tech_field_names, " totals expand TYPE string, " expand components TYPE string_table, " list of components for PATCH -> partial update every line represents a property path action_name TYPE /iwbep/mgw_tech_name, " name of the action (function import) action_parameters TYPE /iwbep/t_mgw_name_value_pair, " parameters of the action (function import) action_return_type TYPE /iwbep/mgw_tech_name, " return type of the action (function import) parameters TYPE /iwbep/t_mgw_name_value_pair, " http header, request parameters, $select parameters, ... key_converter TYPE REF TO object, " converter for URI keys filter_expressions TYPE tt_expressions, " $filter Expression in Tree Representation filter_functions TYPE tt_functions, " Functions in $filter Expression request_header TYPE tihttpnvp, " HTTP request header from OData consumer conditions TYPE /iwbep/if_mgw_core_types=>ty_s_conditions, " conditions parameter for eTag handling verbose_metadata TYPE /iwbep/mgw_verbose_metadata, " $metadata?sap-documentation=all (X = true, - = false, space = unknown) operation_type TYPE /iwbep/mgw_operation_type, " operation type (update entity, create entity, read entity, ... ) END OF technical_request_s
15 TT_EXPRESSIONS Public See coding 20130301 tt_expressions TYPE STANDARD TABLE OF ty_expression WITH DEFAULT KEY
16 TT_FUNCTIONS Public See coding 20130301 tt_functions TYPE STANDARD TABLE OF ty_function WITH DEFAULT KEY
17 TT_PARAMETERS Public See coding 20130301 tt_parameters TYPE STANDARD TABLE OF ty_parameter WITH DEFAULT KEY
18 TY_EXPRESSION Public See coding 20130301 BEGIN OF ty_expression, expression_id TYPE sysuuid_c, l_operand TYPE string, l_oprnd_int TYPE string, lop_id TYPE sysuuid_c, lop_type TYPE char1, operator TYPE string, r_operand TYPE string, r_oprnd_int TYPE string, literal_type TYPE string, rop_id TYPE sysuuid_c, rop_type TYPE char1, END OF ty_expression
19 TY_FUNCTION Public See coding 20130301 BEGIN OF ty_function, function_id TYPE sysuuid_c, function TYPE string, param_tab TYPE tt_parameters, END OF ty_function
20 TY_PARAMETER Public See coding 20130301 BEGIN OF ty_parameter, param_id TYPE sysuuid_c, param_type TYPE char1, param_value TYPE string, param_int TYPE string, literal_type TYPE string, function_id TYPE sysuuid_c, END OF ty_parameter
21 TY_S_CATATALOG_SVC_REQ Public See coding 20120214 BEGIN OF ty_s_catatalog_svc_req, service_infos TYPE /iwbep/if_mgw_med_provider=>ty_t_service_info, deltatoken TYPE tzntstmps, END OF ty_s_catatalog_svc_req
22 TY_S_CHANGESET_DATA Public See coding 20140401 BEGIN OF ty_s_changeset_data. INCLUDE TYPE /iwbep/if_mgw_core_types=>ty_s_changeset_request. TYPES entity_descriptor TYPE REF TO /iwbep/cl_mgw_expand_node. TYPES expand_string TYPE string. TYPES tech_expand_string TYPE string. TYPES entity_data TYPE REF TO data. TYPES headers TYPE tihttpnvp. TYPES inline_infos TYPE ty_t_inline_info. TYPES END OF ty_s_changeset_data
23 TY_S_INLINE_INFO Public See coding 20130812 BEGIN OF ty_s_inline_info, is_inline_initial TYPE char1, entry_no TYPE i, expand_part TYPE string, tech_expand_part TYPE string, END OF ty_s_inline_info
24 TY_S_MEDIA_RESOURCE Public Type reference (TYPE) /IWBEP/IF_MGW_CORE_TYPES=>TY_S_MEDIA_RESOURCE Media Resource information 20110629
25 TY_S_MGW_EXPAND_CLAUSE Public See coding 20110714 BEGIN OF ty_s_mgw_expand_clause, entity_navigation_properties TYPE STANDARD TABLE OF string WITH DEFAULT KEY, END OF ty_s_mgw_expand_clause
26 TY_S_MGW_PAGING Public See coding 20120216 BEGIN OF ty_s_mgw_paging, top TYPE string, skip TYPE string, END OF ty_s_mgw_paging
27 TY_S_MGW_REQUEST_CONTEXT Public See coding 20110415 BEGIN OF ty_s_mgw_request_context, service_doc_name TYPE string, namespace TYPE string, version TYPE /iwbep/med_mdl_version, cache_timestamp TYPE tzntstmps, base_url TYPE string, http_method TYPE string, " POST, PUT, DELETE, GET, ... icf_root_node TYPE icfname, system_alias_info TYPE /iwbep/s_defi_alias_info, context_params TYPE /iwbep/t_mgw_name_value_pair, format TYPE string, " atom, xml, json, etc. type TYPE string, " feed, entry, attribute, command operation TYPE string, " create, read, update, delete, count, value, .. incoming_message TYPE xstring, " the incoming entry (for post/put) source_entity TYPE string, " name of the entity from the first segment target_entity TYPE string, " name of the entity from the last segment target_entity_set TYPE string, " name of the entity from the last segment source_entity_set TYPE string, " name of the entity from the first segment key TYPE string, " key for the first segment key_tab TYPE /iwbep/t_mgw_name_value_pair, " key fields for the first segment navigation_path TYPE /iwbep/t_mgw_navigation_path, " navigation_path (navprop, key table) property_path TYPE string_table, " e.g. name or address/street filter_select_options TYPE /iwbep/t_mgw_select_option, order TYPE /iwbep/t_mgw_sorting_order, " $orderby=firstName [asc],lastName desc paging TYPE ty_s_mgw_paging, function TYPE function_import_s, " service operation parameters parameters TYPE /iwbep/t_mgw_name_value_pair, uri_parameters TYPE /iwbep/t_mgw_name_value_pair, " A.H. function import abuse parameters table for passing uri parameters - therefore introduce new field - redundancy. select_params TYPE string_table, " $select=agencynum,NAME softstate_mode TYPE abap_bool, reset_dp TYPE abap_bool, if_modified_since TYPE tzntstmps, technical_request TYPE technical_request_s, END OF ty_s_mgw_request_context
28 TY_S_MGW_RESPONSE_CONTEXT Public Type reference (TYPE) /IWBEP/IF_MGW_CORE_TYPES=>TY_S_MGW_RESPONSE_CONTEXT Feed request response information 20120213
29 TY_S_MGW_RESPONSE_ENTITY_CNTXT Public Type reference (TYPE) /IWBEP/IF_MGW_CORE_TYPES=>TY_S_MGW_RESPONSE_ENTITY_CNTXT 20131126
30 TY_T_CATATALOG_SVC_INFO Public Type reference (TYPE) /IWBEP/IF_MGW_MED_PROVIDER=>TY_T_SERVICE_MODEL_INFO 20120214
31 TY_T_CHANGESET_DATA Public See coding 20140401 ty_t_changeset_data TYPE SORTED TABLE OF ty_s_changeset_data WITH UNIQUE KEY operation_no
32 TY_T_INLINE_INFO Public See coding 20130812 ty_t_inline_info TYPE STANDARD TABLE OF ty_s_inline_info WITH DEFAULT KEY
33 TY_T_MGW_EXPAND_CLAUSE Public See coding 20110714 ty_t_mgw_expand_clause TYPE STANDARD TABLE OF ty_s_mgw_expand_clause WITH DEFAULT KEY
Method Signatures

Method CHANGESET_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DEFER_MODE Call by reference Type reference (TYPE) XSDBOOLEAN Deferred processing: All operations at once 20140331
2 Importing IT_OPERATION_INFO Call by reference Type reference (TYPE) /IWBEP/T_MGW_OPERATION_INFO Operation info - Table 20120228
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20120130
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20120130

Method CHANGESET_END Signature

Method CHANGESET_END on class /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20120130
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20120130

Method CHANGESET_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGESET_DATA Call by reference Type reference (TYPE) /IWBEP/IF_MGW_CORE_SRV_RUNTIME=>TY_T_CHANGESET_DATA 20140401
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140331
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140331

Method CLEANUP Signature

Method CLEANUP on class /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20131203

Method CREATE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ENTITY Call by reference Object reference (TYPE REF TO) DATA 20110203
2 Changing CT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP 20110405
3 Changing CT_INLINE_INFO Call by reference Type reference (TYPE) TY_T_INLINE_INFO Inline info such as initial inline 20130812
4 Importing IO_DATA_PROVIDER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ENTRY_PROVIDER provides the entity data from a message 20110203
5 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) TY_S_MGW_REQUEST_CONTEXT the request details for a remote request to a mgw server 20110203
6 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20110203
7 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20110203
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20110216
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110216

Method DELETE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP 20110405
2 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) TY_S_MGW_REQUEST_CONTEXT the request details for a remote request to a mgw server 20110203
3 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20110203
4 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20110203
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20110216
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110216

Method EXEC_SERVICE_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA Call by reference Object reference (TYPE REF TO) DATA 20110215
2 Changing CT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP 20110405
3 Changing CT_INLINE_INFO Call by reference Type reference (TYPE) TY_T_INLINE_INFO Inline info such as initial inline 20130813
4 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) TY_S_MGW_REQUEST_CONTEXT 20110415
5 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) STRING 20110303
6 Importing IV_MULTIPLICITY Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20110215
7 Importing IV_RETURN_TYPE Call by reference Type reference (TYPE) STRING 20110215
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20110216
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110216

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_CONTEXT MGW Context 20110303
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) STRING 20110203
3 Importing IV_SERVICE_DOCUMENT_NAME Call by reference Type reference (TYPE) STRING 20110203
4 Importing IV_VERSION Call by reference Type reference (TYPE) NUMC4 Count parameters 20110203
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110301

Method INIT_REQUEST_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/CL_MGW_REQUEST OData Channel Request 20120313
2 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) /IWBEP/IF_MGW_CORE_SRV_RUNTIME=>TY_S_MGW_REQUEST_CONTEXT 20120313
3 Importing IT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20120313
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20120615

Method READ_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ENTITY Call by reference Object reference (TYPE REF TO) DATA 20110203
2 Changing CS_RESPONSE_CONTEXT Call by reference Type reference (TYPE) TY_S_MGW_RESPONSE_ENTITY_CNTXT Feed request response information 20131126
3 Changing CT_EXPAND_SKIPTOKEN Call by reference Type reference (TYPE) STRING_TABLE Expand skiptokens 20120817
4 Changing CT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP 20110405
5 Changing CT_INLINE_INFO Call by reference Type reference (TYPE) TY_T_INLINE_INFO Inline info such as initial inline 20130812
6 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) TY_S_MGW_REQUEST_CONTEXT the request details for a remote request to a mgw server 20110203
7 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20110203
8 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20110203
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20110216
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110216

Method READ_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DELETED_ENTITYSET Call by reference Object reference (TYPE REF TO) DATA 20130321
2 Changing CR_ENTITYSET Call by reference Object reference (TYPE REF TO) DATA 20110203
3 Changing CS_RESPONSE_CONTEXT Call by reference Type reference (TYPE) TY_S_MGW_RESPONSE_CONTEXT 20120213
4 Changing CT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP 20110405
5 Changing CT_INLINE_INFO Call by reference Type reference (TYPE) TY_T_INLINE_INFO Inline info such as initial inline 20130813
6 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20110203
7 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) TY_S_MGW_REQUEST_CONTEXT the request details for a remote request to a mgw server 20110203
8 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20110203
9 Importing IT_ORDER Call by reference Type reference (TYPE) /IWBEP/T_MGW_SORTING_ORDER the sorting order 20110203
10 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20110203
11 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20110203
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20110216
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110216

Method READ_STREAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_STREAM Call by reference Object reference (TYPE REF TO) DATA 20110628
2 Changing CS_RESPONSE_CONTEXT Call by reference Type reference (TYPE) TY_S_MGW_RESPONSE_ENTITY_CNTXT Feed request response information 20140123
3 Changing CT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP 20110628
4 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) TY_S_MGW_REQUEST_CONTEXT the request details for a remote request to a mgw server 20110628
5 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20110628
6 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20110628
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20110628
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110628

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_CONTEXT MGW Context 20120126

Method SET_CONTEXT on class /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no exception.

Method UPDATE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ENTITY Call by reference Object reference (TYPE REF TO) DATA 20110203
2 Changing CT_HEADERS Call by reference Type reference (TYPE) TIHTTPNVP 20110405
3 Importing IO_DATA_PROVIDER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ENTRY_PROVIDER provides the entity data from a message 20110203
4 Importing IS_REQUEST_DETAILS Call by reference Type reference (TYPE) TY_S_MGW_REQUEST_CONTEXT the request details for a remote request to a mgw server 20110203
5 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20110203
6 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20110203
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20110216
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20110216
History
Last changed by/on SAP  20141120 
SAP Release Created in