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 OR_CFG_ACTIVE Instance attribute Protected Object reference (TYPE REF TO) DATA Active Version 20120925
2 OR_CFG_DEFAULT Instance attribute Protected Object reference (TYPE REF TO) DATA System Settings 20120925
3 OR_CFG_MODIFIED Instance attribute Protected Object reference (TYPE REF TO) DATA Modified Version 20120925
4 OR_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_SETTING_CONTEXT Context 20120925
5 O_DEFAULT_CFG_ACTIVE Instance attribute Protected Type reference (TYPE) RS_BOOL Active version uses system default 20120925
6 O_DEFAULT_CFG_MODIFIED Instance attribute Protected Type reference (TYPE) RS_BOOL Modified version uses system default 20120925
7 O_EXPERT_ONLY Instance attribute Protected Type reference (TYPE) RS_BOOL Expert Settings 20121010
8 O_SETTING_TABLE Instance attribute Protected Type reference (TYPE) TABNAME Table with configuration data 20120927
9 O_SYSTEM_DEFAULT Instance attribute Protected Type reference (TYPE) RSDODSOBJECT Name of DataStore for system defaul 20120925
Methods
# Method Level Visibility Method type Description Created on
1 CONFIGURATION_FACTORY Static method Public Method Provides settings for DataStores 20120925
2 CONSTRUCTOR Instance method Public Constructor 20120925
3 GET_CONFIG Instance method Public Method 20121001
4 GET_CONFIG_AVAILABLE Instance method Public Method 20120925
5 GET_CONTEXT Instance method Public Method 20121010
6 GET_DATASTORE Instance method Public Method 20121008
7 GET_DEFAULT_ENABLED Instance method Public Method 20121005
8 GET_DEFAULT_VALUES Instance method Public Method 20120928
9 GET_IS_EXPERT_SETTING Instance method Public Method 20121010
10 GET_MODIFIED Instance method Public Method 20121004
11 GET_VALUES_FROM_USER Instance method Public Method 20121004
12 LOAD_CONFIG_FROM_DB Instance method Public Method 20120928
13 LOAD_DEFAULT_CONFIG Instance method Public Method 20120928
14 RESET_DEFAULT Instance method Public Method 20121005
15 SAVE_VALUES Instance method Public Method 20121004
16 _GET_FIELDLIST_FOR_POPUP Instance method Protected Method 20121004
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 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) CL_RSODSO_SETTING_CONTEXT Context 20120925
2 Returning 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 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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