I_CFINRPLDPURCHASINGDOCUMENT

CDS View

CFin Rpld Purchasing Document: Header

I_CFINRPLDPURCHASINGDOCUMENT is a CDS View in S/4HANA. CFin Rpld Purchasing Document: Header. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
C_CFinRpldPurchaseOrder view from CONSUMPTION CFin Rpld Purchase Order
I_CFinPurchasingDocument view from COMPOSITE CFin Purchasing Document: Header
I_PurOrdAccrsCFinPurgDocument view from COMPOSITE PurOrdAccrs: Purchasing Document
P_CFinRpldPurgDocVH view from BASIC
P_CO_DIANCFinPurchasingGLAcct view_entity inner CONSUMPTION
R_CFinRpldPurchasingDocumentTP view_entity from TRANSACTIONAL CFin Replicated Purchasing Document

Fields (2)

KeyField CDS FieldsUsed in Views
KEY SenderLogicalSystem SenderLogicalSystem 1
PurchasingDocumentType PurchasingDocumentType 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.

-- CFin Rpld Purchasing Document: Header
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CFINRPLDPURCHASINGDOCUMENT (
    SENDERLOGICALSYSTEM,
    PURCHASINGDOCUMENTTYPE,
    PRIMARY KEY (SENDERLOGICALSYSTEM)
);