/AWS1/CL_REVSYSTEMEVENTDETAILS¶
Contains the details of a system event.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_title TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The title of the event.
iv_description TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The description of the event.
Optional arguments:¶
io_eventmetadata TYPE REF TO /AWS1/CL_REVSYSTEMEVENTMET /AWS1/CL_REVSYSTEMEVENTMET¶
Type-specific metadata for each system event type.
Queryable Attributes¶
title¶
The title of the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
description¶
The description of the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
eventMetadata¶
Type-specific metadata for each system event type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTMETADATA() |
Getter for EVENTMETADATA |