SAP ABAP Data Element /BCV/QRM_RELAT_OPERATOR (Relational Operator)
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
⤷
⤷
Basic Data
| Data Element | /BCV/QRM_RELAT_OPERATOR |
| Short Description | Relational Operator |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | /BCV/QRM_RELAT_OPERATOR | |
| Data Type | CHAR | Character String |
| Length | 2 | |
| Decimal Places | 0 | |
| Output Length | 2 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Relat. Op. |
| Medium | 15 | Relat. Operator |
| Long | 20 | Relational Operator |
| Heading | 40 | RO |
Documentation
Definition
Use
In this field, you specify the relationship between the query field and the field values of the selection criterion. The following relational operators are available:
- Equal ('=')
The system retrieves result data where the field has the value specified in the selection criterion. Certain search service providers also support the use of a wildcard character in the field value. In this case, the system retrieves result data where the field has a value matching the given field value pattern. - Not Equal ('<>')
The system retrieves result data where the field does not have the value specified in the selection criterion. - Lower Than ('<')
The system retrieves result data where the field has a value lower than the value specified in the selection criterion. - Lower Equal ('<=')
The system retrieves result data where the field has a value lower or equal to the value specified in the selection criterion. - Greater Than ('>')
The system retrieves result data where the field has a value greater than the value specified in the selection criterion.
- Greater Equal ('>=')
The system retrieves result data where the field has a value greater or equal to the value specified in the selection criterion. - Between
The system retrieves result data where the field has a value that lies in the range between the lower and the upper value specified in the selection criterion.
All relational operators except Equal ('=') and Not Equal ('<>') are based on the order of field values. The concrete order is determined by the data type of the field, that is, whether it is a numerical, a textual or a date-based type.
Dependencies
You can enter a value in this field only if you have not selected the Compound (Compound Selection Criterion) checkbox.
Example
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 701 |