SAP Table SDBAH

Header Table for DBA Logs

SDBAH (Header Table for DBA Logs) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link SDBAH to other SAP tables.

SDBAH table fields

Field Data element Checktable Datatype Length Decimals
BEG Start of the DBA action SDBA_BEGIN CHAR 14 0
FUNCT Function ID for DBA action SDBA_FUNCT CHAR 3 0
SYSID Database System ID SDBA_SYSID CHAR 8 0
OBJ Object of DB operation SDBA_OBJ CHAR 16 0
RC Return code for DBA action SDBA_RC NUMC 4 0
0000 Everything OK
0001 Warning
0002 General error
0003 Detailed error
ENDE End of database operation SDBA_END CHAR 14 0
ACTID Name of DBA Log SDBA_ACTID CHAR 16 0
LINE Text Line for DBA Logs SDBA_TEXT CHAR 254 0