/AWS1/CL_BDZFLOWTRACEDEPENDE00¶
Contains information about a dependency trace event in the flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME¶
The name of the node that generated the dependency trace.
iv_timestamp TYPE /AWS1/BDZDATETIMESTAMP /AWS1/BDZDATETIMESTAMP¶
The date and time that the dependency trace was generated.
io_traceelements TYPE REF TO /AWS1/CL_BDZTRACEELEMENTS /AWS1/CL_BDZTRACEELEMENTS¶
The trace elements containing detailed information about the dependency.
Queryable Attributes¶
nodeName¶
The name of the node that generated the dependency trace.
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 |
timestamp¶
The date and time that the dependency trace was generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
traceElements¶
The trace elements containing detailed information about the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRACEELEMENTS() |
Getter for TRACEELEMENTS |