EHFNDW_CRR_FAM

Transparent Table Application Table

I_CMPLRQRSLT1STAIDTP I_CMPLRQRSLT1STAIDTP

EHFNDW_CRR_FAM is an SAP database table in S/4HANA. I_CMPLRQRSLT1STAIDTP I_CMPLRQRSLT1STAIDTP. It contains 28 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CmplRqRslt1stAidDrft view from BASIC First Aid Measures Draft

Fields (28)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY cmplrqrsltuuid ehfnd_crr_uuid Compliance Assessment UUID
activecmplrqrsltuuid ehfnd_crr_uuid Compliance Assessment UUID
cmplrqversuuid ehfnd_crv_uuid Compl Req UUID
chmlcmplncinfouuid ehfnd_cci_uuid Chemical Compliance Information
substanceuuid ehfnd_sub_uuid Substance
chmlsuplrmatluuid ehfnd_csm_uuid Supplier Raw Material
compliancerequirement ehfnd_req_identifier Compliance Requirement
creationdatetime ehfnd_bo_crea_date_time Created On
createdbyuser ehfnd_bo_crea_uname Created By
lastchangedatetime ehfnd_bo_lchg_date_time Last Changed On
lastchangedbyuser ehfnd_bo_lchg_uname Last Changed By
cmplrqrsltprocessingstatus cmplrqrsltprocessingstatus Processing Status
processor ehfnd_crr_processing_user_bp Processor
releasedbyuser ehfnd_crr_released_by_user_bp Released By
validitystartdatetime ehfnd_valid_from_tstmp Valid From
validityenddatetime ehfnd_valid_to_tstmp Valid To
cmplrqrsltreldcmplncsts ehfnd_crr_relstat Released Compliance Status
cmplrqrsltcalculatedstatus ehfnd_crr_calc_stat Calculated Compliance Status
cmplrqrsltmanualstatus ehfnd_crr_man_stat_nd Manually Set Compliance Status
cmplrqrsltstatusremark ehfnd_crr_stat_remark Remarks
chmlcompositiontype ehfnd_cci_ccmps_type Legal Area
materialissold ehfnd_cci_is_sold Is Sold
materialistransported ehfnd_cci_is_transported Is Transported
materialissourced ehfnd_cci_is_sourced Is Purchased
materialisproduced ehfnd_cci_is_produced Is Produced
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_CMPLRQRSLT1STAIDTP I_CMPLRQRSLT1STAIDTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHFNDW_CRR_FAM (
    MANDT,                       -- Client [mandt]
    CMPLRQRSLTUUID,              -- Compliance Assessment UUID [ehfnd_crr_uuid]
    ACTIVECMPLRQRSLTUUID,        -- Compliance Assessment UUID [ehfnd_crr_uuid]
    CMPLRQVERSUUID,              -- Compl Req UUID [ehfnd_crv_uuid]
    CHMLCMPLNCINFOUUID,          -- Chemical Compliance Information [ehfnd_cci_uuid]
    SUBSTANCEUUID,               -- Substance [ehfnd_sub_uuid]
    CHMLSUPLRMATLUUID,           -- Supplier Raw Material [ehfnd_csm_uuid]
    COMPLIANCEREQUIREMENT,       -- Compliance Requirement [ehfnd_req_identifier]
    CREATIONDATETIME,            -- Created On [ehfnd_bo_crea_date_time]
    CREATEDBYUSER,               -- Created By [ehfnd_bo_crea_uname]
    LASTCHANGEDATETIME,          -- Last Changed On [ehfnd_bo_lchg_date_time]
    LASTCHANGEDBYUSER,           -- Last Changed By [ehfnd_bo_lchg_uname]
    CMPLRQRSLTPROCESSINGSTATUS,  -- Processing Status [cmplrqrsltprocessingstatus]
    PROCESSOR,                   -- Processor [ehfnd_crr_processing_user_bp]
    RELEASEDBYUSER,              -- Released By [ehfnd_crr_released_by_user_bp]
    VALIDITYSTARTDATETIME,       -- Valid From [ehfnd_valid_from_tstmp]
    VALIDITYENDDATETIME,         -- Valid To [ehfnd_valid_to_tstmp]
    CMPLRQRSLTRELDCMPLNCSTS,     -- Released Compliance Status [ehfnd_crr_relstat]
    CMPLRQRSLTCALCULATEDSTATUS,  -- Calculated Compliance Status [ehfnd_crr_calc_stat]
    CMPLRQRSLTMANUALSTATUS,      -- Manually Set Compliance Status [ehfnd_crr_man_stat_nd]
    CMPLRQRSLTSTATUSREMARK,      -- Remarks [ehfnd_crr_stat_remark]
    CHMLCOMPOSITIONTYPE,         -- Legal Area [ehfnd_cci_ccmps_type]
    MATERIALISSOLD,              -- Is Sold [ehfnd_cci_is_sold]
    MATERIALISTRANSPORTED,       -- Is Transported [ehfnd_cci_is_transported]
    MATERIALISSOURCED,           -- Is Purchased [ehfnd_cci_is_sourced]
    MATERIALISPRODUCED,          -- Is Produced [ehfnd_cci_is_produced]
    ACTIVEUUID,                  -- Key [/bobf/uuid]
    HASACTIVEENTITY,             -- Has active [sdraft_has_active]
    PRIMARY KEY (MANDT, CMPLRQRSLTUUID)
);