P_RU_FIRSTSUPLRCUSTACCDOCITEM1

CDS View

First Supplier/Customer item in Accounting Document - 1

P_RU_FIRSTSUPLRCUSTACCDOCITEM1 is a CDS View in S/4HANA. First Supplier/Customer item in Accounting Document - 1. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_RU_FirstSuplrCustAccDocItem view from CONSUMPTION First Supplier/Customer item 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 Supplier/Customer item in Accounting Document - 1
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_RU_FIRSTSUPLRCUSTACCDOCITEM1 (
    ACCOUNTINGDOCUMENT,
    ACCOUNTINGDOCUMENTITEM,
    COMPANYCODE,
    FISCALYEAR
);