ACMRULEFORELEM

Transparent Table System Table (transport)

ACM: Rule-for-Element Persistence

ACMRULEFORELEM is an SAP database table in S/4HANA. ACM: Rule-for-Element Persistence. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
ACM_DT_DEPENDENCIES_CELL view inner ACM DT-Dependencies for cell-based access
ACM_DT_DEPENDENCIES_ROW view left_outer ACM DT-Dependencies for row-based access
SACMRTGEN_DTTABLES_VIEW_CBA view inner ACM Runtime-Generator - Get DT entries (cell-based)

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY id acm_ruleforelem_id ID
rule_id acm_rule_id Rule ID
pos acm_sequence_number Position
masking_element acm_masking_elem_name Protected Elem.

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: Rule-for-Element Persistence
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACMRULEFORELEM (
    ID,               -- ID [acm_ruleforelem_id]
    RULE_ID,          -- Rule ID [acm_rule_id]
    POS,              -- Position [acm_sequence_number]
    MASKING_ELEMENT,  -- Protected Elem. [acm_masking_elem_name]
    PRIMARY KEY (ID)
);