I_SHIPPINGPOINTSPERPLANT

CDS View

Shipping points per plant

I_SHIPPINGPOINTSPERPLANT is a CDS View in S/4HANA. Shipping points per plant. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_ShipgPointIsDtmndByPlantVH view_entity inner CONSUMPTION Shipping Point Determined by Plant
I_ProposedShipgPointPerPlnt view from COMPOSITE Proposed Shipping Point Per Plant

Fields (1)

KeyField CDS FieldsUsed in Views
KEY ShippingCondition ShippingCondition 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.

-- Shipping points per plant
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SHIPPINGPOINTSPERPLANT (
    SHIPPINGCONDITION,
    PRIMARY KEY (SHIPPINGCONDITION)
);