SAP ABAP Data Element SWB_CMPOPT (Relational Operator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWB (Package) Business Workflow: Condition Editor & Start Conditions
⤷
⤷
Basic Data
| Data Element | SWB_CMPOPT |
| Short Description | Relational Operator |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | SWB_CMPOP | |
| Data Type | CHAR | Character String |
| Length | 4 | |
| Decimal Places | 0 | |
| Output Length | 4 | |
| 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 | 8 | Relat. |
Documentation
Definition
Relational operator for use in a condition.
Supplementary Documentation - SWB_CMPOPT0001
Use
In addition to the relational operators =, <, >, =< or >=, the following relational operators can also be used:
- CP "contains pattern"
c1 contains pattern c2: pattern c2 can contain ordinary characters and wildcards. '*' stands for any character string and '+' denotes any character.
- NP "contains no pattern"
c1 does not fit c2: "c1 NP c2" is equivalent to "NOT ( c1 CP c2 )"
- CE "table contains element"
c1 contains c2: The multi line element (the multi line expression) c1 contains c2.
- NE "table does not contain element"
- EX "object exists"
This relational operator is used without a second operand.
- NX "object does not exist"
Procedure
Examples
Dependencies
Supplementary Documentation - SWB_CMPOPT0002
Use
Procedure
Double-clicking in the condition table opens the condition editor.
Examples
Dependencies
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |