SAP ABAP Class CL_RSDB6_RECLUSTERING_WIZARD (DB6 Reclustering Wizard)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-DB6 (Application Component) BW DB2 Universal Database
     RSDB6_7EHP1 (Package) Development EHP1 / BI 7.01 and BI 7.11
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DB6_RECLUSTERING_WIZARD DB6: MDC Reclustering Wizard 20100323
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DB6_RECL_WIZARD_CONSTANTS DB6 Reclustering Wizard Constants 20100517
Properties
Class CL_RSDB6_RECLUSTERING_WIZARD  
Short Description DB6 Reclustering Wizard    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDB6_7EHP1   Development EHP1 / BI 7.01 and BI 7.11 
Created 20100323   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDB6 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DB6_RECLUSTERING_WIZARD DB6: MDC Reclustering Wizard 20100323
2 IF_DB6_RECL_WIZARD_CONSTANTS DB6 Reclustering Wizard Constants 20100517
Friends
Class CL_RSDB6_RECLUSTERING_WIZARD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_INFOPROVIDER Instance attribute Private Type reference (TYPE) RSINFOPROV InfoProvider 20100323
2 P_INFOPROVIDER_TYPE Instance attribute Private Type reference (TYPE) STRING InfoProvider Type 20100323
3 P_MDC_PROPOSAL Instance attribute Private Type reference (TYPE) DB6_MDC_DIMENSION_TAB MDC Dimension Table 20100323
4 P_PARTMODE Instance attribute Private Type reference (TYPE) STRING Clustering Type 20100323
5 P_PARTTIM Instance attribute Private Type reference (TYPE) RSDIOBJNM PARTTIM 20100323
6 P_READ Instance attribute Private Type reference (TYPE) RS_BOOL Read settings from metadata 20100323
7 P_RECLUSTER_PARAMETERS Instance attribute Private Type reference (TYPE) RSDB6_RECLUST_PARAMS Reclustering parameters 20100323
8 P_S_DTA Instance attribute Private Type reference (TYPE) RSD_S_DTA InfoProvider metadata 20100323
9 P_T_MDC_DIME Instance attribute Private Type reference (TYPE) RSDO_T_DIME Result 20100323
10 P_T_MDC_IOBJ Instance attribute Private Type reference (TYPE) RSDO_T_MDC_IOBJ MDC InfoObjects 20100323
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATASTORE_MDC_SETTINGS Instance method Private Method Checks MDC definition of DSO 20100323
2 CHECK_INFOCUBE_MDC_SETTINGS Instance method Private Method Checks MDC definition of InfoCube 20100323
3 CHECK_MDC_SETTING Instance method Private Method Checks settings on the screen 20100323
4 CHECK_RECLUST_STATUS Instance method Private Method Checks status of reclustering process 20100517
5 GET_ACTIVE_TABLE Instance method Private Method Returns the name of the DSO active table 20100323
6 GET_DATASTORE_IOBJ Instance method Private Method Returns the key fields of a DSO 20100323
7 GET_DATASTORE_METADATA Instance method Private Method Returns metadata of a DSO 20100323
8 GET_DEFAULT_DATA_CLASS Instance method Private Method Returns default data class 20100323
9 GET_FACTTABLE_NAME Instance method Private Method Returns the fact table name 20100323
10 GET_INFOCUBE_DIMENSIONS Instance method Private Method Returns dimensions and clustering definition of an InfoCube 20100323
11 GET_INFOCUBE_METADATA Instance method Private Method Returns metadata of InfoProvider 20100323
12 SET_CLUSTERING Instance method Private Method Sets clustering parameter for reclustering 20100323
Events
Class CL_RSDB6_RECLUSTERING_WIZARD has no event.
Types
Class CL_RSDB6_RECLUSTERING_WIZARD has no local type.
Method Signatures

Method CHECK_DATASTORE_MDC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_EQUAL Call by reference Type reference (TYPE) RS_BOOL Boolean 20100323
2 Exporting IS_VALID Call by reference Type reference (TYPE) RS_BOOL Boolean 20100323
3 Importing MDC_IOBJ Call by reference Type reference (TYPE) DB6_MDC_DIMENSION_TAB DB6 MDC Reclustering: MDC Dimension Table 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method CHECK_INFOCUBE_MDC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_EQUAL Call by reference Type reference (TYPE) RS_BOOL Boolean 20100323
2 Exporting IS_VALID Call by reference Type reference (TYPE) RS_BOOL Boolean 20100323
3 Importing MDC_CHARACT_DIMENSIONS Call by reference Type reference (TYPE) DB6_MDC_DIMENSION_TAB DB6 MDC Reclustering: MDC Dimension Table 20100323
4 Importing MDC_PACKAGE_DIMENSION Call by reference Type reference (TYPE) RS_BOOL Boolean 20100323
5 Importing MDC_TIME_CHARACTERISTIC Call by reference Type reference (TYPE) STRING 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method CHECK_MDC_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MDC_CHARACT_DIMENSIONS Call by reference Type reference (TYPE) DB6_MDC_DIMENSION_TAB DB6 MDC Reclustering: MDC Dimension Table 20100323
2 Importing MDC_TIME_CHARACTERISTIC Call by reference Type reference (TYPE) STRING Time Characteristic (for InfoCubes only) 20100323
3 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20100323

Method CHECK_MDC_SETTING on class CL_RSDB6_RECLUSTERING_WIZARD has no exception.

Method CHECK_RECLUST_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALID Call by reference Type reference (TYPE) RS_BOOL Boolean 20100517
2 Importing I_STATUS Call by reference Type reference (TYPE) RSDU_REPART_STATUS 20100517

Method CHECK_RECLUST_STATUS on class CL_RSDB6_RECLUSTERING_WIZARD has no exception.

Method GET_ACTIVE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ACTIVE_TABLE Value transfer Type reference (TYPE) RSD_TABLNM Aktive Tabelle 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method GET_DATASTORE_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MDC_IOBJ Call by reference Type reference (TYPE) DB6_MDC_DIMENSION_TAB Dimensions/Key InfoObjects 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method GET_DATASTORE_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_IOBJ_R Call by reference Type reference (TYPE) RSDO_T_IOBJ_SG_R Table with References to InfoObjects 20100323
2 Exporting E_T_MDC_IOBJ Call by reference Type reference (TYPE) RSDO_T_MDC_IOBJ InfoObjects for MD Clustering 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method GET_DEFAULT_DATA_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DEFAULT_DATA_CLASS Value transfer Type reference (TYPE) TABART Data class in technical settings 20100323
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) RSD_TABLNM 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method GET_FACTTABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EFACT_TABLE Call by reference Type reference (TYPE) RSD_TABLNM E-Faktentabelle 20100323
2 Exporting E_FFACT_TABLE Call by reference Type reference (TYPE) RSD_TABLNM F-Faktentabelle 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method GET_INFOCUBE_DIMENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHARACT_DIMENSION Call by reference Type reference (TYPE) DB6_MDC_DIMENSION_TAB DB6 MDC Reclustering: MDC Dimension Table 20100323
2 Exporting E_PACKAGE_DIMENSION Call by reference Type reference (TYPE) RS_BOOL Boolean 20100323
3 Exporting E_TIME_CHARACTERISTIC Call by reference Type reference (TYPE) STRING Zeitmerkmal 20100323
4 Exporting E_TIME_CHARACTERISTICS Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method GET_INFOCUBE_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_CUBE Call by reference Type reference (TYPE) RSD_S_CUBE InfoCube Metadata 20100323
2 Exporting E_T_CUBE_IOBJ Call by reference Type reference (TYPE) RSD_T_CUBE_IOBJ List of InfoObjects in InfoCube 20100323
3 Exporting E_T_DIME Call by reference Type reference (TYPE) RSD_T_DIME Dimensions Table 20100323
4 Exporting E_T_DIME_IOBJ Call by reference Type reference (TYPE) RSD_T_DIME_IOBJ Table: Dimensions - InfoObjects 20100323
5 Exporting E_T_DIME_R Call by reference Type reference (TYPE) RSDO_T_DIME_SG_R Table with References to Dimensions 20100323
6 Exporting E_T_IC_VAL_IOBJ Call by reference Type reference (TYPE) RSD_T_IC_VAL_IOBJ List of InfoObjects in the Non-Cumulative Validity Table 20100323
7 Exporting E_T_IOBJ_R Call by reference Type reference (TYPE) RSDO_T_IOBJ_SG_R Table with References to InfoObjects 20100323
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323

Method SET_CLUSTERING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STATUS Call by reference Type reference (TYPE) RSDU_REPART_STATUS 20100517
# Exception Resumable Description Created on
1 CX_DB6_RECLUSTERING Exception Class MDC Reclustering 20100323
History
Last changed by/on SAP  20130531 
SAP Release Created in 730