Skip to content

/AWS1/CL_CWSINSTRSTATUSEVENT

A status event for an instrumentation configuration returned by GetInstrumentationConfigurationStatus. Events include the timestamp and, for errors, an error cause.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_time TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP

The time when the status was reported, rounded to the nearest minute.

Optional arguments:

iv_errorcause TYPE /AWS1/CWSINSTRERRORCAUSE /AWS1/CWSINSTRERRORCAUSE

The error cause when the status is ERROR.


Queryable Attributes

Time

The time when the status was reported, rounded to the nearest minute.

Accessible with the following methods

Method Description
GET_TIME() Getter for TIME, with configurable default
ASK_TIME() Getter for TIME w/ exceptions if field has no value
HAS_TIME() Determine if TIME has a value

ErrorCause

The error cause when the status is ERROR.

Accessible with the following methods

Method Description
GET_ERRORCAUSE() Getter for ERRORCAUSE, with configurable default
ASK_ERRORCAUSE() Getter for ERRORCAUSE w/ exceptions if field has no value
HAS_ERRORCAUSE() Determine if ERRORCAUSE 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_INSTRSTATUSEVENTLIST

TYPES TT_INSTRSTATUSEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSINSTRSTATUSEVENT WITH DEFAULT KEY
.