I_PRODTOEXPLCTASSTMTMDLVERSTP

CDS View

Product Assignable to Assortment Module Version

I_PRODTOEXPLCTASSTMTMDLVERSTP is a CDS View in S/4HANA. Product Assignable to Assortment Module Version. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_ProdToExplicitAsstmtMdlVers view_entity projection CONSUMPTION Product Assignment to Assortment Module Version
C_ProductToAssortmentMdlVersTP view_entity projection CONSUMPTION Product Assignment to Assortment Module Version
I_ProdAssgblToExplctMdlVersTP view_entity left_outer TRANSACTIONAL Product Assignable to Assortment Module Version

Fields (2)

KeyField CDS FieldsUsed in Views
ValidityEndDate AssignmentValidityEndDate 1
ValidityStartDate AssignmentValidityStartDate 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.

-- Product Assignable to Assortment Module Version
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PRODTOEXPLCTASSTMTMDLVERSTP (
    VALIDITYENDDATE,
    VALIDITYSTARTDATE
);