/AWS1/CL_CHPREALTIMEALERTCONF¶
A structure that contains the configuration settings for real-time alerts.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_disabled TYPE /AWS1/CHPBOOLEAN /AWS1/CHPBOOLEAN¶
Turns off real-time alerts.
it_rules TYPE /AWS1/CL_CHPREALTIMEALERTRULE=>TT_REALTIMEALERTRULELIST TT_REALTIMEALERTRULELIST¶
The rules in the alert. Rules specify the words or phrases that you want to be notified about.
Queryable Attributes¶
Disabled¶
Turns off real-time alerts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISABLED() |
Getter for DISABLED |
Rules¶
The rules in the alert. Rules specify the words or phrases that you want to be notified about.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULES() |
Getter for RULES, with configurable default |
ASK_RULES() |
Getter for RULES w/ exceptions if field has no value |
HAS_RULES() |
Determine if RULES has a value |