SAP ABAP Class CL_RZI0_OPERA_CHECKER (Operator checker for rzi0_opera)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSZ (Package) BEx query definition server
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_BASE OLAP Basis 20120315
Properties
Class CL_RZI0_OPERA_CHECKER  
Short Description Operator checker for rzi0_opera    
Super Class CL_RSR_BASE OLAP Basis 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSZ   BEx query definition server 
Created 20120306   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RZI0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RZI0_OPERA_CHECKER has no interface implemented.
Friends
Class CL_RZI0_OPERA_CHECKER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PS_TS_ALL Static Attribute Private Type reference (TYPE) TP_TS_OPERA All Operators 20120315
2 PS_TS_BAD_DISAGGR Static Attribute Private Type reference (TYPE) TP_TS_OPERA Non-Disaggregatable Operators 20120315
3 PS_TS_BOOL Static Attribute Private Type reference (TYPE) TP_TS_OPERA Boolean Operators 20120315
4 PS_TS_CATCH Static Attribute Private Type reference (TYPE) TP_TS_OPERA 20120315
5 PS_TS_COMPARE Static Attribute Private Type reference (TYPE) TP_TS_OPERA Comparison Operators 20120315
6 PS_TS_DIV0_ALL Static Attribute Private Type reference (TYPE) TP_TS_OPERA All operators for which the result can be a division by 0 20120618
7 PS_TS_FORM1 Static Attribute Private Type reference (TYPE) TP_TS_OPERA Single-digit Operators 20120315
8 PS_TS_FORM1_ALL Static Attribute Private Type reference (TYPE) TP_TS_OPERA 20120315
9 PS_TS_FORM2 Static Attribute Private Type reference (TYPE) TP_TS_OPERA Two-digit Operators 20120315
10 PS_TS_FORM2_ALL Static Attribute Private Type reference (TYPE) TP_TS_OPERA 20120315
11 PS_TS_OPERA_LOCAL Static Attribute Private Type reference (TYPE) TP_TS_OPERA 20120315
12 PS_TS_PERCENT Static Attribute Private Type reference (TYPE) TP_TS_OPERA Percentage Operators 20120315
13 PS_TS_STERIL Static Attribute Private Type reference (TYPE) TP_TS_OPERA all operators sterilizing filtered constants 20130104
14 PS_TS_SUMM Static Attribute Private Type reference (TYPE) TP_TS_OPERA Operators for the SUMM 20120315
15 PS_TS_XT Static Attribute Private Type reference (TYPE) TP_TS_OPERA Operators that access another subtotal level 20120315
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20120315
2 GET_LOCAL_OPERA_STRING Static method Public Method 20120315
3 GET_OPERATOR_STRING Static method Private Method 20120315
4 IN_ALL Static method Public Method 20120315
5 IN_BAD_DISAGGR Static method Public Method 20120315
6 IN_BOOL Static method Public Method 20120315
7 IN_CATCH Static method Public Method 20120315
8 IN_COMPARE Static method Public Method 20120315
9 IN_DIV0_ALL Static method Public Method All operators for which the result can be a division by 0 20120618
10 IN_FORM1 Static method Public Method 20120315
11 IN_FORM1_ALL Static method Public Method 20120315
12 IN_FORM2 Static method Public Method 20120315
13 IN_FORM2_ALL Static method Public Method 20120315
14 IN_OPERA_LOCAL Static method Public Method 20120315
15 IN_PERCENT Static method Public Method 20120315
16 IN_STERIL_FILTERED_CONSTANT Static method Public Method all operators sterilizing filtered constants (FAGGR) 20130104
17 IN_SUMM Static method Public Method 20120315
18 IN_XT Static method Public Method 20120315
Events
Class CL_RZI0_OPERA_CHECKER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_TS_OPERA Private See coding 20120315 TP_TS_OPERA type sorted table of rzi0_opera with unique key table_line
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_LOCAL_OPERA_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STRING Value transfer Type reference (TYPE) STRING 20120315

Method GET_LOCAL_OPERA_STRING on class CL_RZI0_OPERA_CHECKER has no exception.

Method GET_OPERATOR_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_OPERA Call by reference Type reference (TYPE) TP_TS_OPERA 20120315
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20120315

Method GET_OPERATOR_STRING on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_ALL on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_BAD_DISAGGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_BAD_DISAGGR on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_BOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_BOOL on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_CATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_CATCH on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_COMPARE on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_DIV0_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120618
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120618

Method IN_DIV0_ALL on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_FORM1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_FORM1 on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_FORM1_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_FORM1_ALL on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_FORM2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_FORM2 on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_FORM2_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_FORM2_ALL on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_OPERA_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_OPERA_LOCAL on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_PERCENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_PERCENT on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_STERIL_FILTERED_CONSTANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20130104
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20130104

Method IN_STERIL_FILTERED_CONSTANT on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_SUMM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

Method IN_SUMM on class CL_RZI0_OPERA_CHECKER has no exception.

Method IN_XT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERA Call by reference Type reference (TYPE) RZI0_OPERA 20120315
2 Returning R_CONTAINED Value transfer Type reference (TYPE) RS_BOOL Boolean 20120315

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