SAP ABAP Interface /IWBEP/IF_MGW_CORE_SRV_RUNTIME (OData Channel - Core Runtime Interface - Framework)
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

⤷

⤷

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
Interface | /IWBEP/IF_MGW_CORE_SRV_RUNTIME | |
Short Description | OData Channel - Core Runtime Interface - Framework |
General Data
Package | /IWBEP/MGW_GSR_CORE | OData Channel - Service Interface - Core |
Created | 20110203 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interfaces
Interface /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no interface.
Friends
Interface /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no friend.
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 | ![]() |
Instance method | Public | Method | Core - Begin of a changeset | 20120130 |
2 | ![]() |
Instance method | Public | Method | Core - End of a changeset | 20120130 |
3 | ![]() |
Instance method | Public | Method | Core - Process a changeset (all operations at once) | 20140331 |
4 | ![]() |
Instance method | Public | Method | Core - Clean up - Needed as a single instance BADI is used | 20120313 |
5 | ![]() |
Instance method | Public | Method | Core - Execute CREATE request (CreateRUD) | 20110203 |
6 | ![]() |
Instance method | Public | Method | Core - Execute DELETE request (CRUDelete) | 20110203 |
7 | ![]() |
Instance method | Public | Method | Core - Execute function import | 20110203 |
8 | ![]() |
Instance method | Public | Method | Core - Initializes the Runtime Implementation | 20110203 |
9 | ![]() |
Instance method | Public | Method | Core - Initializes the Request Context | 20120313 |
10 | ![]() |
Instance method | Public | Method | Core - Execute READ request (CReadUD) - ENTRY - | 20110203 |
11 | ![]() |
Instance method | Public | Method | Core - Execute a READ request (CReadUD) - FEED | 20110203 |
12 | ![]() |
Instance method | Public | Method | Core - Execute READ request (CReadUD) - STREAM - | 20110628 |
13 | ![]() |
Instance method | Public | Method | Core - Set current context | 20120126 |
14 | ![]() |
Instance method | Public | Method | Core - Execute UPDATE request (CRUpdateD) | 20110203 |
Events
Interface /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 | ![]() |
CV_DEFER_MODE | Call by reference | Type reference (TYPE) | XSDBOOLEAN | Deferred processing: All operations at once | 20140331 | ||
2 | ![]() |
IT_OPERATION_INFO | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_OPERATION_INFO | Operation info - Table | 20120228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Business Exception | 20120130 | |
2 | ![]() |
Technical Exception | 20120130 |
Method CHANGESET_END Signature
Method CHANGESET_END on Interface /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Business Exception | 20120130 | |
2 | ![]() |
Technical Exception | 20120130 |
Method CHANGESET_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
Business Exception | 20140331 | |
2 | ![]() |
Technical Exception | 20140331 |
Method CLEANUP Signature
Method CLEANUP on Interface /IWBEP/IF_MGW_CORE_SRV_RUNTIME has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Technical Exception | 20131203 |
Method CREATE_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20110203 | |||
2 | ![]() |
CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110405 | |||
3 | ![]() |
CT_INLINE_INFO | Call by reference | Type reference (TYPE) | TY_T_INLINE_INFO | Inline info such as initial inline | 20130812 | ||
4 | ![]() |
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 | ![]() |
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 | ![]() |
IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 | |||
7 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
business exception in mgw | 20110216 | |
2 | ![]() |
mgw technical exception | 20110216 |
Method DELETE_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110405 | |||
2 | ![]() |
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 | ![]() |
IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 | |||
4 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
business exception in mgw | 20110216 | |
2 | ![]() |
mgw technical exception | 20110216 |
Method EXEC_SERVICE_OPERATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110215 | |||
2 | ![]() |
CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110405 | |||
3 | ![]() |
CT_INLINE_INFO | Call by reference | Type reference (TYPE) | TY_T_INLINE_INFO | Inline info such as initial inline | 20130813 | ||
4 | ![]() |
IS_REQUEST_DETAILS | Call by reference | Type reference (TYPE) | TY_S_MGW_REQUEST_CONTEXT | 20110415 | |||
5 | ![]() |
IV_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20110303 | |||
6 | ![]() |
IV_MULTIPLICITY | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20110215 | ||
7 | ![]() |
IV_RETURN_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
business exception in mgw | 20110216 | |
2 | ![]() |
mgw technical exception | 20110216 |
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_CONTEXT | MGW Context | 20110303 | ||
2 | ![]() |
IV_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20110203 | |||
3 | ![]() |
IV_SERVICE_DOCUMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 | |||
4 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | NUMC4 | Count parameters | 20110203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
mgw technical exception | 20110301 |
Method INIT_REQUEST_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CO_REQUEST_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_REQUEST | OData Channel Request | 20120313 | ||
2 | ![]() |
IS_REQUEST_DETAILS | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_CORE_SRV_RUNTIME=>TY_S_MGW_REQUEST_CONTEXT | 20120313 | |||
3 | ![]() |
IT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20120313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Technical Exception | 20120615 |
Method READ_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20110203 | |||
2 | ![]() |
CS_RESPONSE_CONTEXT | Call by reference | Type reference (TYPE) | TY_S_MGW_RESPONSE_ENTITY_CNTXT | Feed request response information | 20131126 | ||
3 | ![]() |
CT_EXPAND_SKIPTOKEN | Call by reference | Type reference (TYPE) | STRING_TABLE | Expand skiptokens | 20120817 | ||
4 | ![]() |
CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110405 | |||
5 | ![]() |
CT_INLINE_INFO | Call by reference | Type reference (TYPE) | TY_T_INLINE_INFO | Inline info such as initial inline | 20130812 | ||
6 | ![]() |
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 | ![]() |
IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 | |||
8 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
business exception in mgw | 20110216 | |
2 | ![]() |
mgw technical exception | 20110216 |
Method READ_ENTITYSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_DELETED_ENTITYSET | Call by reference | Object reference (TYPE REF TO) | DATA | 20130321 | |||
2 | ![]() |
CR_ENTITYSET | Call by reference | Object reference (TYPE REF TO) | DATA | 20110203 | |||
3 | ![]() |
CS_RESPONSE_CONTEXT | Call by reference | Type reference (TYPE) | TY_S_MGW_RESPONSE_CONTEXT | 20120213 | |||
4 | ![]() |
CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110405 | |||
5 | ![]() |
CT_INLINE_INFO | Call by reference | Type reference (TYPE) | TY_T_INLINE_INFO | Inline info such as initial inline | 20130813 | ||
6 | ![]() |
IS_PAGING | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | paging structure | 20110203 | ||
7 | ![]() |
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 | ![]() |
IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20110203 | ||
9 | ![]() |
IT_ORDER | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SORTING_ORDER | the sorting order | 20110203 | ||
10 | ![]() |
IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 | |||
11 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
business exception in mgw | 20110216 | |
2 | ![]() |
mgw technical exception | 20110216 |
Method READ_STREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_STREAM | Call by reference | Object reference (TYPE REF TO) | DATA | 20110628 | |||
2 | ![]() |
CS_RESPONSE_CONTEXT | Call by reference | Type reference (TYPE) | TY_S_MGW_RESPONSE_ENTITY_CNTXT | Feed request response information | 20140123 | ||
3 | ![]() |
CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110628 | |||
4 | ![]() |
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 | ![]() |
IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | STRING | 20110628 | |||
6 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
business exception in mgw | 20110628 | |
2 | ![]() |
mgw technical exception | 20110628 |
Method SET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_CONTEXT | MGW Context | 20120126 |
Method SET_CONTEXT on Interface /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 | ![]() |
CR_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20110203 | |||
2 | ![]() |
CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110405 | |||
3 | ![]() |
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 | ![]() |
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 | ![]() |
IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 | |||
6 | ![]() |
IV_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
business exception in mgw | 20110216 | |
2 | ![]() |
mgw technical exception | 20110216 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |