/AWS1/CL_BDZFLOWTRACENODEOUT03¶
Represents the next node that receives output data from a flow trace.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME¶
The name of the next node that receives the output data.
iv_inputfieldname TYPE /AWS1/BDZFLOWNODEINPUTNAME /AWS1/BDZFLOWNODEINPUTNAME¶
The name of the input field in the next node that receives the data.
Queryable Attributes¶
nodeName¶
The name of the next node that receives the output 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 |
inputFieldName¶
The name of the input field in the next node that receives the data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTFIELDNAME() |
Getter for INPUTFIELDNAME, with configurable default |
ASK_INPUTFIELDNAME() |
Getter for INPUTFIELDNAME w/ exceptions if field has no valu |
HAS_INPUTFIELDNAME() |
Determine if INPUTFIELDNAME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FLOWTRACENODEOUTPUTNEXTLIST¶
TYPES TT_FLOWTRACENODEOUTPUTNEXTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZFLOWTRACENODEOUT03 WITH DEFAULT KEY
.