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

Dictionary Type: Table
Description: Definition of (Intended) Differences Between DD and DB




ABAP Code to SELECT data from DBDIFF
Related tables to DBDIFF
Access table DBDIFF




Table field list including key, data, relationships and ABAP select examples

DBDIFF is a standard SAP Table which is used to store Definition of (Intended) Differences Between DD and DB data and is available within R/3 SAP systems depending on the version and release level.

The DBDIFF table consists of various fields, each holding specific information or linking keys about Definition of (Intended) Differences Between DD and DB data available in SAP. These include DBSYS (Database system name), OBJTYPE (Object type of a database object (in DBDIFF)), DIFFKIND (DD: Type of inconsistency between DD and DB, DB exceptions), SOURCE (ABAP program used to create a DB object).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DBDIFF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJNAMEName of the database object (table, index, view ...) DBDIFFOBJCHAR30DBDIFFOBJ
DBSYSDatabase system name DBDIFFSYSCHAR10DBSYSTEM
OBJTYPEObject type of a database object (in DBDIFF) DIFFOBJTYPCHAR4DIFFOBJTYP
DIFFKINDDD: Type of inconsistency between DD and DB, DB exceptions DBDIFFKINDNUMC2DBDIFFKIND
SOURCEABAP program used to create a DB object DBDIFFREPCHAR40Assigned to domainPROGRAMM

Key field Non-key field



How do I retrieve data from SAP table DBDIFF using ABAP code

The following ABAP code Example will allow you to do a basic selection on DBDIFF to SELECT all data from the table
DATA: WA_DBDIFF TYPE DBDIFF.

SELECT SINGLE *
FROM DBDIFF
INTO CORRESPONDING FIELDS OF WA_DBDIFF
WHERE...

How to access SAP table DBDIFF

Within an ECC or HANA version of SAP you can also view further information about DBDIFF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!