I_PURCHASINGDOCUMENTSHIPPING

CDS View

CDS View for Purg Document Shipping Data

I_PURCHASINGDOCUMENTSHIPPING is a CDS View in S/4HANA. CDS View for Purg Document Shipping Data. It contains 8 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
I_PurchaseOrderShipping view from BASIC CDS View for PO Shipping Data
I_SupAssgmtSitnOrdItemDet view left_outer COMPOSITE View at Order item details for situation
I_SupDmndAllDocSTOItmBsc view inner BASIC Basic View for Stock Transport Order
I_SupDmndOvwSTO view inner COMPOSITE Basic View for STO
P_SupDmndMntrOvwSTO view inner COMPOSITE

Fields (8)

KeyField CDS FieldsUsed in Views
DeliveryPriority DeliveryPriority 2
DistributionChannel DistributionChannel 4
OrganizationDivision Division,OrganizationDivision 4
Route Route 2
SalesOrganization SalesOrganization 4
ShippingPoint ShippingPoint 2
ShipToParty ShipToParty,SoldToParty 4
SoldToParty SoldToParty 3

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.

-- CDS View for Purg Document Shipping Data
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURCHASINGDOCUMENTSHIPPING (
    DELIVERYPRIORITY,
    DISTRIBUTIONCHANNEL,
    ORGANIZATIONDIVISION,
    ROUTE,
    SALESORGANIZATION,
    SHIPPINGPOINT,
    SHIPTOPARTY,
    SOLDTOPARTY
);