I_PAYMENTRECEIPTRELATEDDOC

CDS View

Payment Receipt Related Acctg Documents

I_PAYMENTRECEIPTRELATEDDOC is a CDS View in S/4HANA. Payment Receipt Related Acctg Documents. It contains 8 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
I_PaymentReceiptLog view from BASIC Payment Receipt Log
I_PaymentReceiptLog view union BASIC Payment Receipt Log
I_PaymentReceiptRelatedDocTP view_entity from TRANSACTIONAL Payment Receipt Related Acctg Document
P_PaymentReceiptRelatedDoc1 view from COMPOSITE
P_PaymentReceiptVoidJE view left_outer COMPOSITE
P_PH_PRDocumentInfo view from COMPOSITE
P_PH_PRWithhodlingTaxInfo1 view from COMPOSITE
P_PH_PRWithhodlingTaxInfo1 view union_all COMPOSITE

Fields (8)

KeyField CDS FieldsUsed in Views
KEY AccountingDocument AccountingDocument,JournalEntry 6
KEY CompanyCode CompanyCode 4
KEY FiscalYear FiscalYear 4
KEY LedgerGLLineItem AccountingDocumentItem,LedgerGLLineItem 5
KEY PaymentReceiptUUID PaymentReceiptUUID 3
KEY WorkItemUUID WorkItemUUID 3
Ledger Ledger 2
PaymentReceiptStatus PaymentReceiptStatus 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.

-- Payment Receipt Related Acctg Documents
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PAYMENTRECEIPTRELATEDDOC (
    ACCOUNTINGDOCUMENT,
    COMPANYCODE,
    FISCALYEAR,
    LEDGERGLLINEITEM,
    PAYMENTRECEIPTUUID,
    WORKITEMUUID,
    LEDGER,
    PAYMENTRECEIPTSTATUS,
    PRIMARY KEY (ACCOUNTINGDOCUMENT, COMPANYCODE, FISCALYEAR, LEDGERGLLINEITEM, PAYMENTRECEIPTUUID, WORKITEMUUID)
);