I_MATLSTKSUBSCRPNCONSIGNMENT

CDS View

Material Stock Subscription Consignment

I_MATLSTKSUBSCRPNCONSIGNMENT is a CDS View in S/4HANA. Material Stock Subscription Consignment. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
P_MatlStkCsgnmtDocumentItem view_entity inner COMPOSITE
P_MatlStkCsgnmtStockQuantity view_entity inner COMPOSITE
P_MatlStkRepProcUseInSubs view_entity from COMPOSITE
R_MatlStkSubscrpnItemTP view_entity from TRANSACTIONAL Stock Reporting Subscription Item

Fields (3)

KeyField CDS FieldsUsed in Views
KEY MaterialStockReportProcedUUID MaterialStockReportProcedUUID 1
MaterialStockSubscriptionItem MaterialStockSubscriptionItem 2
MaterialStockSubscriptionUUID MaterialStockSubscriptionUUID 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.

-- Material Stock Subscription Consignment
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MATLSTKSUBSCRPNCONSIGNMENT (
    MATERIALSTOCKREPORTPROCEDUUID,
    MATERIALSTOCKSUBSCRIPTIONITEM,
    MATERIALSTOCKSUBSCRIPTIONUUID,
    PRIMARY KEY (MATERIALSTOCKREPORTPROCEDUUID)
);