Skip to content

/AWS1/CL_BDZNODEDEPENDENCYEVT

Contains information about an internal trace of a specific node during execution.

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_BDZNODETRACEELEMENTS /AWS1/CL_BDZNODETRACEELEMENTS

The trace elements containing detailed information about the node execution.


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 node execution.

Accessible with the following methods

Method Description
GET_TRACEELEMENTS() Getter for TRACEELEMENTS