Skip to content

/AWS1/CL_REVSERVICEEVENT

Represents an event in the service 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/REVSERVICEEVENTTYPE /AWS1/REVSERVICEEVENTTYPE

The type of the event.

iv_servicearn 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_REVSVCEVENTDETAILS /AWS1/CL_REVSVCEVENTDETAILS

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

serviceArn

ARN identifier.

Accessible with the following methods

Method Description
GET_SERVICEARN() Getter for SERVICEARN, with configurable default
ASK_SERVICEARN() Getter for SERVICEARN w/ exceptions if field has no value
HAS_SERVICEARN() Determine if SERVICEARN 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_SERVICEEVENTLIST

TYPES TT_SERVICEEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVSERVICEEVENT WITH DEFAULT KEY
.