I_PRODUCTTOASSORTMENTMODULE

CDS View

Product Assignment to Assortment Object

I_PRODUCTTOASSORTMENTMODULE is a CDS View in S/4HANA. Product Assignment to Assortment Object. It contains 9 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_AllocationTableNumber view_entity inner COMPOSITE AllocTableNo for Listing by Allocation
I_AssortmentDetail view_entity inner COMPOSITE Assortment Listing
I_ExplctAsstmtMdlExclsnRatio view_entity inner COMPOSITE Ratio of Stores With Exclusion to all Stores
I_ExternalStoreListingTP view_entity from TRANSACTIONAL Product Assignment to Store by External Source
I_ProdToExplctAsstmtMdlVersTP view_entity from TRANSACTIONAL Product Assignment to Asstmt Mdl Version
I_ProdToExplicitAsstmtModule view inner COMPOSITE Product Assignment to Assortment Module
I_VersionDetail view_entity inner COMPOSITE Version Listing

Fields (9)

KeyField CDS FieldsUsed in Views
KEY AssortmentModuleUUID AssortmentModuleUUID 2
KEY Product Product 5
KEY ValidityEndDate ValidityEndDate 2
KEY ValidityStartDate ValidityStartDate 2
_Product _Product 2
LastChangeDate LastChangeDate 1
LastChangeDateTime LastChangeDateTime 1
LastChangedByUserName LastChangedByUserName 1
ProductIsMandatoryInAssortment ProductIsMandatoryInAssortment 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.

-- Product Assignment to Assortment Object
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PRODUCTTOASSORTMENTMODULE (
    ASSORTMENTMODULEUUID,
    PRODUCT,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE,
    _PRODUCT,
    LASTCHANGEDATE,
    LASTCHANGEDATETIME,
    LASTCHANGEDBYUSERNAME,
    PRODUCTISMANDATORYINASSORTMENT,
    PRIMARY KEY (ASSORTMENTMODULEUUID, PRODUCT, VALIDITYENDDATE, VALIDITYSTARTDATE)
);