SAP table DBDIFF (Definition of (Intended) Differences Between DD and DB)

SAP table DBDIFF has 4 primary key fields being OBJNAME,DBSYS,OBJTYPE,DIFFKIND.

Field Description Data Type Length Decimals Checktable Data Element
OBJNAME Name of the database object (table, index, view ...) CHAR 30 0 DBDIFFOBJ
DBSYS Database system name CHAR 10 0 DBDIFFSYS
OBJTYPE Object type of a database object (in DBDIFF) CHAR 4 0 DIFFOBJTYP
INDX Index
KEY (Primary) key
SPRO Stored procedure
TABL Table
TRIG Trigger
VIEW View
DIFFKIND DD: Type of inconsistency between DD and DB, DB exceptions NUMC 2 0 DBDIFFKIND
01 Mandatory in DB, but not in DD
02 Mandatory in the DD but not on the DB (e.g. index)
04 Type in DD different to type in DB
08 Other definition in DD (fields, order, ...)
50 DB-system-dependent objects (mandatory in DD and DB)
60 Secondary index must be created before primary index
61 Table without indexes
70 Field name in reserved name range of DB system
95 Temporarily mandatory on the DB (is not checked)
99 Optional object (do not check)
SOURCE ABAP program used to create a DB object CHAR 40 0 * DBDIFFREP