/AWS1/CL_BDAMALFORMEDCONDXPR00¶
Details about a malformed condition expression in a node.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_node TYPE /AWS1/BDAFLOWNODENAME /AWS1/BDAFLOWNODENAME¶
The name of the node containing the malformed condition expression.
iv_condition TYPE /AWS1/BDAFLOWCONDITIONNAME /AWS1/BDAFLOWCONDITIONNAME¶
The name of the malformed condition.
iv_cause TYPE /AWS1/BDAERRORMESSAGE /AWS1/BDAERRORMESSAGE¶
The error message describing why the condition expression is malformed.
Queryable Attributes¶
node¶
The name of the node containing the malformed condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODE() |
Getter for NODE, with configurable default |
ASK_NODE() |
Getter for NODE w/ exceptions if field has no value |
HAS_NODE() |
Determine if NODE has a value |
condition¶
The name of the malformed condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITION() |
Getter for CONDITION, with configurable default |
ASK_CONDITION() |
Getter for CONDITION w/ exceptions if field has no value |
HAS_CONDITION() |
Determine if CONDITION has a value |
cause¶
The error message describing why the condition expression is malformed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAUSE() |
Getter for CAUSE, with configurable default |
ASK_CAUSE() |
Getter for CAUSE w/ exceptions if field has no value |
HAS_CAUSE() |
Determine if CAUSE has a value |