Table list used by SAP ABAP Function Module DD_DB_CONSISTENCY_CHECK (Test for Consistency Checks)
SAP ABAP Function Module
DD_DB_CONSISTENCY_CHECK (Test for Consistency Checks) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DDREFSTRUC | DD: General Reference Structure in ABAP Dictionary | SOURCE VALUE(MISSING_IND_COMP) LIKE DDREFSTRUC-FLAG DEFAULT SPACE |
|
| 2 | DDREFSTRUC | DD: General Reference Structure in ABAP Dictionary | SOURCE VALUE(MISSING_IND_DISP) LIKE DDREFSTRUC-FLAG DEFAULT SPACE |
|
| 3 | DDREFSTRUC | DD: General Reference Structure in ABAP Dictionary | SOURCE VALUE(UNIQUE_IND_CHECK) LIKE DDREFSTRUC-FLAG DEFAULT SPACE |
|
| 4 | MISSOBJ | name of missing object on database/ in SAP dictionary | SOURCE MISS_INDEX STRUCTURE MISSOBJ OPTIONAL |
|
| 5 | MISSOBJ | name of missing object on database/ in SAP dictionary | SOURCE ADDTL_INDEX STRUCTURE MISSOBJ OPTIONAL |
|
| 6 | MONI | Monitor table MONI | ||
| 7 | MONI_CHECK | Number of missing indices/tables in MONI | SOURCE VALUE(NO_DBINDICES) LIKE MONI_CHECK-DBINDICES |
|
| 8 | MONI_CHECK | Number of missing indices/tables in MONI | SOURCE VALUE(NO_DBTABLES) LIKE MONI_CHECK-DBTABLES |
|
| 9 | MONI_CHECK | Number of missing indices/tables in MONI | SOURCE VALUE(NO_SAPINDICES) LIKE MONI_CHECK-SAPINDICES |
|
| 10 | MONI_CHECK | Number of missing indices/tables in MONI | SOURCE VALUE(NO_SAPTABLES) LIKE MONI_CHECK-SAPTABLES |
|