Skip to content

/AWS1/CL_REVSYSTEMEVENT

Represents an event in the system event log.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_eventid TYPE /AWS1/REVUUID /AWS1/REVUUID

The unique identifier of the event.

iv_timestamp TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp of the event.

iv_eventtype TYPE /AWS1/REVSYSTEMEVENTTYPE /AWS1/REVSYSTEMEVENTTYPE

The type of the event.

iv_systemarn TYPE /AWS1/REVARN /AWS1/REVARN

ARN identifier.

io_actor TYPE REF TO /AWS1/CL_REVEVENTACTOR /AWS1/CL_REVEVENTACTOR

The actor that triggered the event.

io_eventdetails TYPE REF TO /AWS1/CL_REVSYSTEMEVENTDETAILS /AWS1/CL_REVSYSTEMEVENTDETAILS

The details of the event.


Queryable Attributes

eventId

The unique identifier of the event.

Accessible with the following methods

Method Description
GET_EVENTID() Getter for EVENTID, with configurable default
ASK_EVENTID() Getter for EVENTID w/ exceptions if field has no value
HAS_EVENTID() Determine if EVENTID has a value

timestamp

The timestamp of the event.

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

eventType

The type of the event.

Accessible with the following methods

Method Description
GET_EVENTTYPE() Getter for EVENTTYPE, with configurable default
ASK_EVENTTYPE() Getter for EVENTTYPE w/ exceptions if field has no value
HAS_EVENTTYPE() Determine if EVENTTYPE has a value

systemArn

ARN identifier.

Accessible with the following methods

Method Description
GET_SYSTEMARN() Getter for SYSTEMARN, with configurable default
ASK_SYSTEMARN() Getter for SYSTEMARN w/ exceptions if field has no value
HAS_SYSTEMARN() Determine if SYSTEMARN has a value

actor

The actor that triggered the event.

Accessible with the following methods

Method Description
GET_ACTOR() Getter for ACTOR

eventDetails

The details of the event.

Accessible with the following methods

Method Description
GET_EVENTDETAILS() Getter for EVENTDETAILS

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SYSTEMEVENTLIST

TYPES TT_SYSTEMEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVSYSTEMEVENT WITH DEFAULT KEY
.