P_PURORDSFORCONFIRMATION

CDS View

PO qualified for confirmation

P_PURORDSFORCONFIRMATION is a CDS View in S/4HANA. PO qualified for confirmation. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_PRItemDetails view inner COMPOSITE PR Items for GR
P_OverDuePurReqnItemForConf view inner COMPOSITE Overdue Purchase Requisition Items for Confirmation

Fields (4)

KeyField CDS FieldsUsed in Views
PurchaseOrderType PurchaseOrderType 1
PurOrdPurchasingGroup PurOrdPurchasingGroup 1
PurOrdPurchasingOrganization PurOrdPurchasingOrganization 1
Supplier Supplier 2

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.

-- PO qualified for confirmation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PURORDSFORCONFIRMATION (
    PURCHASEORDERTYPE,
    PURORDPURCHASINGGROUP,
    PURORDPURCHASINGORGANIZATION,
    SUPPLIER
);