SAP ABAP Class /BCV/CL_QRM_BOOL_OPERATOR (Boolean 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_BOOL_OPERATOR | |
Short Description | Boolean 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_BOOL_OPERATOR has no interface implemented.
Friends
Class /BCV/CL_QRM_BOOL_OPERATOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | /BCV/QRM_BOOL_OPERATOR | 'AND' | Conjunction (AND) | 20080828 | |
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | /BCV/QRM_BOOL_OPERATOR | 'OR' | Disjunction (OR) | 20080828 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Is given operator valid? | 20080828 |
2 | ![]() |
Static method | Public | Method | Negate the given Boolean operator | 20080828 |
Events
Class /BCV/CL_QRM_BOOL_OPERATOR has no event.
Types
Class /BCV/CL_QRM_BOOL_OPERATOR has no local type.
Method Signatures
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_BOOL_OPERATOR | Boolean Operator | 20080828 | ||
2 | ![]() |
RV_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | Operator is valid | 20080828 |
Method IS_VALID on class /BCV/CL_QRM_BOOL_OPERATOR has no exception.
Method NEGATE 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_BOOL_OPERATOR | Boolean Operator | 20080828 | ||
2 | ![]() |
RV_NEG_OPERATOR | Value transfer | Type reference (TYPE) | /BCV/QRM_BOOL_OPERATOR | Negated Boolean Operator | 20080828 |
Method NEGATE on class /BCV/CL_QRM_BOOL_OPERATOR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |