Sunday, May 19, 2024

SAP Table ADT_CONFIG – Configuration metadata

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

SAP HANA Table Type Column Store
Buffering Permission Buffering not allowed
Buffering Type No buffering
Package ADT Tools Core (SADT_TOOLS_CORE)
Technical Component Installation and Infrastructure for ABAP Tools in Eclipse (BC-DWB-AIE)

SAP ADT_CONFIG Table Fields

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

Field Description Data Element Domain Check Table Data Type
MANDT Client MANDT MANDT CLNT (3)
ID GUID in ‘CHAR’ Format in Uppercase GUID_32 SYSUUID_C CHAR (32)
CREATED_AT UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMP TZNTSTMPS DEC (15)
CREATED_BY ABAP System Field: Name of Current User SYST_UNAME SYCHAR12 CHAR (12)
CHANGED_AT UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMP TZNTSTMPS DEC (15)
CHANGED_BY ABAP System Field: Name of Current User SYST_UNAME SYCHAR12 CHAR (12)

Availability

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

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