SAP ABAP Class IF_SWF_RLS_UNARY_COMPOP (Single-Value Operator, Delivers Truth Value)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SWF_UTL_PRESENTATION | Presentation Interface of a Server Object | 20010910 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWF_RLS_UNARY_COMPOP | Univalent Comparison Operator (for example, EX, NX) | 20010910 |
Properties
Class | IF_SWF_RLS_UNARY_COMPOP | |
Short Description | Single-Value Operator, Delivers Truth Value | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20010910 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_SWF_RLS_UNARY_COMPOP has no forward declaration.
Interfaces
Class IF_SWF_RLS_UNARY_COMPOP has no interface implemented.
Friends
Class IF_SWF_RLS_UNARY_COMPOP has no friend class.
Attributes
Class IF_SWF_RLS_UNARY_COMPOP has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Operator Useable for the Operands Entered? | 20010910 |
2 | ![]() |
Instance method | Public | Method | Evaluate Operator for an Expression | 20010910 |
3 | ![]() |
Instance method | Public | Method | 20010910 | |
4 | ![]() |
Instance method | Public | Method | 20010910 | |
5 | ![]() |
Instance method | Public | Method | 20010910 | |
6 | ![]() |
Instance method | Public | Method | Unique, INTERNAL String Representation of the Operator | 20010910 |
7 | ![]() |
Instance method | Public | Method | 20010910 | |
8 | ![]() |
Instance method | Public | Method | 20010910 | |
9 | ![]() |
Instance method | Public | Method | Perform the Unitary Operation | 20010910 |
10 | ![]() |
Instance method | Public | Method | 20010910 | |
11 | ![]() |
Instance method | Public | Method | 20010910 |
Events
Class IF_SWF_RLS_UNARY_COMPOP has no event.
Types
Class IF_SWF_RLS_UNARY_COMPOP has no local type.
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHECK_LEVEL | Call by reference | Type reference (TYPE) | INT4 | 2 | 1 - Laufzeitprüfung, 2 - Def. Prüfung | 20010910 | |
2 | ![]() |
MESSAGE_LIST | Call by reference | Type reference (TYPE) | SWF_CX_TAB | Liste aller beim Prüfen gefundenen Fehler + Warnungen | 20010910 | ||
3 | ![]() |
OPERAND | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Operand | 20010910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme im Ausdrucks-Service | 20010910 | |
2 | ![]() |
Fehler im Vergleichsausdruck | 20010926 | |
3 | ![]() |
Operand fehlt | 20010910 | |
4 | ![]() |
Operanden inkompatibel zu Operator | 20010910 |
Method EVALUATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ERROR_MAP | Value transfer | Type reference (TYPE) | SWFRLSCMAP | Mapping: Wahrheitswert im Fehlerfall | 20030402 | ||
2 | ![]() |
EXCEPTION_RETURN | Call by reference | Object reference (TYPE REF TO) | CX_SWF_RLS_COMPARISON | Erste bei der Auswertung aufgetretene Ausnahme | 20010910 | ||
3 | ![]() |
OPERAND | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Operand | 20010910 | ||
4 | ![]() |
RESULT | Call by reference | Type reference (TYPE) | SWFDBOOL | Wahrheitswert - Ergebinis der Operatorauswertung | 20010910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme im Ausdrucks-Service | 20010910 | |
2 | ![]() |
Vergleichsausdruck kann nicht ausgewertet werden | 20010926 | |
3 | ![]() |
Operand fehlt | 20010910 | |
4 | ![]() |
Operanden inkompatibel zu Operator | 20010910 |
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on class IF_SWF_RLS_UNARY_COMPOP has no parameter.
Method GET_DESCRIPTION on class IF_SWF_RLS_UNARY_COMPOP has no exception.
Method GET_ICON Signature
Method GET_ICON on class IF_SWF_RLS_UNARY_COMPOP has no parameter.
Method GET_ICON on class IF_SWF_RLS_UNARY_COMPOP has no exception.
Method GET_NAME Signature
Method GET_NAME on class IF_SWF_RLS_UNARY_COMPOP has no parameter.
Method GET_NAME on class IF_SWF_RLS_UNARY_COMPOP has no exception.
Method GET_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OPERATOR | Value transfer | Type reference (TYPE) | STRING | Eindeutige, INTERNE Stringrepräsentation des Operators | 20010910 |
Method GET_OPERATOR on class IF_SWF_RLS_UNARY_COMPOP has no exception.
Method GET_SYMBOL Signature
Method GET_SYMBOL on class IF_SWF_RLS_UNARY_COMPOP has no parameter.
Method GET_SYMBOL on class IF_SWF_RLS_UNARY_COMPOP has no exception.
Method GET_TEXT_KEY Signature
Method GET_TEXT_KEY on class IF_SWF_RLS_UNARY_COMPOP has no parameter.
Method GET_TEXT_KEY on class IF_SWF_RLS_UNARY_COMPOP has no exception.
Method OPERATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXCEPTION_RETURN | Call by reference | Object reference (TYPE REF TO) | CX_SWF_RLS_COMPARISON | Erste aufgetretene Ausnahme | 20010910 | ||
2 | ![]() |
OPERAND | Call by reference | Object reference (TYPE REF TO) | DATA | Operand | 20010910 | ||
3 | ![]() |
RESULT | Call by reference | Type reference (TYPE) | SWFDBOOL | Wahrheitswert: Ergebnis der Operation | 20010910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation kann nicht durchgeführt werden | 20010926 |
Method TO_HTML Signature
Method TO_HTML on class IF_SWF_RLS_UNARY_COMPOP has no parameter.
Method TO_HTML on class IF_SWF_RLS_UNARY_COMPOP has no exception.
Method TO_STRING Signature
Method TO_STRING on class IF_SWF_RLS_UNARY_COMPOP has no parameter.
Method TO_STRING on class IF_SWF_RLS_UNARY_COMPOP has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |