I_PREPAYMENTMATERIAL

CDS View

Material Data

I_PREPAYMENTMATERIAL is a CDS View in S/4HANA. Material Data. It contains 2 fields. 11 CDS views read from this table.

CDS Views using this table (11)

ViewTypeJoinVDMDescription
I_PpaytDocCmmdtyPrcgData_1 view_entity inner COMPOSITE PPMT Document Commodity Pricing data
I_PrepaymentRefDocTotalAmtCtr view_entity inner COMPOSITE Prepayment Document Total Amount
I_PrepaymentRefDocTotalAmtPO view_entity inner COMPOSITE Prepayment Document Total Amount
P_PrepayBarterRefDocTotAmtTC view_entity inner COMPOSITE
P_PrepaymentCMMContractAmount view inner COMPOSITE
P_PrepaymentCPEContractAmount view inner COMPOSITE
P_PrepaymentDocContractAmount view inner COMPOSITE
P_PrepaymentRefDocTotalAmount view inner COMPOSITE Prepayment Document Total Amount
P_PrepaymentRefDocTotalAmtPO view_entity inner COMPOSITE
P_PrepaymentRefDocTotalAmtTC view_entity inner COMPOSITE
P_PrepaymentRefDocTotAmtSales view_entity inner COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
Commodity Commodity 9
Material Material 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.

-- Material Data
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PREPAYMENTMATERIAL (
    COMMODITY,
    MATERIAL
);