SAP ABAP Class CL_RSCDS_COMPR_CUM (Class for Condensing DELTA Cubes)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSCDS (Package) Summarization Routines for Fact Table
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR Class for Compressing InfoCubes 20040616
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_ADABASD Compressor: MaxDB-Dependent Implementation 20051006
2 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_DB2 Compressor: DB2-Dependent Implementation 20041227
3 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_DB6 Compressor: DB6-Dependent Implementation 20041117
4 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_DBALL Aggregator: DB Independent Implementation 20040616
5 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_HDB Compressor: MaxDB-Dependent Implementation 20100624
6 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_MSSQL Compressor: MSSQL-Dependent Implementation 20050617
7 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_ORACLE Compressor: DB ORACLE-dependent Implementation 20040616
8 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM_SYBASE Compressor: DB Sybase-dependent Implementation 20101110
9 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_INV Aggregation of InfoCubes with Non-Cumulatives 20040616
Properties
Class CL_RSCDS_COMPR_CUM  
Short Description Class for Condensing DELTA Cubes    
Super Class CL_RSCDS_COMPR Class for Compressing InfoCubes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCDS   Summarization Routines for Fact Table 
Created 20040616   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSCDS 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 RSDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDDK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSENQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSSTA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSCDS_COMPR_CUM has no interface implemented.
Friends
Class CL_RSCDS_COMPR_CUM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CNT_TDIMID Instance attribute Protected Type reference (TYPE) I nof. differenet t-dimids 20041209
2 P_CNT_TDIMID_IS_NEW Instance attribute Protected Type reference (TYPE) I nof. differenet t-dimids having is_new flag 20041209
3 P_GROUP_BY_AGGR Instance attribute Protected Type reference (TYPE) RS_BOOL Check whether GROUP BY is necessary for aggregates 20061108
4 P_PDIM_NORMAL Instance attribute Protected Type reference (TYPE) I P Dimension for Aggregated Delta Records 20040616
5 P_REC_CNT Instance attribute Protected Type reference (TYPE) I No. Records per Request 20060705
6 P_T_REQ_STAT Instance attribute Protected Type reference (TYPE) RSCDS_T_REQSTAT Table with Statistical Information for the Request 20040616
Methods
# Method Level Visibility Method type Description Created on
1 EXEC_BEFORE_MERGE Instance method Protected Method Actions Before Merging a Request 20041130
2 EXEC_MASS_INSERT Instance method Protected Method Mass Insert into the E Fact Table with Missing T-Dim 20040616
3 EXEC_MERGE Instance method Protected Method Combining the Update Data Records 20040616
4 GET_PDIMID_NORMAL Instance method Protected Method Read/Create the P Dimension Entries for the E Fact Table 20040616
5 GET_REQ_STAT Instance method Protected Method Get Statistics Using the Current Request 20040616
6 SET_GROUP_BY_AGGR Instance method Protected Method SET a flag if group by for aggregates is necessary 20061108
7 WRITE_STMT_TO_JOBLOG Instance method Protected Method Write SQL Statement to Job Log 20061108
Events
Class CL_RSCDS_COMPR_CUM has no event.
Types
Class CL_RSCDS_COMPR_CUM has no local type.
Method Signatures

Method EXEC_BEFORE_MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PDIM Call by reference Type reference (TYPE) ANY 20041208
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20041208

Method EXEC_MASS_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PDIMID Call by reference Type reference (TYPE) I 20040616
# Exception Resumable Description Created on
1 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20040616
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20040616

Method EXEC_MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PDIM Call by reference Type reference (TYPE) ANY 20040616
# Exception Resumable Description Created on
1 CX_RSCDS_DATA_TARGET_LOCKED Datenziel ist durch einen anderen Prozess gesperrt 20040616
2 CX_RSCDS_DELETE_ERROR Fehler beim Massendeletet auf der E-Faktentabelle 20040616
3 CX_RSCDS_INSERT_ERROR Fehler beim Masseninsert in die E-Faktentabelle 20040616
4 CX_RSCDS_METADATA_INCONSISTENT Beim extrahieren der Metadaten ist ein Fehler aufgetreten 20040616
5 CX_RSCDS_MISSING_INDEX Der zusammengesetzte Index auf der E-Faktentabelle fehlt 20040616
6 CX_RSCDS_MULTIPLE_REFPOINTS Mehrfache Stützstellen in der E-Faktentabelle 20040616
7 CX_RSCDS_REQUIREMENTS_VIOLATED Voraussetzungen für eine erfolgreiche Kondensierung verletzt 20040616
8 CX_RSCDS_UPDATE_ERROR Fehler beim Massenupdate auf die E-Faktentabelle 20040616
9 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20040616
10 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20040616
11 CX_RSDR_CUBE_LOCKED Cube is locked (due to condensing, ...) 20040616
12 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20040616

Method GET_PDIMID_NORMAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PDIMID_NORMAL Value transfer Type reference (TYPE) I 20040616
# Exception Resumable Description Created on
1 CX_RSCDS_REQUIREMENTS_VIOLATED Voraussetzungen für eine erfolgreiche Kondensierung verletzt 20040616

Method GET_REQ_STAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PDIMID Call by reference Type reference (TYPE) I 20040616

Method GET_REQ_STAT on class CL_RSCDS_COMPR_CUM has no exception.

Method SET_GROUP_BY_AGGR Signature

Method SET_GROUP_BY_AGGR on class CL_RSCDS_COMPR_CUM has no parameter.
Method SET_GROUP_BY_AGGR on class CL_RSCDS_COMPR_CUM has no exception.

Method WRITE_STMT_TO_JOBLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STMT Call by reference Type reference (TYPE) STRING SQL Statement 20061108

Method WRITE_STMT_TO_JOBLOG on class CL_RSCDS_COMPR_CUM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400