I_STORAGELOCATION

CDS View

Storage Location

I_STORAGELOCATION is a CDS View in S/4HANA. Storage Location. It contains 8 fields. 25 CDS views read from this table.

CDS Views using this table (25)

ViewTypeJoinVDMDescription
A_DigitalVehicleStorageLoc view_entity from CONSUMPTION Digital Vehicle Storage Location
A_StorageLocation view from COMPOSITE Storage Location
C_CSPRStorageLocation view from CONSUMPTION Count Products with RFID: Storage Locatn
C_FrcElmntPlantToStorLocVH view_entity from CONSUMPTION Storage Locations from the plant
C_MassUpdtStorLocVH view from CONSUMPTION Storage Location Value Help
C_MM_StorLocValueHelp view from CONSUMPTION Storage Location Value Help
C_MSPRStorageLocation view from CONSUMPTION
C_MSPWStorageLocation view from CONSUMPTION
C_ProcmtHubStorageLocationVH view from CONSUMPTION C-View for Storage Location Value Help in Central Contracts
C_ProdStorageLocationVH view from CONSUMPTION Product Storage Location Value Help View
C_PurOrdMaintainStorLocValHelp view from CONSUMPTION PO Maintenance: Value Help for Storage Location
C_StorageLocMalfuncManageVH view from CONSUMPTION Material Storage Location
C_SubcontrgStorageLocVH view from CONSUMPTION Storage Location Value Help
C_SupProtStorageLocationVH view_entity from CONSUMPTION Supply Protection Storage Location
I_FldLogsStorLocation view inner COMPOSITE Storage location
I_InhReprStorLocPerSalesOrgVH view_entity inner COMPOSITE Allowed Storage Loc for In-House Service
I_MaterialStorLocMRPArea view inner COMPOSITE Material Storage Location MRP Area Assignment
I_PhysInvtryStorageLocationVH view_entity from COMPOSITE Storage Locations in Physical Inventory
I_PPDSSublocationVH view_entity from BASIC PPDS sublocation
I_StorageLocationLastRFIDCount view from COMPOSITE Last RFID Count for Storage Location
I_StorageLocationStdVH view from BASIC Storage Location
P_DGR_PlantCmmdtyStrLoc view left_outer COMPOSITE
P_MMIM_STOLOC_M_MSEG_LGO_01 view from COMPOSITE
P_MSPWMovableProduct view inner BASIC
P_ProdCmplncStorLoc view_entity from COMPOSITE

Fields (8)

KeyField CDS FieldsUsed in Views
KEY Plant Plant,Store 10
KEY StorageLocation StorageLocation 13
_Plant _Plant 1
DistributionChannel DistributionChannel 1
Division Division 1
IsStorLocAuthznCheckActive IsStorLocAuthznCheckActive 1
SalesOrganization SalesOrganization 1
StorageLocationName StorageLocationName 13

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.

-- Storage Location
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_STORAGELOCATION (
    PLANT,
    STORAGELOCATION,
    _PLANT,
    DISTRIBUTIONCHANNEL,
    DIVISION,
    ISSTORLOCAUTHZNCHECKACTIVE,
    SALESORGANIZATION,
    STORAGELOCATIONNAME,
    PRIMARY KEY (PLANT, STORAGELOCATION)
);