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 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | 'BT' | Between | 20080828 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | 'EQ' | Equal ('=') | 20080828 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | 'GE' | Greater Equal ('>=') | 20080828 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | 'GT' | Greater Than ('>') | 20080828 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | 'LE' | Lower Equal ('<=') | 20080828 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | 'LT' | Lower Than ('<') | 20080828 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | 'NE' | Not Equal ('<>') | 20080828 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Converts Relational Operator to Selection Option | 20080828 |
2 | ![]() |
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 | ![]() |
EV_OPTION | Call by reference | Type reference (TYPE) | /BCV/FND_OPTION | Selection Option: Option | 20080828 | ||
2 | ![]() |
EV_SIGN | Call by reference | Type reference (TYPE) | /BCV/FND_SIGN_RANGE | Selection Option: Sign | 20080828 | ||
3 | ![]() |
IV_NEGATE | Call by reference | Type reference (TYPE) | /BCV/QRM_NEGATION_IND | Negate Relation Operator? | 20080828 | ||
4 | ![]() |
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 | ![]() |
IV_OPERATOR | Call by reference | Type reference (TYPE) | /BCV/QRM_RELAT_OPERATOR | Relational Operator | 20080828 | ||
2 | ![]() |
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 |