I_EXTERNALASSORTMENTMODULE

CDS View

UUID, Change Date/Time for Ext. Product Assgmt to Store

I_EXTERNALASSORTMENTMODULE is a CDS View in S/4HANA. UUID, Change Date/Time for Ext. Product Assgmt to Store. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ExternalStoreListingTP view_entity inner TRANSACTIONAL Product Assignment to Store by External Source

Fields (2)

KeyField CDS FieldsUsed in Views
LastChangeDate LastChangeDate 1
LastChangeDateTime LastChangeDateTime 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.

-- UUID, Change Date/Time for Ext. Product Assgmt to Store
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_EXTERNALASSORTMENTMODULE (
    LASTCHANGEDATE,
    LASTCHANGEDATETIME
);