I_CHMLCMPLNCWASTEDATA

CDS View

Chemical Compliance Waste Data

I_CHMLCMPLNCWASTEDATA is a CDS View in S/4HANA. Chemical Compliance Waste Data. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ChmlCmplncWasteDataTP view from TRANSACTIONAL Chemical Compliance Waste Data - TP
I_EHSEnvRptPRTRSubstWaste view_entity inner COMPOSITE PRTR waste sensitive data

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ChmlCmplncInfoUUID ChmlCmplncInfoUUID 1
EnvrmtWasteHazardCharcID EnvrmtWasteHazardCharcID 1

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.

-- Chemical Compliance Waste Data
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHMLCMPLNCWASTEDATA (
    CHMLCMPLNCINFOUUID,
    ENVRMTWASTEHAZARDCHARCID,
    PRIMARY KEY (CHMLCMPLNCINFOUUID)
);