P_PROJPURDOCITEMS

CDS View

P_PROJPURDOCITEMS is a CDS View in S/4HANA. It contains 16 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ProjPurDocItems view from COMPOSITE Basic view for tab PurDoc on WBSElement app

Fields (16)

KeyField CDS FieldsUsed in Views
KEY AccountAssignmentNumber AccountAssignmentNumber 1
BaseUnit BaseUnit 1
DeliveryDate DeliveryDate 1
Material Material 1
MaterialGroup MaterialGroup 1
NetworkActivityInternalID NetworkActivityInternalID 1
Plant Plant 1
PlantName PlantName 1
ProjectNetwork ProjectNetwork 1
ProjectNetworkInternalID ProjectNetworkInternalID 1
PurchasingDocumentCategory PurchasingDocumentCategory 1
PurchasingDocumentItemText PurchasingDocumentItemText 1
PurchasingDocumentType PurchasingDocumentType 1
PurchasingDocumentTypeName PurchasingDocumentTypeName 1
RequestedQuantity RequestedQuantity 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PROJPURDOCITEMS (
    ACCOUNTASSIGNMENTNUMBER,
    BASEUNIT,
    DELIVERYDATE,
    MATERIAL,
    MATERIALGROUP,
    NETWORKACTIVITYINTERNALID,
    PLANT,
    PLANTNAME,
    PROJECTNETWORK,
    PROJECTNETWORKINTERNALID,
    PURCHASINGDOCUMENTCATEGORY,
    PURCHASINGDOCUMENTITEMTEXT,
    PURCHASINGDOCUMENTTYPE,
    PURCHASINGDOCUMENTTYPENAME,
    REQUESTEDQUANTITY,
    SUPPLIER,
    PRIMARY KEY (ACCOUNTASSIGNMENTNUMBER)
);