EHFNDW_ARM_REF

Transparent Table Application Table

I_CMPLRQRSLTSPILLTP I_CMPLRQRSLTSPILLSCTNREFTP

EHFNDW_ARM_REF is an SAP database table in S/4HANA. I_CMPLRQRSLTSPILLTP I_CMPLRQRSLTSPILLSCTNREFTP. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CmplRqRsltSpillSctnRefD view from BASIC Reference Draft

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spillsectionreferenceuuid ehfnd_arm_ref_uuid Reference
cmplrqrsltuuid ehfnd_crr_uuid Compliance Assessment UUID
pcprptysequence ehfnd_property_sequence Sequence
spillsctnrefadvcuuid ehfnd_arm_ref_adv_uuid Advice
creationdatetime /bobf/creationdatetime Created On
createdbyuser /bobf/createdbyuser Created By
lastchangedatetime /bobf/lastchangedatetime Last Changed On
lastchangedbyuser /bobf/lastchangedbyuser Last Changed By
activeuuid /bobf/uuid Key
hasactiveentity sdraft_has_active Has active

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.

-- I_CMPLRQRSLTSPILLTP I_CMPLRQRSLTSPILLSCTNREFTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHFNDW_ARM_REF (
    MANDT,                      -- Client [mandt]
    SPILLSECTIONREFERENCEUUID,  -- Reference [ehfnd_arm_ref_uuid]
    CMPLRQRSLTUUID,             -- Compliance Assessment UUID [ehfnd_crr_uuid]
    PCPRPTYSEQUENCE,            -- Sequence [ehfnd_property_sequence]
    SPILLSCTNREFADVCUUID,       -- Advice [ehfnd_arm_ref_adv_uuid]
    CREATIONDATETIME,           -- Created On [/bobf/creationdatetime]
    CREATEDBYUSER,              -- Created By [/bobf/createdbyuser]
    LASTCHANGEDATETIME,         -- Last Changed On [/bobf/lastchangedatetime]
    LASTCHANGEDBYUSER,          -- Last Changed By [/bobf/lastchangedbyuser]
    ACTIVEUUID,                 -- Key [/bobf/uuid]
    HASACTIVEENTITY,            -- Has active [sdraft_has_active]
    PRIMARY KEY (MANDT, SPILLSECTIONREFERENCEUUID)
);