SAP ABAP Class /IWFND/IF_MGW_CONTEXT (MGW Context for Content Development)
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
Class /IWFND/IF_MGW_CONTEXT  
Short Description MGW Context for Content Development    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110311   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWFND/IF_MGW_CONTEXT has no forward declaration.
Interfaces
Class /IWFND/IF_MGW_CONTEXT has no interface implemented.
Friends
Class /IWFND/IF_MGW_CONTEXT has no friend class.
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 GET_LOGGER Instance method Public Method Returns the logger 20110715
2 GET_MESSAGE_CONTAINER Instance method Public Method Returns the message container 20110715
3 GET_PARAMETER Instance method Public Method Get parameter 20110311
4 GET_PARAMETERS Instance method Public Method Get parameters 20110311
5 SET_PARAMETER Instance method Public Method Set parameter 20110311
Events
Class /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 Returning 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 class /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 Returning RO_MESSAGE_CONTAINER Value transfer Object reference (TYPE REF TO) /IWFND/IF_MGW_MSG_CONTAINER ODC Message Container 20110715

Method GET_MESSAGE_CONTAINER on class /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 Exporting EV_VALUE Call by reference Type reference (TYPE) DATA 20110311
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110311

Method GET_PARAMETER on class /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 Exporting ET_PARAMETER Call by reference Type reference (TYPE) TY_T_PARAMETER 20110311

Method GET_PARAMETERS on class /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 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110311
2 Importing IV_VALUE Call by reference Type reference (TYPE) DATA 20110311

Method SET_PARAMETER on class /IWFND/IF_MGW_CONTEXT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in