Skip to content

/AWS1/CL_BDCFAILURESPANDETAIL

Details about a specific span where a failure was detected.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_spanid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The unique identifier of the span where the failure occurred.

iv_traceid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The trace identifier associated with the failure span.

it_signals TYPE /AWS1/CL_BDCINSIGHTSFAILIGNAL=>TT_INSIGHTSFAILURESIGNALLIST TT_INSIGHTSFAILURESIGNALLIST

The failure signals detected in this span.


Queryable Attributes

spanId

The unique identifier of the span where the failure occurred.

Accessible with the following methods

Method Description
GET_SPANID() Getter for SPANID, with configurable default
ASK_SPANID() Getter for SPANID w/ exceptions if field has no value
HAS_SPANID() Determine if SPANID has a value

traceId

The trace identifier associated with the failure span.

Accessible with the following methods

Method Description
GET_TRACEID() Getter for TRACEID, with configurable default
ASK_TRACEID() Getter for TRACEID w/ exceptions if field has no value
HAS_TRACEID() Determine if TRACEID has a value

signals

The failure signals detected in this span.

Accessible with the following methods

Method Description
GET_SIGNALS() Getter for SIGNALS, with configurable default
ASK_SIGNALS() Getter for SIGNALS w/ exceptions if field has no value
HAS_SIGNALS() Determine if SIGNALS 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_FAILURESPANDETAILLIST

TYPES TT_FAILURESPANDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCFAILURESPANDETAIL WITH DEFAULT KEY
.