ACMDCLSRC

Transparent Table System Table (transport)

ACM: DCL Source (Accesspolicy or Role)

ACMDCLSRC is an SAP database table in S/4HANA. ACM: DCL Source (Accesspolicy or Role). It contains 8 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
ACM_DT_DEPENDENCIES view inner ACM: Designtime-Dependencies of DCL-Objects
ACM_DT_DEPENDENCIES_CELL view inner ACM DT-Dependencies for cell-based access
acm_dt_dependencies_cte view inner ACM DT-Dependencies
ACM_DT_DEPENDENCIES_ROW view inner ACM DT-Dependencies for row-based access
ACM_LANG_VRS_OBJ_ACTIVE_DCLS view_entity from DCLS Relations: ABAP Language Version of Active Objects
ACM_LANG_VRS_OBJ_EDIT_DCLS view_entity from DCLS Relations: ABAP Language Version of Edited Objects
ACMDT_DCL_ADDITIONAL_INFO view from
ACMDT_INHERITANCE_CHAIN view inner ACM-DT: Rules,Roles+DCLs inheriting from each other
ACMTEST_RND_PARSER_CCE_CI view_entity from Custom Configuration Entity Client Indep
RIS_DCLS_TADIR view from DCLS Sources and TADIR

Fields (8)

KeyField Data ElementDescription DomainTypeLength
KEY dclname ACM_DCLNAME Acc. Ctrl. Name
KEY as4local AS4LOCAL Activation State
as4user AS4USER Last Changed By
as4date AS4DATE Date
as4time AS4TIME Time
source ACM_DCLSOURCE DCL Source
parentname ACM_DCLPARENT DCL Parent
abap_language_version ABAP_LANGUAGE_VERSION Language Version

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- ACM: DCL Source (Accesspolicy or Role)
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACMDCLSRC (
    DCLNAME,                -- Acc. Ctrl. Name [ACM_DCLNAME]
    AS4LOCAL,               -- Activation State [AS4LOCAL]
    AS4USER,                -- Last Changed By [AS4USER]
    AS4DATE,                -- Date [AS4DATE]
    AS4TIME,                -- Time [AS4TIME]
    SOURCE,                 -- DCL Source [ACM_DCLSOURCE]
    PARENTNAME,             -- DCL Parent [ACM_DCLPARENT]
    ABAP_LANGUAGE_VERSION,  -- Language Version [ABAP_LANGUAGE_VERSION]
    PRIMARY KEY (DCLNAME, AS4LOCAL)
);