I_OUTBOUNDDELIVERY

CDS View

Outbound Delivery

I_OUTBOUNDDELIVERY is a CDS View in S/4HANA. Outbound Delivery. It contains 37 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
C_BSOrdProcFlwOutbDeliv view from CONSUMPTION Outbound Delivery Attrib for BSOrd Prgrs
C_BSQPMOutboundDelivery view_entity from CONSUMPTION BSQPM Outbound Delivery Attribute
C_Customer360DeliveryDocument view_entity from CONSUMPTION Customer 360 Outbound Delivery
C_DelivProcFlowOutbDeliv view from CONSUMPTION Delivery Process Flow - Node Outbound Delivery
C_ESJIOutboundDeliveryQuery view from CONSUMPTION Outbound Deliveries
C_JITOutboundDeliveryVH view_entity from CONSUMPTION Outbound Delivery
C_OutboundDeliveryDP view_entity from CONSUMPTION Data Provider for Outbound Delivery
C_OutboundDeliveryFs view from CONSUMPTION Outbound Delivery Object Page
C_RFDYOutboundDelivery view_entity from CONSUMPTION Release for Delivery Outbound Delivery
C_WhseClerkOutbDeliv view from CONSUMPTION Warehouse Clerk - Outbound Delivery
ESH_N_OUTBOUNDDELIVERY view from
I_OutboundDeliveryQuickView view inner COMPOSITE Outbound Delivery Details

Fields (37)

KeyField CDS FieldsUsed in Views
KEY OutboundDelivery DeliveryDocument,OutboundDelivery,UI5NetworkGraphAttributeValue 3
_DelivAdvncdShipgRcvgRlvnce _DelivAdvncdShipgRcvgRlvnce 1
_ExciseTaxStatus _ExciseTaxStatus 1
_OverallChmlCmplncStatus _OverallChmlCmplncStatus 1
_OverallDangerousGoodsStatus _OverallDangerousGoodsStatus 1
_OvrlSftyDataSheetSts _OvrlSftyDataSheetSts 1
_ProposedDeliveryRoute _ProposedDeliveryRoute 1
_ShippingPoint _ShippingPoint 1
_ShipToParty _ShipToParty 1
_WarehouseExecutionStatus _WarehouseExecutionStatus 1
ActualGoodsMovementDate ActualGoodsMovementDate 1
CompleteDeliveryIsDefined CompleteDeliveryIsDefined 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
CustomerGroup CustomerGroup 1
DelivAdvncdShipgRcvgRlvnce DelivAdvncdShipgRcvgRlvnce 1
DeliveryBlockReason DeliveryBlockReason 1
DeliveryDate DeliveryDate,RequestedDeliveryDate 2
DeliveryDocumentType DeliveryDocumentType,DeliveryType 2
DeliveryPriority DeliveryPriority 1
DocumentDate DocumentDate 2
EU_DeliveryARCStatus EU_DeliveryARCStatus 1
LoadingDate LoadingDate,RequestedLoadingDate 2
OverallChmlCmplncStatus OverallChmlCmplncStatus 1
OverallDangerousGoodsStatus OverallDangerousGoodsStatus 1
OverallGoodsMovementStatus OverallGoodsMovementStatus 1
OverallPickingConfStatus OverallPickingConfStatus 1
OverallPickingStatus OverallPickingStatus 2
OverallSafetyDataSheetStatus OverallSafetyDataSheetStatus 1
PickingDate PickingDate 1
PlannedGoodsIssueDate RequestedGoodsIssueDate 1
ProposedDeliveryRoute ProposedDeliveryRoute 1
ReadyForWarehouseExecStatus ReadyForWarehouseExecStatus 1
SalesOrganization SalesOrganization 2
ShippingPoint ShippingPoint 2
ShipToParty Customer,ShipToParty 3
TransportationPlanningStatus TransportationPlanningStatus 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.

-- Outbound Delivery
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_OUTBOUNDDELIVERY (
    OUTBOUNDDELIVERY,
    _DELIVADVNCDSHIPGRCVGRLVNCE,
    _EXCISETAXSTATUS,
    _OVERALLCHMLCMPLNCSTATUS,
    _OVERALLDANGEROUSGOODSSTATUS,
    _OVRLSFTYDATASHEETSTS,
    _PROPOSEDDELIVERYROUTE,
    _SHIPPINGPOINT,
    _SHIPTOPARTY,
    _WAREHOUSEEXECUTIONSTATUS,
    ACTUALGOODSMOVEMENTDATE,
    COMPLETEDELIVERYISDEFINED,
    CREATEDBYUSER,
    CREATIONDATE,
    CUSTOMERGROUP,
    DELIVADVNCDSHIPGRCVGRLVNCE,
    DELIVERYBLOCKREASON,
    DELIVERYDATE,
    DELIVERYDOCUMENTTYPE,
    DELIVERYPRIORITY,
    DOCUMENTDATE,
    EU_DELIVERYARCSTATUS,
    LOADINGDATE,
    OVERALLCHMLCMPLNCSTATUS,
    OVERALLDANGEROUSGOODSSTATUS,
    OVERALLGOODSMOVEMENTSTATUS,
    OVERALLPICKINGCONFSTATUS,
    OVERALLPICKINGSTATUS,
    OVERALLSAFETYDATASHEETSTATUS,
    PICKINGDATE,
    PLANNEDGOODSISSUEDATE,
    PROPOSEDDELIVERYROUTE,
    READYFORWAREHOUSEEXECSTATUS,
    SALESORGANIZATION,
    SHIPPINGPOINT,
    SHIPTOPARTY,
    TRANSPORTATIONPLANNINGSTATUS,
    PRIMARY KEY (OUTBOUNDDELIVERY)
);