I_EWM_WAREHOUSECONTROL

CDS View

EWM Warehouse Control

I_EWM_WAREHOUSECONTROL is a CDS View in S/4HANA. EWM Warehouse Control. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_EWM_WarehouseWaveC view left_outer COMPOSITE Warehouse Wave - Cube
P_EWM_WarehouseTaskItem view left_outer COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
DisplayVolumeUnit DisplayVolumeUnit 2
DisplayWeightUnit DisplayWeightUnit 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.

-- EWM Warehouse Control
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_EWM_WAREHOUSECONTROL (
    DISPLAYVOLUMEUNIT,
    DISPLAYWEIGHTUNIT
);