I_PPS_PURORDFORCLOSEOUT

CDS View

Purchase Order Closeout

I_PPS_PURORDFORCLOSEOUT is a CDS View in S/4HANA. Purchase Order Closeout. It contains 14 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_PPS_PurOrdForCloseout view_entity from COMPOSITE Process Purchase Order Closeout

Fields (14)

KeyField CDS FieldsUsed in Views
KEY PurchaseOrder PurchaseOrder 1
_CreatedByUser _CreatedByUser 1
CompanyCode CompanyCode 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
DocumentCurrency DocumentCurrency 1
IncotermsClassification IncotermsClassification 1
PurchaseOrderType PurchaseOrderType 1
PurchasingDocumentCategory PurchasingDocumentCategory 1
PurchasingDocumentName PurchasingDocumentName 1
PurchasingGroup PurchasingGroup 1
PurchasingOrganization PurchasingOrganization 1
PurchasingProcessingStatus PurchasingProcessingStatus 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 Closeout
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PPS_PURORDFORCLOSEOUT (
    PURCHASEORDER,
    _CREATEDBYUSER,
    COMPANYCODE,
    CREATEDBYUSER,
    CREATIONDATE,
    DOCUMENTCURRENCY,
    INCOTERMSCLASSIFICATION,
    PURCHASEORDERTYPE,
    PURCHASINGDOCUMENTCATEGORY,
    PURCHASINGDOCUMENTNAME,
    PURCHASINGGROUP,
    PURCHASINGORGANIZATION,
    PURCHASINGPROCESSINGSTATUS,
    SUPPLIER,
    PRIMARY KEY (PURCHASEORDER)
);