R_POINVOICINGPLANITEM

CDS View

Purchase Order Invoicing Plan Item

R_POINVOICINGPLANITEM is a CDS View in S/4HANA. Purchase Order Invoicing Plan Item. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_POInvoicingPlanItem view_entity from CONSUMPTION Purchase Order Invoicing Plan Item
R_POInvoicingPlanItemTP view_entity from TRANSACTIONAL Purchase Order Invoicing Plan Item

Fields (4)

KeyField CDS FieldsUsed in Views
Plant Plant 1
PurchaseOrderType PurchaseOrderType 1
PurchasingGroup PurchasingGroup 1
PurchasingOrganization PurchasingOrganization 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 Invoicing Plan Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_POINVOICINGPLANITEM (
    PLANT,
    PURCHASEORDERTYPE,
    PURCHASINGGROUP,
    PURCHASINGORGANIZATION
);