SAP ABAP Interface /IWFND/IF_CONFIG_INFO (Configuration Info)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CS (Application Component) IWF Common Services
⤷
/IWFND/COF (Package) GW Framework - Configuration
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/CL_CONFIG_INFO | Configuration Info | 20110314 |
Properties
| Interface | /IWFND/IF_CONFIG_INFO | |
| Short Description | Configuration Info |
General Data
| Package | /IWFND/COF | GW Framework - Configuration |
| Created | 20110314 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
Interface /IWFND/IF_CONFIG_INFO has no forward declaration.
Interfaces
Interface /IWFND/IF_CONFIG_INFO has no interface.
Friends
Interface /IWFND/IF_CONFIG_INFO has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_META_DATA_CACHE_ENABLED | Constant | Public | Type reference (TYPE) | /IWFND/COF_PARAMETER_NAME | 'MED_CACHE_ENABLED' | Configuration Parameter Name | 20110314 | |
| 2 | GC_SA_META_DATA_CACHE_ENABLED | Constant | Public | Type reference (TYPE) | /IWFND/COF_PARAMETER_NAME | 'SA_MED_CACHE_ENABLED' | Configuration Parameter Name | 20130621 | |
| 3 | GC_VS_PROFILE_CONFIGURATION | Constant | Public | Type reference (TYPE) | /IWFND/COF_PARAMETER_NAME | 'GATEWAY_VIRUSCAN_PROFILE' | Configuration parameter for virus scanner | 20110325 | |
| 4 | MT_PARAMETER | Instance attribute | Public | Type reference (TYPE) | TY_T_CONFIG_PARAMETER | 20110314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110314 | ||
| 2 | Instance method | Public | Method | 20110314 | ||
| 3 | Instance method | Public | Method | 20110314 | ||
| 4 | Instance method | Public | Method | 20110314 | ||
| 5 | Instance method | Public | Method | 20110314 | ||
| 6 | Instance method | Public | Method | 20110314 | ||
| 7 | Instance method | Public | Method | 20110314 | ||
| 8 | Instance method | Public | Method | 20110314 | ||
| 9 | Instance method | Public | Method | 20110314 |
Events
Interface /IWFND/IF_CONFIG_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CONFIG_PARAMETER | Public | See coding | 20110314 | BEGIN OF ty_s_config_parameter,
name TYPE /iwfnd/cof_parameter_name,
value TYPE /iwfnd/cof_parameter_value,
END OF ty_s_config_parameter
|
||
| 2 | TY_T_CONFIG_PARAMETER | Public | See coding | 20110314 | ty_t_config_parameter TYPE HASHED TABLE OF ty_s_config_parameter WITH UNIQUE KEY name
|
Method Signatures
Method GET_BOOLEAN_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) | BOOLEAN | 20110314 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | /IWFND/COF_PARAMETER_NAME | 20110314 |
Method GET_BOOLEAN_PARAMETER on Interface /IWFND/IF_CONFIG_INFO 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) | /IWFND/COF_PARAMETER_VALUE | 20110314 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | /IWFND/COF_PARAMETER_NAME | 20110314 |
Method GET_PARAMETER on Interface /IWFND/IF_CONFIG_INFO 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_CONFIG_PARAMETER | 20110314 |
Method GET_PARAMETERS on Interface /IWFND/IF_CONFIG_INFO has no exception.
Method REMOVE_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) | /IWFND/COF_PARAMETER_NAME | 20110314 |
Method REMOVE_PARAMETER on Interface /IWFND/IF_CONFIG_INFO has no exception.
Method REMOVE_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | /IWFND/T_COD_SELECT_OPTIONS | 20110314 |
Method REMOVE_PARAMETERS on Interface /IWFND/IF_CONFIG_INFO has no exception.
Method SAVE Signature
Method SAVE on Interface /IWFND/IF_CONFIG_INFO has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions for configuration | 20110314 |
Method SET_BOOLEAN_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) | /IWFND/COF_PARAMETER_NAME | Configuration Parameter Name | 20110314 | |||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110314 |
Method SET_BOOLEAN_PARAMETER on Interface /IWFND/IF_CONFIG_INFO 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) | /IWFND/COF_PARAMETER_NAME | 20110314 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | /IWFND/COF_PARAMETER_VALUE | 20110314 |
Method SET_PARAMETER on Interface /IWFND/IF_CONFIG_INFO has no exception.
Method SET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETER | Call by reference | Type reference (TYPE) | TY_T_CONFIG_PARAMETER | 20110314 |
Method SET_PARAMETERS on Interface /IWFND/IF_CONFIG_INFO has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 250 |