Data Element list used by SAP ABAP Function Module USE_OPTSTATS_ALERT_RULES_INF (INF: Combine Alerts and Alert texts from CHECK_LAST_CHECK/RUN_STA TS)
SAP ABAP Function Module
USE_OPTSTATS_ALERT_RULES_INF (INF: Combine Alerts and Alert texts from CHECK_LAST_CHECK/RUN_STA TS) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | ALEGPTEXT | Text field in multi-purpose alert record | SOURCE VALUE(ALERT_TEXT) LIKE DBOPTSTATS-TEXT |
|
| 2 | ALEGPTEXT | Text field in multi-purpose alert record | SOURCE VALUE(CHECK_STATS_ALERT_TEXT) LIKE DBOPTSTATS-TEXT |
|
| 3 | ALEGPTEXT | Text field in multi-purpose alert record | SOURCE VALUE(RUN_STATS_ALERT_TEXT) LIKE DBOPTSTATS-TEXT |
|
| 4 | ALEVALUE | Alert value: 0=Green, 1=Yellow, 2=Red | SOURCE VALUE(ALERT) LIKE DBOPTSTATS-ALERT |
|
| 5 | ALEVALUE | Alert value: 0=Green, 1=Yellow, 2=Red | SOURCE VALUE(CHECK_STATS_ALERT) LIKE DBOPTSTATS-ALERT |
|
| 6 | ALEVALUE | Alert value: 0=Green, 1=Yellow, 2=Red | SOURCE VALUE(RUN_STATS_ALERT) LIKE DBOPTSTATS-ALERT |
|