I_WASTESTREAMMATLGNRTRGROUPED

CDS View

Waste Stream Material Grouped

I_WASTESTREAMMATLGNRTRGROUPED is a CDS View in S/4HANA. Waste Stream Material Grouped. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_WasteStreamMatlGnrtrByRole view from COMPOSITE Waste Stream Material Generator by Role
I_WasteStreamStorageLoc view inner COMPOSITE Waste Stream Storage Location

Fields (2)

KeyField CDS FieldsUsed in Views
KEY EnvrmtWasteGnrtrUUID EnvrmtWasteGnrtrUUID 1
EnvrmtWasteGnrtrID EnvrmtWasteGnrtrID 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.

-- Waste Stream Material Grouped
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_WASTESTREAMMATLGNRTRGROUPED (
    ENVRMTWASTEGNRTRUUID,
    ENVRMTWASTEGNRTRID,
    PRIMARY KEY (ENVRMTWASTEGNRTRUUID)
);