
From transaction code DBACOCKPIT or DB02, you notice there’s unknown objects in ABAP dictionary (DB indexes) for table TADIR and index SRCDEP.

Solution
Referring to both SAP Notes below,
- 1718414 – Inst. SAP Systems Based on NW 7.0 incl. EHPs: SQL Server
- 1710994 – Inst. SAP Systems Based on NW 7.1 and higher: SQL Server
Ignore missing index TADIR^SRCDEP in transaction DB02.
The installation creates the index TADIR^SRCDEP to avoid hanging situations on the database while executing reports. When the installation is finished you can delete this index.


