P_MPCUSTOMERCLEAREDITEM

CDS View

P_MPCUSTOMERCLEAREDITEM is a CDS View in S/4HANA. It contains 10 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MPCustomerClearedItem view from BASIC Master Project Accounting Customer Cleared Item

Fields (10)

KeyField CDS FieldsUsed in Views
augbl ClearingAccountingDocument 1
augdt ClearingDate 1
belnr AccountingDocument 1
posn2 SalesDocumentItem 1
vbel2 SalesDocument 1
vbeln BillingDocument 1
waers Currency 1
wmwst TaxAmount 1
wrbtr PurchasingDocumentAmount 1
xblnr ReferenceDocument 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_MPCUSTOMERCLEAREDITEM (
    AUGBL,
    AUGDT,
    BELNR,
    POSN2,
    VBEL2,
    VBELN,
    WAERS,
    WMWST,
    WRBTR,
    XBLNR
);