Data Element list used by SAP ABAP Function Module CHECK_LAST_RUN_STATS_INF (INFORMIX: Check whether update statistics are required)
SAP ABAP Function Module
CHECK_LAST_RUN_STATS_INF (INFORMIX: Check whether update statistics are required) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | FLAG | General Flag | SOURCE VALUE(RUN_NEEDED_FLAG) LIKE DBOPTSTATS-NEEDED DEFAULT 'X' |
|
| 2 | PRITABLES | Tables which must be optimized with high priority | SOURCE VALUE(PRI_TABLES) LIKE DBOPTSTATS-PRITABLES |
|
| 3 | STATABLES | Tables which by default must be optimized | SOURCE VALUE(STD_TABLES) LIKE DBOPTSTATS-STATABLES |
|
| 4 | SYDATUM | System Date | SOURCE VALUE(STD_TABLES_DATE) LIKE DBOPTSTATS-LASTDATE |
|
| 5 | SYDATUM | System Date | SOURCE VALUE(PRI_TABLES_DATE) LIKE DBOPTSTATS-LASTDATE |
|