Sunday, May 19, 2024

SAP Table ABAP_DAEMON_RT – ABAP Daemon framework: Runtime entries

ABAP_DAEMON_RT is a standard SAP table in SAP ERP (or) S/4HANA which stores ABAP Daemon framework: Runtime entries data. There are total 15 fields in ABAP_DAEMON_RT table.This blog post provides key technical details of SAP table ABAP_DAEMON_RT, including its availability across SAP S/4HANA versions and the list of CDS views for ABAP_DAEMON_RT table in SAP.

SAP HANA Table Type Row Store
Buffering Permission Buffering switched on
Buffering Type Full buffering as specified by generic key
Package ABAP Daemon runtime package (SABAP_DAEMON_RUNTIME)
Technical Component ABAP Channels (BC-MID-AC)

SAP ABAP_DAEMON_RT Table Fields

The following is the list of fields that are available in SAP ABAP_DAEMON_RT 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)
APPLICATION_TYPE Undefined range (can be used for patch levels) CHAR4 CHAR4 CHAR (4)
APPLICATION_ID ABAP Daemon Application ID ABAP_DAEMON_APPLICATION_ID ABAP_DAEMON_APPLICATION_ID CHAR (30)
REGISTRATION_ID UUID in character form SYSUUID_C SYSUUID_C CHAR (32)
DAEMON_TYPE Component of the Version Number CHAR2 CHAR2 CHAR (2)
CREATOR_CLIENT Client ID SYMANDT MANDT CLNT (3)
CREATOR_USER User Name SYUNAME SYCHAR12 CHAR (12)
CREATOR_PROGRAM_ID Program/Transaction in SQL Trace Evaluation PROGRAM PROGRAMM CHAR (40)
CREATOR_APPLICATION_SERVER Application Server Instance MSNAME2 MSNAME2 CHAR (40)
USED_DEST Name of the ABAP Daemon RFC Destination ABAP_DAEMON_DESTINATION MSNAME2 CHAR (40)
CREATION_TIME UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMP TZNTSTMPS DEC (15)
APPLICATION_SERVER Application Server Instance MSNAME2 MSNAME2 CHAR (40)
TH_LOGON_HDL Logon Key SSI_LOGON_HDL SSI_INTEGER_TYPE INT4 (10)
TH_LOGON_ID Logon ID SSI_LOGON_ID SSI_INTEGER_TYPE INT4 (10)
TH_SESSION_HDL Back-End Session Handle SSI_SESSION_HDL SSI_INTEGER_TYPE INT4 (10)

Availability

The SAP table ABAP_DAEMON_RT 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 ABAP_DAEMON_RT table

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