SAP ABAP Class CL_RSODSO_SETTING_CONFIG (Settings (generic))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSODSO_SETTINGS (Package) Parameter Maintenance for DataStores
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSODSO_SETTING_CFG | Configuration | 20120925 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_SETTING_CFG_CLA | Parameters for classic DataStores | 20120925 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_SETTING_CFG_IMO | Settings for HANA-optimized DataStore objects | 20120925 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_SETTING_CFG_MPP | Settings for MPP-optimized DataStores | 20120925 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_SETTING_CFG_PRO | Settings for parallel processing | 20120925 |
Properties
| Class | CL_RSODSO_SETTING_CONFIG | |
| Short Description | Settings (generic) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSODSO_SETTING | |
| Program status | ||
| Category | 0 | |
| Package | RSODSO_SETTINGS | Parameter Maintenance for DataStores |
| Created | 20120921 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSODSO_SETTING_CONFIG has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSODSO_SETTING_CFG | Configuration | 20120925 |
Friends
Class CL_RSODSO_SETTING_CONFIG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Active Version | 20120925 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | System Settings | 20120925 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Modified Version | 20120925 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSODSO_SETTING_CONTEXT | Context | 20120925 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | Active version uses system default | 20120925 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | Modified version uses system default | 20120925 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | Expert Settings | 20121010 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table with configuration data | 20120927 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | RSDODSOBJECT | Name of DataStore for system defaul | 20120925 |
Methods
Events
Class CL_RSODSO_SETTING_CONFIG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DATASTORE_CONFIGURATION | Public | See coding | 20120925 | TT_DATASTORE_CONFIGURATION TYPE TABLE OF REF TO cl_rsodso_setting_config WITH DEFAULT KEY
|
||
| 2 | TT_SVAL | Protected | See coding | 20121004 | TT_SVAL TYPE TABLE OF sval WITH DEFAULT KEY
|
Method Signatures
Method CONFIGURATION_FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_RSODSO_SETTING_CONTEXT | Context | 20120925 | |||
| 2 | RT_CONFIGURATION | Value transfer | Type reference (TYPE) | TT_DATASTORE_CONFIGURATION | 20120925 |
Method CONFIGURATION_FACTORY on class CL_RSODSO_SETTING_CONFIG has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_RSODSO_SETTING_CONTEXT | Context | 20120925 |
Method CONSTRUCTOR on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_CONFIG Signature
Method GET_CONFIG on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method GET_CONFIG on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_CONFIG_AVAILABLE Signature
Method GET_CONFIG_AVAILABLE on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method GET_CONFIG_AVAILABLE on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_RSODSO_SETTING_CONTEXT | Boolean | 20121010 |
Method GET_CONTEXT on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_DATASTORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DATASTORE | Value transfer | Type reference (TYPE) | RSDODSOBJECT | DataStore Object | 20121008 |
Method GET_DATASTORE on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_DEFAULT_ENABLED Signature
Method GET_DEFAULT_ENABLED on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method GET_DEFAULT_ENABLED on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_DEFAULT_VALUES Signature
Method GET_DEFAULT_VALUES on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method GET_DEFAULT_VALUES on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_IS_EXPERT_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_EXPERT_SETTING | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20121010 |
Method GET_IS_EXPERT_SETTING on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_MODIFIED Signature
Method GET_MODIFIED on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method GET_MODIFIED on class CL_RSODSO_SETTING_CONFIG has no exception.
Method GET_VALUES_FROM_USER Signature
Method GET_VALUES_FROM_USER on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method GET_VALUES_FROM_USER on class CL_RSODSO_SETTING_CONFIG has no exception.
Method LOAD_CONFIG_FROM_DB Signature
Method LOAD_CONFIG_FROM_DB on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method LOAD_CONFIG_FROM_DB on class CL_RSODSO_SETTING_CONFIG has no exception.
Method LOAD_DEFAULT_CONFIG Signature
Method LOAD_DEFAULT_CONFIG on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method LOAD_DEFAULT_CONFIG on class CL_RSODSO_SETTING_CONFIG has no exception.
Method RESET_DEFAULT Signature
Method RESET_DEFAULT on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method RESET_DEFAULT on class CL_RSODSO_SETTING_CONFIG has no exception.
Method SAVE_VALUES Signature
Method SAVE_VALUES on class CL_RSODSO_SETTING_CONFIG has no parameter.
Method SAVE_VALUES on class CL_RSODSO_SETTING_CONFIG has no exception.
Method _GET_FIELDLIST_FOR_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDS | Value transfer | Type reference (TYPE) | TT_SVAL | 20121005 |
Method _GET_FIELDLIST_FOR_POPUP on class CL_RSODSO_SETTING_CONFIG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |