SAP ABAP Class CL_BSP_DLC_CONF_SETTINGS (Config Settings)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-CON (Application Component) UI Configuration & Design Layer
⤷
BSP_DYN_CONFIG_TOOLS2_CORE (Package) Config Tools Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_DLC_CONF_SETTINGS | Configuration Setting | 20060718 |
Properties
| Class | CL_BSP_DLC_CONF_SETTINGS | |
| Short Description | Config Settings | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSP_DYN_CONFIG_TOOLS2_CORE | Config Tools Core |
| Created | 20060718 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSP_DLC_CONF_SETTINGS | Configuration Setting | 20060718 |
Friends
Class CL_BSP_DLC_CONF_SETTINGS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | BSP_DLC_CONFIG_PROFILE | 'COD_POWER_USER' | CoD Power User | 20060718 | ||
| 2 | Constant | Public | Type reference (TYPE) | BSP_DLC_CONFIG_PROFILE | 'RECURSIVE' | Recusive usage of Configuration | 20070315 | ||
| 3 | Constant | Public | Type reference (TYPE) | BSP_DLC_CONFIG_PROFILE | 'STANDARD' | Standard | 20060718 | ||
| 4 | Constant | Public | Type reference (TYPE) | BSP_DLC_CONFIG_PROFILE | 'WACOMPONENT' | Config Profile | 20070827 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'FALSE' | 20060718 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'TRUE' | 20060718 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TT_PARAM_POS_VALUE | 20060718 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | TT_SETTING_STACK | setting stack | 20060718 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20060718 | ||
| 2 | Instance method | Private | Method | Check Parameter / Value | 20060718 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20060718 | |
| 4 | Instance method | Public | Method | 20060718 | ||
| 5 | Instance method | Public | Method | 20060718 | ||
| 6 | Instance method | Public | Method | 20060718 | ||
| 7 | Instance method | Public | Method | Set Parameter/Value explicitely to level1 | 20060718 | |
| 8 | Instance method | Public | Method | 20060718 |
Events
Class CL_BSP_DLC_CONF_SETTINGS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PARAM_POS_VALUE | Private | See coding | 20060718 | BEGIN OF ts_param_pos_value,
name TYPE string,
pos_values TYPE string_table,
END OF ts_param_pos_value
|
||
| 2 | TS_SETTING_STACK | Private | See coding | 20060718 | BEGIN OF ts_setting_stack,
level TYPE int4,
params TYPE tihttpnvp,
END OF ts_setting_stack
|
||
| 3 | TT_PARAM_POS_VALUE | Private | See coding | 20060718 | tt_param_pos_value TYPE TABLE OF ts_param_pos_value
|
||
| 4 | TT_SETTING_STACK | Private | See coding | 20060718 | tt_setting_stack TYPE TABLE OF ts_setting_stack
|
Method Signatures
Method BUILD_POS_VALUES Signature
Method BUILD_POS_VALUES on class CL_BSP_DLC_CONF_SETTINGS has no parameter.
Method BUILD_POS_VALUES on class CL_BSP_DLC_CONF_SETTINGS has no exception.
Method CHECK_PARAM_VALUE 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 | 20060718 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20060718 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060718 |
Method CHECK_PARAM_VALUE on class CL_BSP_DLC_CONF_SETTINGS has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BSP_DLC_CONF_SETTINGS has no parameter.
Method CONSTRUCTOR on class CL_BSP_DLC_CONF_SETTINGS has no exception.
Method GET_PARAM_VALUE 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 | Name | 20060718 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | Value | 20060718 |
Method GET_PARAM_VALUE on class CL_BSP_DLC_CONF_SETTINGS has no exception.
Method SET_CONFIG_PROFILE Signature
Method SET_CONFIG_PROFILE on class CL_BSP_DLC_CONF_SETTINGS has no parameter.
Method SET_CONFIG_PROFILE on class CL_BSP_DLC_CONF_SETTINGS has no exception.
Method SET_PARAM_VALUE Signature
Method SET_PARAM_VALUE on class CL_BSP_DLC_CONF_SETTINGS has no parameter.
Method SET_PARAM_VALUE on class CL_BSP_DLC_CONF_SETTINGS has no exception.
Method SET_PARAM_VALUE_L1 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 | 20060718 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20060718 |
Method SET_PARAM_VALUE_L1 on class CL_BSP_DLC_CONF_SETTINGS has no exception.
Method TEST_PARAM_VALUE 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 | 20060718 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20060718 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060718 |
Method TEST_PARAM_VALUE on class CL_BSP_DLC_CONF_SETTINGS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |