SAP ABAP Class CL_RSCDS_COMPR_INV_DBALL (Aggregator for Non-Cumulatives: DB-Independent Implement.)
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_INV Aggregation of InfoCubes with Non-Cumulatives 20040616
Properties
Class CL_RSCDS_COMPR_INV_DBALL  
Short Description Aggregator for Non-Cumulatives: DB-Independent Implement.    
Super Class CL_RSCDS_COMPR_INV Aggregation of InfoCubes with Non-Cumulatives 
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
Class CL_RSCDS_COMPR_INV_DBALL has no forward declaration.
Interfaces
Class CL_RSCDS_COMPR_INV_DBALL has no interface implemented.
Friends
Class CL_RSCDS_COMPR_INV_DBALL 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 20040616
2 P_S_FACT Instance attribute Private Object reference (TYPE REF TO) DATA Internal Structure of Type Fact Table 20040616
3 P_S_NULL Instance attribute Private Object reference (TYPE REF TO) DATA Internal Structure of Type Key Fields Fact Table 20040616
4 P_S_REF Instance attribute Private Object reference (TYPE REF TO) DATA Internal Structure for the Marker Update 20040616
5 P_T_DLT Instance attribute Private Object reference (TYPE REF TO) DATA Internal Table for the Update 20040616
6 P_T_NULL Instance attribute Private Object reference (TYPE REF TO) DATA Internal Table of Type Key Fields Fact Table 20040616
7 P_T_REF Instance attribute Private Object reference (TYPE REF TO) DATA Internal Table for the Marker Update 20040616
8 P_T_UPD Instance attribute Private Object reference (TYPE REF TO) DATA Internal Table of Type Fact Table 20040616
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DATA_OBJECTS Instance method Protected Method Instantiate Dynamic Data Objects 20040616
2 EXEC_NULL_ELIM Instance method Protected Method Mass Delete from the E Fact Table during Zero Elimination 20040616
3 EXEC_NX_INSERT Instance method Protected Method Mass Insert DELTA in E Fact Table when Key Missing 20040616
4 EXEC_NX_INSERT_REF Instance method Protected Method Mass Inserts REF in E Fact Table when Key Is Missing 20040616
5 EXEC_SELECT Instance method Protected Method Select for the Mass Update DELTA 20040616
6 EXEC_SELECT_REF Instance method Protected Method Select for for the Mass Update REF 20040616
7 GET_KYF_INITIAL_VALUE Instance method Private Method Returns Correct Initial Value Including Quotes 20061108
8 PREPARE_UPD_RECORDS Instance method Protected Method Comparison of DELTA Records of E and F Fact Tables (Update) 20040616
9 PREPARE_UPD_RECORDS_REF Instance method Protected Method Comparison of REF Records for E and F Fact Table (Update 20040616
Events
Class CL_RSCDS_COMPR_INV_DBALL has no event.
Types
Class CL_RSCDS_COMPR_INV_DBALL has no local type.
Method Signatures

Method CREATE_DATA_OBJECTS Signature

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

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

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 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_NX_INSERT_REF 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_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20040616
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20040616

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 20040616
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_SQL_RESULT_SET Ergebnismenge einer SQL Query 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_SELECT_REF 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
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_SQL_RESULT_SET Ergebnismenge einer SQL Query 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 GET_KYF_INITIAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCREASE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20061108
2 Importing I_S_KYF Call by reference Type reference (TYPE) RSCDS_S_KYF 20061108
3 Returning R_CHAVL Value transfer Type reference (TYPE) RSCHAVL Dim: Field for a User-Defined Characteristic Value 20061108

Method GET_KYF_INITIAL_VALUE on class CL_RSCDS_COMPR_INV_DBALL has no exception.

Method PREPARE_UPD_RECORDS Signature

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

Method PREPARE_UPD_RECORDS on class CL_RSCDS_COMPR_INV_DBALL has no exception.

Method PREPARE_UPD_RECORDS_REF Signature

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

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