P_RU_FIRSTACCDOCITEMPARTNR

CDS View

First Item with Partner

P_RU_FIRSTACCDOCITEMPARTNR is a CDS View in S/4HANA. First Item with Partner. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_RU_PartnerInAccDocument view from CONSUMPTION Partner in Accounting Document

Fields (4)

KeyField CDS FieldsUsed in Views
AccountingDocument AccountingDocument 1
AccountingDocumentItem AccountingDocumentItem 1
CompanyCode CompanyCode 1
FiscalYear FiscalYear 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.

-- First Item with Partner
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_RU_FIRSTACCDOCITEMPARTNR (
    ACCOUNTINGDOCUMENT,
    ACCOUNTINGDOCUMENTITEM,
    COMPANYCODE,
    FISCALYEAR
);