I_DELIVERYPICKVIEWITEM

CDS View

Delivery Pick List Item

I_DELIVERYPICKVIEWITEM is a CDS View in S/4HANA. Delivery Pick List Item. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_PCLblProdCmbndByBusProc view union_all COMPOSITE Union Products by Business Processes

Fields (4)

KeyField CDS FieldsUsed in Views
KEY DeliveryDocument DeliveryDocument 1
ActualDeliveryQuantity ActualDeliveryQuantity 1
BaseUnit BaseUnit 1
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.

-- Delivery Pick List Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DELIVERYPICKVIEWITEM (
    DELIVERYDOCUMENT,
    ACTUALDELIVERYQUANTITY,
    BASEUNIT,
    PLANT,
    PRIMARY KEY (DELIVERYDOCUMENT)
);