SAP ABAP Class CL_RSDU_CHECK_ITEM (abstract consistency check item)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-SYS-DB-SDB (Application Component) BW MaxDB
     RSHDB (Package) BW Porting HDB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LIB_ELEMENT abstract element for use in collections 20120404
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDU_CHECK_ITEM consistency checks on HANA tables 20120404
Properties
Class CL_RSDU_CHECK_ITEM  
Short Description abstract consistency check item    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSHDB   BW Porting HDB 
Created 20120404   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_LIB_ELEMENT abstract element for use in collections 20120404
2 IF_RSDU_CHECK_ITEM consistency checks on HANA tables 20120404
Friends
Class CL_RSDU_CHECK_ITEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _MR_CONFIG Instance attribute Public Object reference (TYPE REF TO) CL_RSDU_CHECK_CONFIG 20120404
2 _MR_CONN Instance attribute Protected Object reference (TYPE REF TO) CL_SQL_CONNECTION 20120404
3 _MR_ISSUES Instance attribute Protected Object reference (TYPE REF TO) IF_RSDU_CHECK_ISSUE 20120404
4 _MR_MSG Instance attribute Protected Object reference (TYPE REF TO) IF_LIB_MSG_WRITER 20120404
5 _MS_STAT Instance attribute Protected Type reference (TYPE) TS_STATISTIC 20120404
6 _MV_CLASS_COUNTER Static Attribute Protected Type reference (TYPE) I 20120404
7 _MV_CLCNT Instance attribute Protected Type reference (TYPE) I 20120404
8 _MV_CLNAME Instance attribute Protected Type reference (TYPE) CHAR30 20120404
9 _MV_INDEX_SERVERS Static Attribute Protected Type reference (TYPE) I 20120404
Methods
# Method Level Visibility Method type Description Created on
1 CAST2INT Static method Public Method 20130212
2 CAST2STR Static method Public Method 20120404
3 CLASS_CONSTRUCTOR Static method Public Constructor 20120404
4 CONSTRUCTOR Instance method Public Constructor 20120404
5 NUM_SERVERS Static method Public Method 20120404
6 READ_INFOCUBE Static method Public Method 20120404
7 SHDBOBJECTNAME Static method Public Method 20120404
8 _ADD_ISSUE Instance method Public Method 20120404
9 _CLASS_NAME Static method Protected Method 20120404
10 _FETCH_ISSUES Instance method Protected Method 20120404
11 _GET_CONFIG_PARAM Instance method Protected Method 20120404
12 _IS_RELEVANT Instance method Protected Method 20120404
Events
Class CL_RSDU_CHECK_ITEM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_STATISTIC Public See coding 20120404 BEGIN OF ts_statistic, all_tables TYPE i, err_tables TYPE i, END OF ts_statistic
2 TV_CLASS_NAME Public See coding 20120404 tv_class_name(30) TYPE c
Method Signatures

Method CAST2INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLIKE Call by reference Type reference (TYPE) CLIKE 20130212
2 Returning RV_INT Value transfer Type reference (TYPE) I 20130212

Method CAST2INT on class CL_RSDU_CHECK_ITEM has no exception.

Method CAST2STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_REF Call by reference Object reference (TYPE REF TO) DATA 20120404
2 Importing IV_DATA Call by reference Type reference (TYPE) CLIKE 20120404
3 Returning RV_STR Value transfer Type reference (TYPE) STRING 20120404

Method CAST2STR on class CL_RSDU_CHECK_ITEM has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSDU_CHECK_ITEM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDU_CHECK_ITEM has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONN Call by reference Object reference (TYPE REF TO) CL_SQL_CONNECTION 20120404
2 Importing IR_MSG Call by reference Object reference (TYPE REF TO) IF_LIB_MSG_WRITER 20120404

Method CONSTRUCTOR on class CL_RSDU_CHECK_ITEM has no exception.

Method NUM_SERVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUM Value transfer Type reference (TYPE) I 20120404

Method NUM_SERVERS on class CL_RSDU_CHECK_ITEM has no exception.

Method READ_INFOCUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INFOCUBE Call by reference Type reference (TYPE) RSINFOCUBE 20120404
2 Importing IV_VERSION Call by reference Type reference (TYPE) RS_OBJVERS RS_C_OBJVERS-ACTIVE 20120404
3 Returning RS_RESULT Value transfer Type reference (TYPE) RSD_S_CUBE 20120404

Method READ_INFOCUBE on class CL_RSDU_CHECK_ITEM has no exception.

Method SHDBOBJECTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHAR Call by reference Type reference (TYPE) CLIKE 20120404
2 Returning RV_RESULT Value transfer Type reference (TYPE) SHDBOBJECTNAME 20120404

Method SHDBOBJECTNAME on class CL_RSDU_CHECK_ITEM has no exception.

Method _ADD_ISSUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ISSUE Call by reference Object reference (TYPE REF TO) IF_RSDU_CHECK_ISSUE 20120404

Method _ADD_ISSUE on class CL_RSDU_CHECK_ITEM has no exception.

Method _CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_RSDU_CHECK_ITEM 20120404
2 Returning RV_NAME Value transfer Type reference (TYPE) TV_CLASS_NAME 20120404

Method _CLASS_NAME on class CL_RSDU_CHECK_ITEM has no exception.

Method _FETCH_ISSUES Signature

Method _FETCH_ISSUES on class CL_RSDU_CHECK_ITEM has no parameter.
Method _FETCH_ISSUES on class CL_RSDU_CHECK_ITEM has no exception.

Method _GET_CONFIG_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM Call by reference Type reference (TYPE) STRING 20120404
2 Returning RR_DREF Value transfer Object reference (TYPE REF TO) DATA 20120404

Method _GET_CONFIG_PARAM on class CL_RSDU_CHECK_ITEM has no exception.

Method _IS_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20120404

Method _IS_RELEVANT on class CL_RSDU_CHECK_ITEM has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740