ACMASPECTPFCG

Transparent Table System Table (transport)

ACM: Dedicated PFCG_AUTH-Aspects

ACMASPECTPFCG is an SAP database table in S/4HANA. ACM: Dedicated PFCG_AUTH-Aspects. It contains 5 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
ACM_DT_DEPENDENCIES view left_outer ACM: Designtime-Dependencies of DCL-Objects
ACM_DT_DEPENDENCIES view inner ACM: Designtime-Dependencies of DCL-Objects
ACM_DT_DEPENDENCIES_CELL view left_outer ACM DT-Dependencies for cell-based access
acm_dt_dependencies_cte view left_outer ACM DT-Dependencies
ACM_DT_DEPENDENCIES_HIERAR_CTE view left_outer ACM DT-Dependencies of Hierarchy-Objects
ACM_DT_DEPENDENCIES_ROW view left_outer ACM DT-Dependencies for row-based access
SACMRT_ASPPFCG view_entity from ACM RT: Buffered access to PFCG Aspects

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY id acm_aspectpfcg_id Aspect PFCG_AUTH ID
aspect_id acm_aspect_id Aspect ID
auth_object xuobject Object
sacf_scenario scen_name Scenario Name
aspectexpr_canon acm_aspectexpr_canon Aspect-Expression

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: Dedicated PFCG_AUTH-Aspects
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACMASPECTPFCG (
    ID,                -- Aspect PFCG_AUTH ID [acm_aspectpfcg_id]
    ASPECT_ID,         -- Aspect ID [acm_aspect_id]
    AUTH_OBJECT,       -- Object [xuobject]
    SACF_SCENARIO,     -- Scenario Name [scen_name]
    ASPECTEXPR_CANON,  -- Aspect-Expression [acm_aspectexpr_canon]
    PRIMARY KEY (ID)
);