P_PURORDITMACCTASSGMT

CDS View

Purchase Order Item Account Assignment

P_PURORDITMACCTASSGMT is a CDS View in S/4HANA. Purchase Order Item Account Assignment. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_PurgSpendOffContract2 view from CONSUMPTION Off Contract Spend Cube
P_PURCHASEORDERVALUE view from CONSUMPTION Purchase Order Value
P_PurgSpendOffContract1 view from CONSUMPTION Spend Off Contract 1
P_PurOrdItemAcctAssgmtHistory view from CONSUMPTION Purchase Order History Account Assignment

Fields (3)

KeyField CDS FieldsUsed in Views
CompanyCode CompanyCode 1
MaterialGroup MaterialGroup 4
Plant Plant 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 Item Account Assignment
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PURORDITMACCTASSGMT (
    COMPANYCODE,
    MATERIALGROUP,
    PLANT
);