SAP ABAP Interface IF_SWF_EXP_ARITHMETIC (Arithmetic Operator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_EXP (Package) Workflow: Expressions
⤷
⤷
Properties
| Interface | IF_SWF_EXP_ARITHMETIC | |
| Short Description | Arithmetic Operator |
General Data
| Package | SWF_EXP | Workflow: Expressions |
| Created | 20011112 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SWF_EXP_ARITHMETIC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SWF_UTL_PRESENTATION | Presentation Interface of a Server Object | 20011112 |
Friends
Interface IF_SWF_EXP_ARITHMETIC has no friend.
Attributes
Interface IF_SWF_EXP_ARITHMETIC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Operator Useable for the Operands Entered? | 20011112 | |
| 2 | Instance method | Public | Method | Evaluate Operator for the Operands Entered | 20011112 | |
| 3 | Instance method | Public | Method | 20011112 | ||
| 4 | Instance method | Public | Method | 20011112 | ||
| 5 | Instance method | Public | Method | 20011112 | ||
| 6 | Instance method | Public | Method | Unique, INTERNAL String Representation of the Operator | 20011112 | |
| 7 | Instance method | Public | Method | Order Determined for Other Operators | 20011112 | |
| 8 | Instance method | Public | Method | 20011112 | ||
| 9 | Instance method | Public | Method | 20011112 | ||
| 10 | Instance method | Public | Method | Deliver Valency (Preferred Number of Arguments) of Operator | 20011112 | |
| 11 | Instance method | Public | Method | Code of Actual Comparison Operation | 20011112 | |
| 12 | Instance method | Public | Method | 20011112 | ||
| 13 | Instance method | Public | Method | 20011112 |
Events
Interface IF_SWF_EXP_ARITHMETIC has no event.
Types
Interface IF_SWF_EXP_ARITHMETIC 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 | 20011112 | ||
| 2 | LEFT_OPERAND | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Linker Operand | 20011112 | |||
| 3 | MESSAGE_LIST | Call by reference | Type reference (TYPE) | SWF_CX_TAB | Liste aller beim Prüfen gefundenen Fehler + Warnungen | 20011112 | |||
| 4 | RESULT_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Ergebnis der Operation | 20011112 | |||
| 5 | RIGHT_OPERAND | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Rechter Operand | 20011112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme im Ausdrucks-Service | 20011112 | ||
| 2 | Fehler im Vergleichsausdruck | 20011112 | ||
| 3 | Operand fehlt | 20011112 | ||
| 4 | Operanden inkompatibel zu Operator | 20011112 |
Method EVALUATE 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 bei der Auswertung aufgetretene Ausnahme | 20011112 | |||
| 2 | LEFT_OPERAND | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Linker Operand | 20011112 | |||
| 3 | RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | Wert der Berechnung | 20011112 | |||
| 4 | RESULT_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Ausdruck, über den der Wert gesetzt werden soll | 20011112 | |||
| 5 | RIGHT_OPERAND | Call by reference | Object reference (TYPE REF TO) | IF_SWF_EXP_EXPRESSION | Rechter Operand | 20011112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme im Ausdrucks-Service | 20011112 | ||
| 2 | Fehler bei der Auswertung des Vergleichsausdrucks | 20011112 | ||
| 3 | Operand fehlt | 20011112 | ||
| 4 | Operanden inkompatibel zu Operator | 20011112 |
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on Interface IF_SWF_EXP_ARITHMETIC has no parameter.
Method GET_DESCRIPTION on Interface IF_SWF_EXP_ARITHMETIC has no exception.
Method GET_ICON Signature
Method GET_ICON on Interface IF_SWF_EXP_ARITHMETIC has no parameter.
Method GET_ICON on Interface IF_SWF_EXP_ARITHMETIC has no exception.
Method GET_NAME Signature
Method GET_NAME on Interface IF_SWF_EXP_ARITHMETIC has no parameter.
Method GET_NAME on Interface IF_SWF_EXP_ARITHMETIC 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 | 20011112 |
Method GET_OPERATOR on Interface IF_SWF_EXP_ARITHMETIC has no exception.
Method GET_PRECEDENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PRECEDENCE | Value transfer | Type reference (TYPE) | INT4 | Rangfolge. Höhere Zahl = höhere Rangfolge | 20011112 |
Method GET_PRECEDENCE on Interface IF_SWF_EXP_ARITHMETIC has no exception.
Method GET_SYMBOL Signature
Method GET_SYMBOL on Interface IF_SWF_EXP_ARITHMETIC has no parameter.
Method GET_SYMBOL on Interface IF_SWF_EXP_ARITHMETIC has no exception.
Method GET_TEXT_KEY Signature
Method GET_TEXT_KEY on Interface IF_SWF_EXP_ARITHMETIC has no parameter.
Method GET_TEXT_KEY on Interface IF_SWF_EXP_ARITHMETIC has no exception.
Method GET_VALENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALENCE | Call by reference | Type reference (TYPE) | INT4 | Anzahl Argumente, die dieser Operator verarbeitet | 20011112 |
Method GET_VALENCE on Interface IF_SWF_EXP_ARITHMETIC 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 | 20011112 | |||
| 2 | LEFT_OPERAND | Call by reference | Object reference (TYPE REF TO) | DATA | Linker Operand | 20011112 | |||
| 3 | RESULT_POINTER | Call by reference | Object reference (TYPE REF TO) | DATA | Zeigt auf Variable, die das Ergebnis aufnehmen soll | 20011112 | |||
| 4 | RIGHT_OPERAND | Call by reference | Object reference (TYPE REF TO) | DATA | Rechter Operand | 20011112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Auswerten des Vergleichsausdrucks | 20011112 |
Method TO_HTML Signature
Method TO_HTML on Interface IF_SWF_EXP_ARITHMETIC has no parameter.
Method TO_HTML on Interface IF_SWF_EXP_ARITHMETIC has no exception.
Method TO_STRING Signature
Method TO_STRING on Interface IF_SWF_EXP_ARITHMETIC has no parameter.
Method TO_STRING on Interface IF_SWF_EXP_ARITHMETIC has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 620 |