SAP ABAP Interface /IWFND/IF_MGW_CONTEXT (MGW Context for Content Development)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-GW-COR (Application Component) Gateway Framework
⤷
/IWFND/MGW_GSR_CORE (Package) GW Framework - ODC - Generic Service Interface - Core

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/CL_MGW_CONTEXT | MGW Context | 20110311 |
Properties
Interface | /IWFND/IF_MGW_CONTEXT | |
Short Description | MGW Context for Content Development |
General Data
Package | /IWFND/MGW_GSR_CORE | GW Framework - ODC - Generic Service Interface - Core |
Created | 20110311 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /IWFND/IF_MGW_CONTEXT has no forward declaration.
Interfaces
Interface /IWFND/IF_MGW_CONTEXT has no interface.
Friends
Interface /IWFND/IF_MGW_CONTEXT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_PARAM_DOLLAR_SELECT | Constant | Public | Type reference (TYPE) | STRING | 'dollar_select' | URI - Select System Query Option | 20111004 | |
2 | GC_PARAM_HOST_NAME | Constant | Public | Type reference (TYPE) | STRING | 'host' | Host Name | 20120905 | |
3 | GC_PARAM_HTTP_METHOD | Constant | Public | Type reference (TYPE) | STRING | 'http_method' | Http Method | 20120619 | |
4 | GC_PARAM_ICF_NODE_NAME | Constant | Public | Type reference (TYPE) | STRING | 'icf_node' | ICF Node Name | 20111114 | |
5 | GC_PARAM_LOGGER | Constant | Public | Type reference (TYPE) | STRING | 'logger' | Logger | 20110711 | |
6 | GC_PARAM_MESSAGE_CONTAINER | Constant | Public | Type reference (TYPE) | STRING | 'msg_container' | Message Container | 20110711 | |
7 | GC_PARAM_MODEL_IDENTIFIER | Constant | Public | Type reference (TYPE) | STRING | 'model_identifier' | Meta Model Identifier | 20110719 | |
8 | GC_PARAM_REQUEST_USER | Constant | Public | Type reference (TYPE) | STRING | 'request_user' | Request User | 20110311 | |
9 | GC_PARAM_SERVICE_NAME | Constant | Public | Type reference (TYPE) | STRING | 'service_name' | Service Name | 20110719 | |
10 | GC_PARAM_SERVICE_NAMESPACE | Constant | Public | Type reference (TYPE) | STRING | 'service_namespace' | Service Namespace | 20110719 | |
11 | GC_PARAM_SERVICE_VERSION | Constant | Public | Type reference (TYPE) | STRING | 'service_version' | Service Name | 20120116 |
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 | 20110311 |
4 | ![]() |
Instance method | Public | Method | Get parameters | 20110311 |
5 | ![]() |
Instance method | Public | Method | Set parameter | 20110311 |
Events
Interface /IWFND/IF_MGW_CONTEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_PARAMETER | Public | See coding | 20110311 | 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 | 20110311 | 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) | /IWFND/CL_MGW_LOGGER | ODC Logger for Application Log and CCMS | 20110715 |
Method GET_LOGGER on Interface /IWFND/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) | /IWFND/IF_MGW_MSG_CONTAINER | ODC Message Container | 20110715 |
Method GET_MESSAGE_CONTAINER on Interface /IWFND/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 | 20110311 | |||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110311 |
Method GET_PARAMETER on Interface /IWFND/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 | 20110311 |
Method GET_PARAMETERS on Interface /IWFND/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 | 20110311 | |||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | DATA | 20110311 |
Method SET_PARAMETER on Interface /IWFND/IF_MGW_CONTEXT has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 250 |