I_COLLECTIVEPROCESSING

CDS View

Collective Processing for Sales Orders

I_COLLECTIVEPROCESSING is a CDS View in S/4HANA. Collective Processing for Sales Orders. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_DeliveryLogAnalyze view_entity from BASIC Coll Proc for Analyze Delivery Logs App
P_CountPerMessageType view from COMPOSITE

Fields (3)

KeyField CDS FieldsUsed in Views
KEY CollectiveProcessing CollectiveProcessing 1
ShippingPoint ShippingPoint 1
Warehouse Warehouse 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.

-- Collective Processing for Sales Orders
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_COLLECTIVEPROCESSING (
    COLLECTIVEPROCESSING,
    SHIPPINGPOINT,
    WAREHOUSE,
    PRIMARY KEY (COLLECTIVEPROCESSING)
);