SAP ABAP Class CL_RSCDS_COMPR_CUM_ADABASD (Compressor: MaxDB-Dependent Implementation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-SDB (Application Component) BW MaxDB
     RSADA (Package) BW Porting MaxDB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSCDS_COMPR_CUM Class for Condensing DELTA Cubes 20051006
Properties
Class CL_RSCDS_COMPR_CUM_ADABASD  
Short Description Compressor: MaxDB-Dependent Implementation    
Super Class CL_RSCDS_COMPR_CUM Class for Condensing DELTA Cubes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSADA   BW Porting MaxDB 
Created 20051006   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSCDS_COMPR_CUM_ADABASD has no forward declaration.
Interfaces
Class CL_RSCDS_COMPR_CUM_ADABASD has no interface implemented.
Friends
Class CL_RSCDS_COMPR_CUM_ADABASD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_S_DLT Instance attribute Private Object reference (TYPE REF TO) DATA Internal Structure for the Update 20051006
2 P_S_FACT Instance attribute Private Object reference (TYPE REF TO) DATA Internal Structure of Type Fact Table 20051006
3 P_S_NULL Instance attribute Private Object reference (TYPE REF TO) DATA Internal Structure of Type Key Fields Fact Table 20051006
4 P_TMPTABLNM Instance attribute Private Type reference (TYPE) RSD_TABLNM tmp table for tim sid inlist 20081017
5 P_T_DLT Instance attribute Private Object reference (TYPE REF TO) DATA Internal Table for the Update 20051006
6 P_T_NULL Instance attribute Private Object reference (TYPE REF TO) DATA Internal Table of Type Key Fields Fact Table 20051006
7 P_T_UPD Instance attribute Private Object reference (TYPE REF TO) DATA Internal Table of Type Fact Table 20051006
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BUILD_TIMS_SUBQUERY Instance method Private Method Generate TIMS Subquery if Too Many TIMS SIDs 20081017
2 CREATE_DATA_OBJECTS Instance method Protected Method Instantiate Dynamic Data Objects 20051006
3 EXEC_MERGE_ABAP Instance method Protected Method Merge records from F and E fact tables in ABAP 20090820
4 EXEC_MERGE_DB Instance method Protected Method Merge records from F and E fact tables with SQL 20090820
5 EXEC_NULL_ELIM Instance method Protected Method Mass Delete from the E Fact Table during Zero Elimination 20051006
6 EXEC_NX_INSERT Instance method Protected Method Mass Insert DELTA in E Fact Table when Key Missing 20051006
7 EXEC_SELECT Instance method Protected Method Select for the Mass Update DELTA 20051006
8 PREPARE_UPD_RECORDS Instance method Protected Method Comparison of DELTA Records of E and F Fact Tables (Update) 20051006
Events
Class CL_RSCDS_COMPR_CUM_ADABASD has no event.
Types
Class CL_RSCDS_COMPR_CUM_ADABASD has no local type.
Method Signatures

Method CHECK_BUILD_TIMS_SUBQUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SX_QUERY Call by reference Type reference (TYPE) RSDRS_SX_QUERY 20081017
2 Changing C_S_WHERE Call by reference Type reference (TYPE) RSDRS_S_WHERE 20081017

Method CHECK_BUILD_TIMS_SUBQUERY on class CL_RSCDS_COMPR_CUM_ADABASD has no exception.

Method CREATE_DATA_OBJECTS Signature

Method CREATE_DATA_OBJECTS on class CL_RSCDS_COMPR_CUM_ADABASD has no parameter.
Method CREATE_DATA_OBJECTS on class CL_RSCDS_COMPR_CUM_ADABASD has no exception.

Method EXEC_MERGE_ABAP 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 20090820
# Exception Resumable Description Created on
1 CX_RSCDS_DATA_TARGET_LOCKED Datenziel ist durch einen anderen Prozess gesperrt 20090820
2 CX_RSCDS_DELETE_ERROR Fehler beim Massendeletet auf der E-Faktentabelle 20090820
3 CX_RSCDS_INSERT_ERROR Fehler beim Masseninsert in die E-Faktentabelle 20090820
4 CX_RSCDS_METADATA_INCONSISTENT Beim extrahieren der Metadaten ist ein Fehler aufgetreten 20090820
5 CX_RSCDS_MISSING_INDEX Der zusammengesetzte Index auf der E-Faktentabelle fehlt 20090820
6 CX_RSCDS_MULTIPLE_REFPOINTS Mehrfache Stützstellen in der E-Faktentabelle 20090820
7 CX_RSCDS_REQUIREMENTS_VIOLATED Voraussetzungen für eine erfolgreiche Kondensierung verletzt 20090820
8 CX_RSCDS_UPDATE_ERROR Fehler beim Massenupdate auf die E-Faktentabelle 20090820
9 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20090820
10 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20090820
11 CX_RSDR_CUBE_LOCKED Cube is locked (due to condensing, ...) 20090820
12 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20090820

Method EXEC_MERGE_DB 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 20090820
# Exception Resumable Description Created on
1 CX_RSCDS_DATA_TARGET_LOCKED Datenziel ist durch einen anderen Prozess gesperrt 20090820
2 CX_RSCDS_DELETE_ERROR Fehler beim Massendeletet auf der E-Faktentabelle 20090820
3 CX_RSCDS_INSERT_ERROR Fehler beim Masseninsert in die E-Faktentabelle 20090820
4 CX_RSCDS_METADATA_INCONSISTENT Beim extrahieren der Metadaten ist ein Fehler aufgetreten 20090820
5 CX_RSCDS_MISSING_INDEX Der zusammengesetzte Index auf der E-Faktentabelle fehlt 20090820
6 CX_RSCDS_MULTIPLE_REFPOINTS Mehrfache Stützstellen in der E-Faktentabelle 20090820
7 CX_RSCDS_REQUIREMENTS_VIOLATED Voraussetzungen für eine erfolgreiche Kondensierung verletzt 20090820
8 CX_RSCDS_UPDATE_ERROR Fehler beim Massenupdate auf die E-Faktentabelle 20090820
9 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20090820
10 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20090820
11 CX_RSDR_CUBE_LOCKED Cube is locked (due to condensing, ...) 20090820
12 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20090820

Method EXEC_NULL_ELIM 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 20051006
# Exception Resumable Description Created on
1 CX_RSCDS_DELETE_ERROR Fehler beim Massendeletet auf der E-Faktentabelle 20051006
2 CX_RSCDS_MULTIPLE_REFPOINTS Mehrfache Stützstellen in der E-Faktentabelle 20051006
3 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20051006
4 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20051006

Method EXEC_NX_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 20051006
# Exception Resumable Description Created on
1 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20051006
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20051006

Method EXEC_SELECT 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 20051006
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_SQL_RESULT_SET Ergebnismenge einer SQL Query 20051006
# Exception Resumable Description Created on
1 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20051006
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20051006

Method PREPARE_UPD_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_UPD Value transfer Type reference (TYPE) STANDARD TABLE 20051006
2 Importing I_T_DLT Call by reference Type reference (TYPE) STANDARD TABLE 20051006

Method PREPARE_UPD_RECORDS on class CL_RSCDS_COMPR_CUM_ADABASD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710