SAP ABAP Class CL_RSCDS_TC (test tool for rscds)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSCDS (Package) Summarization Routines for Fact Table
Properties
Class CL_RSCDS_TC  
Short Description test tool for rscds    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCDS   Summarization Routines for Fact Table 
Created 20040204   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 RSDDK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSCDS_TC has no interface implemented.
Friends
Class CL_RSCDS_TC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_R_MESSAGE_LIST Instance attribute Public Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20040204
2 P_DATATARGET Instance attribute Private Type reference (TYPE) RSDDATATARGET data target 20040204
3 P_DESCRIPT Instance attribute Private Type reference (TYPE) STRING test description 20040204
4 P_S_DATASTATE Instance attribute Private Type reference (TYPE) RSMDATASTATE Status of the data in the Infocubes 20040204
5 P_S_PROCESS_DATA Instance attribute Private Type reference (TYPE) RSCDS_S_PROCESS_DATA 20040204
6 P_TEST_NO Instance attribute Private Type reference (TYPE) CHAR10 curent test number 20040204
7 P_T_MSG Instance attribute Private Type reference (TYPE) RS_T_MSG message log 20040204
8 P_USE_OLD_CONDENSOR Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20040216
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040204
2 DELETE_TEST Instance method Public Method delete a test scenario of a current test 20040204
3 EXECUTE_COMPRESS Instance method Private Method calls RSDRD_SEL_DELETION 20041110
4 EXECUTE_TEST Instance method Public Method execute the current test 20040204
5 GENERATE_TEST Instance method Public Method build new test 20040204
6 GET_AGGREGATES_SORTED Instance method Private Method 20040915
7 GET_DATASTATE Instance method Private Method get datastate from table RSCDSTC 20040204
8 GET_NEW_TEST_NO Instance method Private Method get a new test number 20040204
9 GET_PROCESS_DATA Instance method Private Method get process data from table RSCDSTC 20040204
10 RESET_AGGR_BUFFER Instance method Private Method Reset Buffer for RSDDAGGRDIR 20061121
11 RESTORE_DATA_SCENARIO Instance method Private Method restore the initial data scenario for a test 20040204
12 RESTORE_TEST Instance method Public Method restore test scenario 20041018
13 SAVE_DATASTATE Instance method Private Method save the data state into RSMDATASTATE 20041018
14 SAVE_DATA_SCENARIO Instance method Private Method save the initial data scenario for a test 20040204
15 SAVE_DESCRIPT Instance method Private Method save the test decription 20040204
16 SAVE_RESULTS Instance method Private Method save the result sets after deletion 20040204
17 SET_DESCRIPT Instance method Public Method assign a description to the current test 20040204
18 SET_TEST_NO Instance method Public Method set the test number 20040204
19 WRITE_OBJ_TO_LISTAB Instance method Public Method write the content of an test object to the table ZRSDRDTC 20040204
20 WRITE_TABLE_DATA Instance method Private Method write data of a single table 20040204
Events
Class CL_RSCDS_TC has no event.
Types
Class CL_RSCDS_TC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROTID Call by reference Type reference (TYPE) STRING Characterfeld der Länge 10 20041105
2 Importing I_S_PROCESS_DATA Call by reference Type reference (TYPE) RSCDS_S_PROCESS_DATA 20040204
3 Importing I_USE_OLD_CONDENSOR Call by reference Type reference (TYPE) RS_BOOL '' Boolean 20040216

Method CONSTRUCTOR on class CL_RSCDS_TC has no exception.

Method DELETE_TEST Signature

Method DELETE_TEST on class CL_RSCDS_TC has no parameter.
Method DELETE_TEST on class CL_RSCDS_TC has no exception.

Method EXECUTE_COMPRESS Signature

Method EXECUTE_COMPRESS on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20041110
2 CX_RSCDS_MOLAP_ERROR Fehler beim Verdichten der MOLAP Aggregate 20041110
3 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20041110
4 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20041110
5 CX_RSDR_CUBE_LOCKED Cube is locked (due to condensing, ...) 20041110
6 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20041110

Method EXECUTE_TEST Signature

Method EXECUTE_TEST on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204
2 CX_RSCDS_MOLAP_ERROR Fehler beim Verdichten der MOLAP Aggregate 20040226
3 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20040206
4 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20040204
5 CX_RSDR_CUBE_LOCKED Cube is locked (due to condensing, ...) 20040220
6 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20040204

Method GENERATE_TEST Signature

Method GENERATE_TEST on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204
2 CX_RSCDS_MOLAP_ERROR Fehler beim Verdichten der MOLAP Aggregate 20040226
3 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20040206
4 CX_RSDRS_STMT_TOO_LONG Generated Stmt is too long ... 20040204
5 CX_RSDR_CUBE_LOCKED Cube is locked (due to condensing, ...) 20040220
6 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20040204

Method GET_AGGREGATES_SORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_AGGRCAT Call by reference Type reference (TYPE) STANDARD TABLE 20040915
2 Importing I_R_MESSAGE_LIST Call by reference Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20040915

Method GET_AGGREGATES_SORTED on class CL_RSCDS_TC has no exception.

Method GET_DATASTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MESSAGE_LIST Call by reference Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20040204
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204

Method GET_NEW_TEST_NO Signature

Method GET_NEW_TEST_NO on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20041108

Method GET_PROCESS_DATA Signature

Method GET_PROCESS_DATA on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204

Method RESET_AGGR_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROLLUP Call by reference Type reference (TYPE) RSMDATASTATE-ROLLUP Requestsid, bis zu der alle Aggregate hochgerollt sind 20070830

Method RESET_AGGR_BUFFER on class CL_RSCDS_TC has no exception.

Method RESTORE_DATA_SCENARIO Signature

Method RESTORE_DATA_SCENARIO on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204
2 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20041108

Method RESTORE_TEST Signature

Method RESTORE_TEST on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20041018
2 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20041108

Method SAVE_DATASTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MESSAGE_LIST Call by reference Object reference (TYPE REF TO) CL_RSDRD_MESSAGE_OBJ_LIST hierarchical list of message objects for the appl. log 20041018
# Exception Resumable Description Created on
1 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20041108

Method SAVE_DATA_SCENARIO Signature

Method SAVE_DATA_SCENARIO on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204
2 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20041108

Method SAVE_DESCRIPT Signature

Method SAVE_DESCRIPT on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS error during RSDRD part of archieving ... 20040204

Method SAVE_RESULTS Signature

Method SAVE_RESULTS on class CL_RSCDS_TC has no parameter.
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204
2 CX_RSDRD_EXCEPTION RSDRD Ausnahmen 20041108

Method SET_DESCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPT Call by reference Type reference (TYPE) STRING 20040204

Method SET_DESCRIPT on class CL_RSCDS_TC has no exception.

Method SET_TEST_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEST_NO Call by reference Type reference (TYPE) CHAR10 test number 20040204

Method SET_TEST_NO on class CL_RSCDS_TC has no exception.

Method WRITE_OBJ_TO_LISTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Type reference (TYPE) CHAR30 name of object 20040204
2 Importing I_OBJ_TYPE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040206
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204

Method WRITE_TABLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Type reference (TYPE) RSD_TABLNM object name 20040204
2 Importing I_OBJ_TYPE Call by reference Type reference (TYPE) C objext type 20040204
# Exception Resumable Description Created on
1 CX_RSCDS_EXCEPTIONS RSCDS Ausnahmen 20040204
History
Last changed by/on SAP  20130531 
SAP Release Created in 400