I_HZDSSUBSTINVENTORYDRAFT

CDS View

HSI: Draft view for Substance Inventory

I_HZDSSUBSTINVENTORYDRAFT is a CDS View in S/4HANA. HSI: Draft view for Substance Inventory. It contains 1 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
C_HzdsSubstInventoryFreeLoc view left_outer CONSUMPTION HSI: Set of free locations
C_HzdsSubstInventoryLocVH view left_outer CONSUMPTION HSI: Location Value Help
C_HzdsSubstInvtryChmlRstrcdVH view cross CONSUMPTION HSI: Chemicals Restricted Value Help
C_HzdsSubstInvtrySubstProposal view inner CONSUMPTION HSI: Items Consumption View
I_BldngForHzdsSubstInvtryItem view from COMPOSITE Building for hazardous substance inventory item
I_HzdsSubstInvtryProdQty view inner COMPOSITE HSI: Product Quantitiy
P_HzdsSubstInvtrySubstProposal view inner CONSUMPTION

Fields (1)

KeyField CDS FieldsUsed in Views
KEY HzdsSubstInventoryUUID HzdsSubstInventoryUUID 2

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.

-- HSI: Draft view for Substance Inventory
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_HZDSSUBSTINVENTORYDRAFT (
    HZDSSUBSTINVENTORYUUID,
    PRIMARY KEY (HZDSSUBSTINVENTORYUUID)
);