I_PURREQNACCTASSGMTBASIC

CDS View

Purchase Requisition Account Assignment Basic

I_PURREQNACCTASSGMTBASIC is a CDS View in S/4HANA. Purchase Requisition Account Assignment Basic. It contains 4 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_PPS_PurchaseReqnBudget view_entity union_all COMPOSITE Purchase Requisition Budget
I_PPS_PurReqAccountAssignment view_entity from COMPOSITE PPS Purchase Request account assignment
I_PPS_PurReqnAcctAssgmt view_entity from COMPOSITE Purchase Reqn Account Assignment
I_PurReqnAcctAssgmt view from COMPOSITE Purchase Requisition Account Assignment

Fields (4)

KeyField CDS FieldsUsed in Views
KEY PurchaseReqnAcctAssgmtNumber PurchaseReqnAcctAssgmtNumber,PurReqnAcctAssgmtNmbr 2
KEY PurchaseRequisition PurchaseRequisition 1
KEY PurchaseRequisitionItem PurchaseRequisitionItem 2
CostCenter CostCenter 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 Requisition Account Assignment Basic
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURREQNACCTASSGMTBASIC (
    PURCHASEREQNACCTASSGMTNUMBER,
    PURCHASEREQUISITION,
    PURCHASEREQUISITIONITEM,
    COSTCENTER,
    PRIMARY KEY (PURCHASEREQNACCTASSGMTNUMBER, PURCHASEREQUISITION, PURCHASEREQUISITIONITEM)
);