/AWS1/CL_BDZFLOWTRACENODEINP03¶
Represents the source of input data for a flow trace node field.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME¶
The name of the source node that provides the input data.
iv_outputfieldname TYPE /AWS1/BDZFLOWNODEOUTPUTNAME /AWS1/BDZFLOWNODEOUTPUTNAME¶
The name of the output field from the source node.
iv_expression TYPE /AWS1/BDZFLOWNODEINPUTXPRSN /AWS1/BDZFLOWNODEINPUTXPRSN¶
The expression used to extract data from the source.
Queryable Attributes¶
nodeName¶
The name of the source node that provides the input data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODENAME() |
Getter for NODENAME, with configurable default |
ASK_NODENAME() |
Getter for NODENAME w/ exceptions if field has no value |
HAS_NODENAME() |
Determine if NODENAME has a value |
outputFieldName¶
The name of the output field from the source node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTFIELDNAME() |
Getter for OUTPUTFIELDNAME, with configurable default |
ASK_OUTPUTFIELDNAME() |
Getter for OUTPUTFIELDNAME w/ exceptions if field has no val |
HAS_OUTPUTFIELDNAME() |
Determine if OUTPUTFIELDNAME has a value |
expression¶
The expression used to extract data from the source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION has a value |