SAP ABAP Class /BCV/CL_QRM_RELAT_OPERATOR (Relational Operators)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BCV (Application Component) Business Context Viewer
     /BCV/QRM (Package) BCV Query Management Layer
Properties
Class /BCV/CL_QRM_RELAT_OPERATOR  
Short Description Relational Operators    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BCV/QRM   BCV Query Management Layer 
Created 20080828   SAP 
Last change 20110908   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
Class /BCV/CL_QRM_RELAT_OPERATOR has no interface implemented.
Friends
Class /BCV/CL_QRM_RELAT_OPERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BT Constant Public Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR 'BT' Between 20080828
2 GC_EQ Constant Public Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR 'EQ' Equal ('=') 20080828
3 GC_GE Constant Public Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR 'GE' Greater Equal ('>=') 20080828
4 GC_GT Constant Public Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR 'GT' Greater Than ('>') 20080828
5 GC_LE Constant Public Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR 'LE' Lower Equal ('<=') 20080828
6 GC_LT Constant Public Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR 'LT' Lower Than ('<') 20080828
7 GC_NE Constant Public Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR 'NE' Not Equal ('<>') 20080828
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_TO_SEL_OPTION Static method Public Method Converts Relational Operator to Selection Option 20080828
2 IS_VALID Static method Public Method Is given relational operator valid? 20080828
Events
Class /BCV/CL_QRM_RELAT_OPERATOR has no event.
Types
Class /BCV/CL_QRM_RELAT_OPERATOR has no local type.
Method Signatures

Method CONVERT_TO_SEL_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OPTION Call by reference Type reference (TYPE) /BCV/FND_OPTION Selection Option: Option 20080828
2 Exporting EV_SIGN Call by reference Type reference (TYPE) /BCV/FND_SIGN_RANGE Selection Option: Sign 20080828
3 Importing IV_NEGATE Call by reference Type reference (TYPE) /BCV/QRM_NEGATION_IND Negate Relation Operator? 20080828
4 Importing IV_RELAT_OPERATOR Call by reference Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR Relational Operator 20080828

Method CONVERT_TO_SEL_OPTION on class /BCV/CL_QRM_RELAT_OPERATOR has no exception.

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OPERATOR Call by reference Type reference (TYPE) /BCV/QRM_RELAT_OPERATOR Relational Operator 20080828
2 Returning RV_VALID Value transfer Type reference (TYPE) BOOLE_D Operator is valid 20080828

Method IS_VALID on class /BCV/CL_QRM_RELAT_OPERATOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701