Sunday, May 19, 2024

SAP Table ABDBG_TRACE – Debugger Tracing

ABDBG_TRACE is a standard SAP table in SAP ECC (or) S/4HANA which stores Debugger Tracing data. There are total 9 fields in ABDBG_TRACE table.This blog post provides key technical details of SAP table ABDBG_TRACE, including its availability across SAP S/4HANA versions and the list of CDS views for ABDBG_TRACE table in SAP.

SAP HANA Table Type Column Store
Buffering Permission Buffering not allowed
Buffering Type No buffering
Package External Activation of ABAP Debugger (SABP_DEBUG_EXT)
Technical Component ABAP Syntax, Compiler, Runtime (BC-ABA-LA)

SAP ABDBG_TRACE Table Fields

The following is the list of fields that are available in SAP ABDBG_TRACE table. The key fields of the table are highlighted in color.

Field Description Data Element Domain Check Table Data Type
TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPL TZNTSTMPL DEC (21)
GUID 16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32 SYSUUID_C32 CHAR (32)
SERVER Application Server Instance MSNAME2 MSNAME2 CHAR (40)
IDEUSER User Name UNAME UNAME CHAR (12)
REQUESTUSER User Name UNAME UNAME CHAR (12)
TERMINALID 16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32 SYSUUID_C32 CHAR (32)
IDEID 16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32 SYSUUID_C32 CHAR (32)
DATUM System Date SYDATUM SYDATS DATS (8)
UZEIT System Time SYUZEIT SYTIME TIMS (6)

Availability

The SAP table ABDBG_TRACE is available within SAP S/4HANA On-premise and SAP S/4HANA Cloud systems depending on the version and release level.

SAP S/4HANA Version Available?
1909 Yes
2020 Yes
2021 Yes
2022 Yes
2023 Yes

CDS Views for ABDBG_TRACE table

There are no CDS views available in the system. We’re updating the content all the time, so check back regularly.