Sunday, May 19, 2024

SAP Table ABDBG_ACTIVATION – DO NOT CHANGE: ABAP Debugger Table of Waiting Debuggees

ABDBG_ACTIVATION is a standard SAP table in SAP ECC (or) S/4HANA which stores DO NOT CHANGE: ABAP Debugger Table of Waiting Debuggees data. There are total 15 fields in ABDBG_ACTIVATION table.This blog post provides key technical details of SAP table ABDBG_ACTIVATION, including its availability across SAP S/4HANA versions and the list of CDS views for ABDBG_ACTIVATION table in SAP.

SAP HANA Table Type Row Store
Buffering Permission Buffering not allowed
Buffering Type No buffering
Package Types for Debugger (SABP_DEBUG)
Technical Component ABAP Syntax, Compiler, Runtime (BC-ABA-LA)

SAP ABDBG_ACTIVATION Table Fields

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

Field Description Data Element Domain Check Table Data Type
CLIENT Client ID SYMANDT MANDT CLNT (3)
DEBUGGEE_ID 16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32 SYSUUID_C32 CHAR (32)
TERMINAL_ID 16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32 SYSUUID_C32 CHAR (32)
IDE_ID 16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32 SYSUUID_C32 CHAR (32)
DEBUGGEE_USER User Name SYUNAME SYCHAR12 CHAR (12)
PRG_CURR Displayed program (overwriting is possible) DBGSREPID PROGRAM_ID CHAR (40)
INCL_CURR Displayed program (overwriting is possible) DBGSREPID PROGRAM_ID CHAR (40)
RFCDEST Logical destination (specified in function call) RFCDEST RFCDEST CHAR (32)
APPLSERVER Application Server SYHOST HOST_ID CHAR (32)
SYSID Name of SAP System SYSYSID SYCHAR08 CHAR (8)
DUMPID Name of ABAP Runtime Error S380ERRID SYCHAR30 CHAR (30)
DUMPDATE System Date SYDATUM SYDATS DATS (8)
DUMPTIME System Time SYUZEIT SYTIME TIMS (6)
DUMPHOST Name of Current Application Server SNAP_SYINST SNAP_INST_ID CHAR (32)
DUMPMODNO Index of Work Process SYWPID SYST_LONG INT4 (10)

Availability

The SAP table ABDBG_ACTIVATION 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_ACTIVATION table

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