I_PURCHASEORDERPARTNER

CDS View

Purchase Order Partner

I_PURCHASEORDERPARTNER is a CDS View in S/4HANA. Purchase Order Partner. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PurchaseOrderPartnerAPI01 view from BASIC Purchase Order Partner

Fields (5)

KeyField CDS FieldsUsed in Views
KEY PurchaseOrder PurchaseOrder 1
KEY PurchasingOrganization PurchasingOrganization 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
Supplier Supplier 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.

-- Purchase Order Partner
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURCHASEORDERPARTNER (
    PURCHASEORDER,
    PURCHASINGORGANIZATION,
    CREATEDBYUSER,
    CREATIONDATE,
    SUPPLIER,
    PRIMARY KEY (PURCHASEORDER, PURCHASINGORGANIZATION)
);