Skip to content

/AWS1/CL_BDZAGNTCRETRVTRACEEVT

A trace event providing visibility into the agentic retrieval process.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING

The unique identifier of the trace event.

iv_timestamp TYPE /AWS1/BDZLONG /AWS1/BDZLONG

The timestamp when the trace event occurred.

io_attributes TYPE REF TO /AWS1/CL_BDZAGRTVTRACEEVENTATT /AWS1/CL_BDZAGRTVTRACEEVENTATT

The attributes describing the trace event details.


Queryable Attributes

id

The unique identifier of the trace event.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

timestamp

The timestamp when the trace event occurred.

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

attributes

The attributes describing the trace event details.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES