The DBDATA table in SAP ERP or S/4HANA stores Data Browser Procedure Data data. There are total 10 fields in DBDATA table. The Data Browser Procedure Data table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of DBDATA table. It is in Modeling and Prototyping (S_MODELLING_AND_PROTOTYPING) ABAP package and is part of the Workbench Utilities (BC-DWB-UTL) module.
SAP DBDATA Table Fields
Following is the list of fields that are available in SAP DBDATA table. The primary key fields of Data Browser Procedure Data table in SAP are RELID (Relation ID), EU_NAME (ABAP Workbench: LIMU Name), USERNAME (User Name), SRTF2 (Continuation ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| RELID | Relation ID | RELID | CHAR (2) | |
| EU_NAME | ABAP Workbench: LIMU Name | EU_LNAME | CHAR (120) | |
| USERNAME | User Name | UNAME | CHAR (12) | |
| SRTF2 | Continuation ID | SRTF2 | INT4 (10) | |
| LANGU | Maintenance language of a development object | EU_LANGU | LANG (1) | |
| AUTOR | Author of development object | EU_AUTOR | CHAR (12) | |
| DATUM | Date created | EU_DATUM | DATS (8) | |
| ZEIT | Time | EU_ZEIT | TIMS (6) | |
| CLUSTR | BIN2 data element for SYST | SYBIN2 | INT2 (5) | |
| CLUSTD | LRAW for SERPLISTS (EXPORT/IMPORT file) | SYLRAW | LRAW (3800) |


