/AWS1/CL_UNTEVENTRULESTATSUMM¶
Provides additional information about the current EventRule status.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/UNTEVENTRULESTATUS /AWS1/UNTEVENTRULESTATUS¶
The status of the
EventRule.
Values:
ACTIVE
The
EventRulecan process events.
INACTIVE
The
EventRulemay be unable to process events.
CREATING
The
EventRuleis being created.Only
GETandLISTcalls can be run.
UPDATING
The
EventRuleis being updated.Only
GETandLISTcalls can be run.
DELETING
The
EventRuleis being deleted.Only
GETandLISTcalls can be run.
iv_reason TYPE /AWS1/UNTEVENTRULESTATUSREASON /AWS1/UNTEVENTRULESTATUSREASON¶
A human-readable reason for
EventRuleStatus.
Queryable Attributes¶
status¶
The status of the
EventRule.
Values:
ACTIVE
The
EventRulecan process events.
INACTIVE
The
EventRulemay be unable to process events.
CREATING
The
EventRuleis being created.Only
GETandLISTcalls can be run.
UPDATING
The
EventRuleis being updated.Only
GETandLISTcalls can be run.
DELETING
The
EventRuleis being deleted.Only
GETandLISTcalls can be run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
reason¶
A human-readable reason for
EventRuleStatus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_STATUSSUMMBYREGION_MAPROW¶
TYPES: BEGIN OF TS_STATUSSUMMBYREGION_MAPROW,
key TYPE /AWS1/UNTREGION,
value TYPE REF TO /AWS1/CL_UNTEVENTRULESTATSUMM,
END OF TS_STATUSSUMMBYREGION_MAPROW.
TT_STATUSSUMMARYBYREGION¶
TYPES TT_STATUSSUMMARYBYREGION TYPE HASHED TABLE OF /AWS1/CL_UNTEVENTRULESTATSUMM=>TS_STATUSSUMMBYREGION_MAPROW WITH UNIQUE KEY key
.