Sunday, May 12, 2024

SAP Table ACMVERSION – Versions of DCL artefacts

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

SAP HANA Table Type Column Store
Buffering Permission Buffering not allowed
Buffering Type No buffering
Package Common Objects for Access Control Management (SACM_COMMON)
Technical Component Data Control Language (DCL) (Define Authorizations for CDS) (BC-SEC-AUT-DCL)

SAP ACMVERSION Table Fields

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

Field Description Data Element Domain Check Table Data Type
ID_LOW ACM: Globally unique ID – primary key of all ACM tables ACM_ID ACM_ID RAW (16)
ID_HIGH ACM: Globally unique ID – primary key of all ACM tables ACM_ID ACM_ID RAW (16)
STATUS Status of a ACM Abap artefact version ACM_VERSION_STATUS ACM_VERSION_STATUS CHAR (1)
CREATED_BY User Name SYUNAME SYCHAR12 CHAR (12)
CHANGED_BY User Name SYUNAME SYCHAR12 CHAR (12)
CHANGED_AT UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMP TZNTSTMPS DEC (15)
GENERATION_START UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMP TZNTSTMPS DEC (15)
GENERATION_END UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMP TZNTSTMPS DEC (15)

Availability

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

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