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 |
|
|||||||||||||||||||||
DIFFKIND | DD: Type of inconsistency between DD and DB, DB exceptions | NUMC | 2 | 0 | DBDIFFKIND |
|
|||||||||||||||||||||
SOURCE | ABAP program used to create a DB object | CHAR | 40 | 0 | * | DBDIFFREP |