Table/Structure Field 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 | DBOPTSTATS - LASTDATE | System Date | SOURCE VALUE(STD_TABLES_DATE) LIKE DBOPTSTATS-LASTDATE |
|
| 2 | DBOPTSTATS - LASTDATE | System Date | SOURCE VALUE(PRI_TABLES_DATE) LIKE DBOPTSTATS-LASTDATE |
|
| 3 | DBOPTSTATS - LASTDATE | System Date | ||
| 4 | DBOPTSTATS - NEEDED | General Flag | ||
| 5 | DBOPTSTATS - NEEDED | General Flag | SOURCE VALUE(RUN_NEEDED_FLAG) LIKE DBOPTSTATS-NEEDED DEFAULT 'X' |
|
| 6 | DBOPTSTATS - PRITABLES | Tables which must be optimized with high priority | ||
| 7 | DBOPTSTATS - PRITABLES | Tables which must be optimized with high priority | SOURCE VALUE(PRI_TABLES) LIKE DBOPTSTATS-PRITABLES |
|
| 8 | DBOPTSTATS - STATABLES | Tables which by default must be optimized | ||
| 9 | DBOPTSTATS - STATABLES | Tables which by default must be optimized | SOURCE VALUE(STD_TABLES) LIKE DBOPTSTATS-STATABLES |
|
| 10 | DBSTATC - ACTIV | Control Flag for Update of Statistics | ||
| 11 | DBSTATC - DOTYP | Type of Database Object | ||
| 12 | DBSTATC - TDDAT | Date on Which the ToDo Flag Was Set | ||
| 13 | DBSTATC - TOBDO | TODO Flag: Create New Statistics |