SAP ABAP Class CL_RSDRI_CUBE_CONVERSION_TEST (Toolsclass for conversion testframework)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDRI_DBA_HDB (Package) HDB-Specific RSDRI Development
Properties
Class CL_RSDRI_CUBE_CONVERSION_TEST  
Short Description Toolsclass for conversion testframework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDRI_DBA_HDB   HDB-Specific RSDRI Development 
Created 20120405   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDRI_CONVERSION_STATUS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSDRI_CONVERT_OBJ_HDB Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRI_CUBE_CONVERSION_TEST has no interface implemented.
Friends
Class CL_RSDRI_CUBE_CONVERSION_TEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CONVERSION_MODE Instance attribute Public Type reference (TYPE) CL_RSDRI_CONVERT_OBJ_HDB=>TP_MIGRATION_MODE 20121126
2 N_C_TESTMODE Constant Public See coding 20120531
3 N_ONE_CMD Instance attribute Public Type reference (TYPE) CHAR30 One cmd with which the test is executed 20120531
4 N_REFCUBE Instance attribute Public Type reference (TYPE) RSINFOCUBE InfoCube 20120531
5 N_START_CMD Instance attribute Public Type reference (TYPE) CL_RSDRI_CONVERSION_STATUS=>T_CMD command from which the test is started 20120531
6 N_TESTCUBE Instance attribute Public Type reference (TYPE) RSINFOCUBE InfoCube 20120531
7 N_TESTMODE Instance attribute Public Type reference (TYPE) T_TESTMODE Test Mode 20120531
8 P_PDIME_FIELDNM Instance attribute Private Type reference (TYPE) RSD_DIMENSION 20120531
9 P_PDIME_TAB Instance attribute Private Type reference (TYPE) RSD_TABLNM Table Name 20120531
10 P_R_ABORT_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_RSDRI_CONV_ABORT_HANDLER Status Class for InfoCube Conversion Program 20120531
11 P_R_DTA Instance attribute Private Object reference (TYPE REF TO) CL_RSD_DTA Data Target for Transaction Data 20120531
12 P_R_DTA_RC Instance attribute Private Object reference (TYPE REF TO) CL_RSD_DTA Data Target for Transaction Data 20120531
13 P_S_DTA Instance attribute Private Type reference (TYPE) RSD_S_DTA dta information 20120531
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120531
2 EXECUTE_TEST Instance method Public Method 20120531
3 _DETERMINE_WORKLIST Instance method Private Method create worklist 20120531
4 _EXECUTE_STRAIGHT_FORWARD Instance method Private Method start with the positive case if possible from mode pov 20120531
5 _EXECUTE_WORKLIST Instance method Private Method 20120531
6 _PREPARE Instance method Private Method Preparation 20120531
7 __CHECK_PDIMID Instance method Private Method 20120531
8 __COMPRESS_AND_CHECK Instance method Private Method start compression 20120531
9 __SNAPSHOT_OPERATION Instance method Protected Method create snapshot 20120531
10 __START_FULL_REQUEST Instance method Private Method start full DTP, in case avl and provided 20120531
Events
Class CL_RSDRI_CUBE_CONVERSION_TEST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_TESTMODE Public See coding 20120531 T_TESTMODE(1) TYPE c
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERSION_MODE Call by reference Type reference (TYPE) CL_RSDRI_CONVERT_OBJ_HDB=>TP_MIGRATION_MODE 'H' 20121126
2 Importing I_ONE_CMD Call by reference Type reference (TYPE) CHAR30 30 Characters 20120531
3 Importing I_REFCUBE Call by reference Type reference (TYPE) RSINFOCUBE InfoCube 20120531
4 Importing I_TESTCUBE Call by reference Type reference (TYPE) RSINFOCUBE InfoCube 20120531
5 Importing I_TESTMODE Call by reference Type reference (TYPE) T_TESTMODE 20120531

Method CONSTRUCTOR on class CL_RSDRI_CUBE_CONVERSION_TEST has no exception.

Method EXECUTE_TEST Signature

Method EXECUTE_TEST on class CL_RSDRI_CUBE_CONVERSION_TEST has no parameter.
# Exception Resumable Description Created on
1 CX_RSDRI_CONV_NOT_POSSIBLE Konvertierung des Objekts nicht möglich 20120531
2 CX_RSDRI_DATA_ERROR Metadaten Fehler 20120531
3 CX_RSDRI_METADATA_ERROR Metadaten Fehler 20120531
4 CX_RSDRI_PROCESSING_ERROR Metadaten Fehler 20120531
5 CX_RSDRI_RUNTIME_ERROR Metadaten Fehler 20120531

Method _DETERMINE_WORKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_WORKLIST Value transfer Type reference (TYPE) CL_RSDRI_CONV_ABORT_HANDLER=>T_T_ABORT 30 Characters 20120531

Method _DETERMINE_WORKLIST on class CL_RSDRI_CUBE_CONVERSION_TEST has no exception.

Method _EXECUTE_STRAIGHT_FORWARD Signature

Method _EXECUTE_STRAIGHT_FORWARD on class CL_RSDRI_CUBE_CONVERSION_TEST has no parameter.
# Exception Resumable Description Created on
1 CX_RSDRI_CONV_NOT_POSSIBLE Konvertierung des Objekts nicht möglich 20120531
2 CX_RSDRI_DATA_ERROR Metadaten Fehler 20120531
3 CX_RSDRI_PROCESSING_ERROR Metadaten Fehler 20120531

Method _EXECUTE_WORKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_WORKLIST Call by reference Type reference (TYPE) CL_RSDRI_CONV_ABORT_HANDLER=>T_T_ABORT 30 Characters 20120531
# Exception Resumable Description Created on
1 CX_RSDRI_RUNTIME_ERROR Metadaten Fehler 20120531

Method _PREPARE Signature

Method _PREPARE on class CL_RSDRI_CUBE_CONVERSION_TEST has no parameter.
# Exception Resumable Description Created on
1 CX_RSDRI_DATA_ERROR Metadaten Fehler 20120531
2 CX_RSDRI_METADATA_ERROR Metadaten Fehler 20120531
3 CX_RSDRI_PROCESSING_ERROR Metadaten Fehler 20120531
4 CX_RSDRI_RUNTIME_ERROR Metadaten Fehler 20120531

Method __CHECK_PDIMID Signature

Method __CHECK_PDIMID on class CL_RSDRI_CUBE_CONVERSION_TEST has no parameter.
Method __CHECK_PDIMID on class CL_RSDRI_CUBE_CONVERSION_TEST has no exception.

Method __COMPRESS_AND_CHECK Signature

Method __COMPRESS_AND_CHECK on class CL_RSDRI_CUBE_CONVERSION_TEST has no parameter.
Method __COMPRESS_AND_CHECK on class CL_RSDRI_CUBE_CONVERSION_TEST has no exception.

Method __SNAPSHOT_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERATION Call by reference Type reference (TYPE) RSDRI_RESET_ACTION Cube Reset Aktion 20120531
# Exception Resumable Description Created on
1 CX_RSDRI_RUNTIME_ERROR Metadaten Fehler 20120531

Method __START_FULL_REQUEST Signature

Method __START_FULL_REQUEST on class CL_RSDRI_CUBE_CONVERSION_TEST has no parameter.
Method __START_FULL_REQUEST on class CL_RSDRI_CUBE_CONVERSION_TEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740