EHDGMW_CRR_PLCTV

Transparent Table Application Table

I_CMPLRQRSLTDNGRSGDSBSCCLFNTP I_CMPLRQRSLTPLCDLBLFORCTNSTP

EHDGMW_CRR_PLCTV is an SAP database table in S/4HANA. I_CMPLRQRSLTDNGRSGDSBSCCLFNTP I_CMPLRQRSLTPLCDLBLFORCTNSTP. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_CmplRqRsltPlcdLblForCtnsDrft view from BASIC Placarding for Containers - Draft

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY cmplrqrsltdngrsgdslbluuid cmplrqrsltdngrsgdslbluuid Dangerous Goods Labeling
cmplrqrsltuuid ehfnd_crr_uuid Compliance Assessment UUID
rgtygrphcuuid ehfnd_grphc_uuid Graphic UUID
dngrsgdsrgtygrphcorigintype dngrsgdsrgtygrphcorigintype Dangerous Goods Graphic Origin Type
creationdatetime ehfnd_bo_crea_date_time Created On
createdbyuser vdm_createdbyuserid Created By
lastchangedatetime ehfnd_bo_lchg_date_time Last Changed On
lastchangedbyuser vdm_lastchangedbyuserid 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_CMPLRQRSLTDNGRSGDSBSCCLFNTP I_CMPLRQRSLTPLCDLBLFORCTNSTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHDGMW_CRR_PLCTV (
    MANDT,                        -- Client [mandt]
    CMPLRQRSLTDNGRSGDSLBLUUID,    -- Dangerous Goods Labeling [cmplrqrsltdngrsgdslbluuid]
    CMPLRQRSLTUUID,               -- Compliance Assessment UUID [ehfnd_crr_uuid]
    RGTYGRPHCUUID,                -- Graphic UUID [ehfnd_grphc_uuid]
    DNGRSGDSRGTYGRPHCORIGINTYPE,  -- Dangerous Goods Graphic Origin Type [dngrsgdsrgtygrphcorigintype]
    CREATIONDATETIME,             -- Created On [ehfnd_bo_crea_date_time]
    CREATEDBYUSER,                -- Created By [vdm_createdbyuserid]
    LASTCHANGEDATETIME,           -- Last Changed On [ehfnd_bo_lchg_date_time]
    LASTCHANGEDBYUSER,            -- Changed By [vdm_lastchangedbyuserid]
    ACTIVEUUID,                   -- Key [/bobf/uuid]
    HASACTIVEENTITY,              -- Has active [sdraft_has_active]
    PRIMARY KEY (MANDT, CMPLRQRSLTDNGRSGDSLBLUUID)
);