This monitor supervises ABAP Real-Time Data Acquisition (RDA) errors and failed RDA requests, with threshold-based alarms and optional time-series metrics.
You can detect and alert on:
This supports proactive detection of blocked or degraded RDA data loading flows.
This monitor has no global monitoring parameter. All settings are defined in the surveillance table.
| Field | Required | Default | Description |
|---|---|---|---|
| Active | Yes | 'true' | Enables/disables this surveillance row. |
| Category | Yes | `*` | Logical category label for the row. |
| Max errors | Yes | `INFO` | Threshold expression for alarms. Alarm when computed count is greater than or equal to threshold. |
| Severity | Yes | `MAJOR` | Alarm severity used when threshold is breached. |
| Period (min) | Yes | `0` | Evaluation window in minutes. `0` means since last monitor execution. |
| Auto clear | Yes | `true` | Alarms generated by this row are clearable when condition recovers. |
| Prefix | No | (empty) | Optional alarm prefix and alarm tag value. |
| Alarm | No | `true` | Enables/disables alarm generation for this row. |
| Metric | No | `false` | Enables/disables metric emission for RDA error count. |
| Report | No | `false` | Enables report flagging when monitor runs in report mode. |
For each active surveillance row:
Additional behavior:
If Metric is enabled, the monitor emits:
| Metric | Unit | Description |
|---|---|---|
| RDA errors count | Errors | Sum of `COUNT_FAILS` from `RSCRT_RDA_ERROR` over the evaluated window. |
Alarm messages include evaluated count and threshold, for example:
If Prefix is set, it is applied to alarm messages.
| Active | Category | Max errors | Severity | Period (min) | Auto clear | Prefix | Alarm | Metric | Report |
|---|---|---|---|---|---|---|---|---|---|
| true | `*` | `1` | 4 | 15 | true | `RDA` | true | true | false |
| true | `FIN_*` | `G2W:5` | 3 | 0 | true | `BW,RDA` | true | false | false |