I_EWM_STORAGEBIN_2

CDS View

Warehouse Storage Bin

I_EWM_STORAGEBIN_2 is a CDS View in S/4HANA. Warehouse Storage Bin. It contains 5 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
C_EWM_StorageBin_2 view_entity from CONSUMPTION Warehouse Storage Bin
I_EWM_StagingBay view_entity from COMPOSITE Staging Bay
I_EWM_StorageBinVH view_entity from COMPOSITE Storage Bin
I_FldLogsStorageTypeVH view from BASIC Storage type
I_JITOutbEWMStorageBin view inner COMPOSITE Retrieves Storage bin based on Warehouse number
P_EWM_StorageBin view_entity from COMPOSITE
R_EWM_StorageBinTP view_entity from TRANSACTIONAL Warehouse Storage Bin

Fields (5)

KeyField CDS FieldsUsed in Views
KEY EWMStorageBin EWMStorageBin,StagingBay 2
KEY EWMWarehouse EWMWarehouse 1
_Warehouse _Warehouse 1
EWMStorageSection StagingArea 1
EWMStorageType StagingAreaGroup 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.

-- Warehouse Storage Bin
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_EWM_STORAGEBIN_2 (
    EWMSTORAGEBIN,
    EWMWAREHOUSE,
    _WAREHOUSE,
    EWMSTORAGESECTION,
    EWMSTORAGETYPE,
    PRIMARY KEY (EWMSTORAGEBIN, EWMWAREHOUSE)
);