Three different functions are provided for checking consistency between the ABAP Dictionary and the database:
Displays indexes that are not known in the database or ABAP Dictionary.
The existence of all database objects defined in the ABAP Dictionary is checked.
Displays database tables without a unique index.
To perform the consistency checks:
Alternatively, use transaction code
DB02 .The results are displayed in a hierarchy:
Table: Results in the hierarchy
hierarchy level |
result |
top |
distinction between the objects defined in the ABAP Dictionary and the objects defined in the database |
middle |
subdivision by object type, for example by table, view or index, and the number of missing objects is displayed in each case |
lowest |
displaying the names of the individual objects |