The following operator is available: if - then - else
Condition check with optional branch (else)
XML tag: |
if - then [- else] |
|
Operands: |
exactly one logical value |
|
Synopsis: |
<if> |
|
Operands: |
BOOLEAN |
|
Result: |
Logical value - Value [- Value] |
|
Result type: |
BOOLEAN - Operand data type [- Operand data type] |
|
Calculation (PPM3/PPM4) |
Result |
Value of second operand if the first operand returns TRUE. Value of the 3rd operand if the 1st operand returns FALSE. |
Error |
If first operand is not of the BOOLEAN data type |
|
Example: |
<if> If the condition is met (i. e. the AT_OS attribute is specified for at least one function with the internal name SAP.WAUS) the value of the AT_CT attribute is passed on. If the condition is not met, the value of the AT_KT attribute is used in the subsequent calculation. |
|
|
|