SAP ABAP Interface /IWBEP/IF_MGW_CONTEXT (OData Channel - Data Provider Context)
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 implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_CONTEXT | MGW Context | 20110303 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_TEST_EDP_CTXT | Context for MGW - unit tests | 20111103 |
Properties
| Interface | /IWBEP/IF_MGW_CONTEXT | |
| Short Description | OData Channel - Data Provider Context |
General Data
| Package | /IWBEP/MGW_GSR_CORE | OData Channel - Service Interface - Core |
| Created | 20110303 | 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... |
Interfaces
Interface /IWBEP/IF_MGW_CONTEXT has no interface.
Friends
Interface /IWBEP/IF_MGW_CONTEXT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_PARAM_ISN | Constant | Public | Type reference (TYPE) | STRING | 'internal_service_name' | Internal Service Name | 20110411 | |
| 2 | GC_PARAM_ISV | Constant | Public | Type reference (TYPE) | STRING | 'internal_service_version' | Internal Service Version | 20110411 | |
| 3 | GC_PARAM_LOGGER | Constant | Public | Type reference (TYPE) | STRING | 'logger' | Logger | 20110712 | |
| 4 | GC_PARAM_MSG_CONTAINER | Constant | Public | Type reference (TYPE) | STRING | 'msg_container' | Message Container | 20110712 | |
| 5 | GC_PARAM_REQUEST_USER | Constant | Public | Type reference (TYPE) | STRING | 'request_user' | Request User from GW | 20110303 | |
| 6 | GC_PARAM_RESET_DP | Constant | Public | Type reference (TYPE) | STRING | 'reset_dp' | Reset DP required | 20131119 | |
| 7 | GC_PARAM_SERVICE_NAME | Constant | Public | Type reference (TYPE) | STRING | 'service_name' | Service Name | 20110410 | |
| 8 | GC_PARAM_SERVICE_NAMESPACE | Constant | Public | Type reference (TYPE) | STRING | 'service_namespace' | Service Namespace | 20110410 | |
| 9 | GC_PARAM_SERVICE_ROOT | Constant | Public | Type reference (TYPE) | STRING | 'service_root' | Base URL of service | 20110410 | |
| 10 | GC_PARAM_SERVICE_ROOT_ICF | Constant | Public | Type reference (TYPE) | STRING | 'service_root_icf' | Root node of service | 20111117 | |
| 11 | GC_PARAM_SOFTSTATE_MODE | Constant | Public | Type reference (TYPE) | STRING | 'softstate' | Soft-state mode indicator | 20131119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the logger | 20110715 | |
| 2 | Instance method | Public | Method | Returns the message container | 20110715 | |
| 3 | Instance method | Public | Method | Get parameter | 20110303 | |
| 4 | Instance method | Public | Method | Get parameters | 20110303 | |
| 5 | Instance method | Public | Method | Obsolete - Do not use - see /IWBEP/IF_MGW_DP_INT_FACADE | 20111104 | |
| 6 | Instance method | Public | Method | Set parameter | 20110303 |
Events
Interface /IWBEP/IF_MGW_CONTEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PARAMETER | Public | See coding | 20110303 | begin of ty_s_parameter,
name type string,
value type ref to data,
end of ty_s_parameter
|
||
| 2 | TY_T_PARAMETER | Public | See coding | 20110303 | ty_t_parameter type HASHED TABLE OF ty_s_parameter with unique key name
|
Method Signatures
Method GET_LOGGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOGGER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_COS_LOGGER | Logger for local AppsLog and CCMS | 20110715 |
Method GET_LOGGER on Interface /IWBEP/IF_MGW_CONTEXT has no exception.
Method GET_MESSAGE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MESSAGE_CONTAINER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | Message Container (for Client messages) | 20110715 |
Method GET_MESSAGE_CONTAINER on Interface /IWBEP/IF_MGW_CONTEXT has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Call by reference | Type reference (TYPE) | DATA | 20110303 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110303 |
Method GET_PARAMETER on Interface /IWBEP/IF_MGW_CONTEXT has no exception.
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PARAMETER | Call by reference | Type reference (TYPE) | TY_T_PARAMETER | 20110303 |
Method GET_PARAMETERS on Interface /IWBEP/IF_MGW_CONTEXT has no exception.
Method GET_SYSTEM_ALIAS_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_SYSTEM_ALIAS_INFO | Value transfer | Type reference (TYPE) | /IWBEP/S_DEFI_ALIAS_INFO | System Alias Information | 20111104 |
Method GET_SYSTEM_ALIAS_INFO on Interface /IWBEP/IF_MGW_CONTEXT has no exception.
Method SET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110303 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | DATA | 20110303 |
Method SET_PARAMETER on Interface /IWBEP/IF_MGW_CONTEXT has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |