EHEWAD_WA_STPOG

Transparent Table Application Table

Waste Stream - Points Of Generation

EHEWAD_WA_STPOG is an SAP database table in S/4HANA. Waste Stream - Points Of Generation. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_WasteStreamPtOfGnrtn view from BASIC Waste Stream Point Of Generation

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY wastestreamptofgnrtnuuid EHEWA_WST_STRM_PNT_GNRTN_UUID Pnt of Gnrtn UUID
wastestreamuuid EHEWA_WASTESTREAM_UUID Waste Stream UUID
creationdatetime /BOBF/CREATIONDATETIME Created On
createdbyuser /BOBF/CREATEDBYUSER Created By
lastchangedatetime /BOBF/LASTCHANGEDATETIME Last Changed On
lastchangedbyuser /BOBF/LASTCHANGEDBYUSER Last Changed By
wastestreamptofgnrtnlocuuid EHEWA_WST_STRM_POG_LCTN_UUID Location UUID
wastestorageunitofmeasure EHEWA_WASTE_LOCATION_UOM Waste Location UOM
wastestreamdsplchnluuid EHEWA_WST_STRM_DISP_CHNL_UUID Dispsl Channel UUI
material EHFND_CCI_PRODUCT Product

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 - Points Of Generation
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHEWAD_WA_STPOG (
    MANDT,                        -- Client [MANDT]
    WASTESTREAMPTOFGNRTNUUID,     -- Pnt of Gnrtn UUID [EHEWA_WST_STRM_PNT_GNRTN_UUID]
    WASTESTREAMUUID,              -- Waste Stream UUID [EHEWA_WASTESTREAM_UUID]
    CREATIONDATETIME,             -- Created On [/BOBF/CREATIONDATETIME]
    CREATEDBYUSER,                -- Created By [/BOBF/CREATEDBYUSER]
    LASTCHANGEDATETIME,           -- Last Changed On [/BOBF/LASTCHANGEDATETIME]
    LASTCHANGEDBYUSER,            -- Last Changed By [/BOBF/LASTCHANGEDBYUSER]
    WASTESTREAMPTOFGNRTNLOCUUID,  -- Location UUID [EHEWA_WST_STRM_POG_LCTN_UUID]
    WASTESTORAGEUNITOFMEASURE,    -- Waste Location UOM [EHEWA_WASTE_LOCATION_UOM]
    WASTESTREAMDSPLCHNLUUID,      -- Dispsl Channel UUI [EHEWA_WST_STRM_DISP_CHNL_UUID]
    MATERIAL,                     -- Product [EHFND_CCI_PRODUCT]
    PRIMARY KEY (MANDT, WASTESTREAMPTOFGNRTNUUID)
);