REPM_PURCHASEORDERPRODUCTC

CDS View

Product Details Cube View

REPM_PURCHASEORDERPRODUCTC is a CDS View in S/4HANA. Product Details Cube View. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
REPM_PurchaseOrderProductQ view from Product Details Query View

Fields (5)

KeyField CDS FieldsUsed in Views
GrossAmount GrossAmount 1
po_counter po_counter 1
Product Product 1
ProductName ProductName 1
TransactionCurrency TransactionCurrency 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 Details Cube View
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE REPM_PURCHASEORDERPRODUCTC (
    GROSSAMOUNT,
    PO_COUNTER,
    PRODUCT,
    PRODUCTNAME,
    TRANSACTIONCURRENCY
);