I_RETAILSTOREUSERASSIGNMENT

CDS View

User-Assigned Store in Retail Store Apps

I_RETAILSTOREUSERASSIGNMENT is a CDS View in S/4HANA. User-Assigned Store in Retail Store Apps. It contains 1 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
C_AssignedStore_F4674 view from CONSUMPTION
C_AURSAssignedStore view from CONSUMPTION
C_AURSStoreUser view_entity from CONSUMPTION
C_CSPRAssignedStore view from CONSUMPTION Count Products with RFID: Assigned Store
C_HandlingUnitGdsRcptSts_F4674 view inner CONSUMPTION
C_MSPRAssignedStore view from CONSUMPTION
C_MSPWAssignedStore view from CONSUMPTION
C_RetailPromotion_F4674 view inner CONSUMPTION
P_CoCodeCrcyByStore_F4674 view from CONSUMPTION
P_RlvtMaterialDocRecord_F4674 view from COMPOSITE
P_StorePOSMovementTypes_F4674 view from COMPOSITE
P_StoreStkAdjmtSchemaForStore view from BASIC

Fields (1)

KeyField CDS FieldsUsed in Views
KEY Store Store 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.

-- User-Assigned Store in Retail Store Apps
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RETAILSTOREUSERASSIGNMENT (
    STORE,
    PRIMARY KEY (STORE)
);