C_OutboundDeliveryItemDEX

DDL: C_OUTBOUNDDELIVERYITEMDEX Type: view_entity CONSUMPTION

Data Extr for Outbound Delivery Item

C_OutboundDeliveryItemDEX is a Consumption CDS View (Dimension) that provides data about "Data Extr for Outbound Delivery Item" in SAP S/4HANA. It reads from 1 data source (I_DeliveryDocumentItem) and exposes 62 fields with key fields OutboundDelivery, OutboundDeliveryItem. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_DeliveryDocumentItem I_DeliveryDocumentItem from

Associations (3)

CardinalityTargetAliasCondition
[1..1] C_OutboundDeliveryDEX _OutboundDelivery $projection.OutboundDelivery = _OutboundDelivery.OutboundDelivery
[0..1] I_SDDocStandardPartner _StandardPartner $projection.OutboundDelivery = _StandardPartner.SDDocument
[0..1] I_SDDocumentPartner _ForwardingAgent $projection.OutboundDelivery = _ForwardingAgent.SDDocument and _ForwardingAgent.PartnerFunction = 'SP'

Annotations (14)

NameValueLevelField
EndUserText.label Data Extr for Outbound Delivery Item view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.sapObjectNodeType.name OutboundDeliveryItem view
ObjectModel.representativeKey OutboundDeliveryItem view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view

Fields (62)

KeyFieldSource TableSource FieldDescription
KEY OutboundDelivery DeliveryDocument Outbound Delivery
KEY OutboundDeliveryItem DeliveryDocumentItem Outb. Delivery Item
SalesOrganization _OutboundDelivery SalesOrganization Sales Organization
BillingCompanyCode _ReferenceSDDocument BillingCompanyCode CCodeToBeBilled
ForwardingAgent _ForwardingAgent Customer Sold-to Party
BillToParty _StandardPartner BillToParty Inv. Recipient
PayerParty _StandardPartner PayerParty Payer
ShipToParty _StandardPartner ShipToParty Ship-To Party (obsolete)
SoldToParty _StandardPartner SoldToParty Sold-to Party
Supplier _OutboundDelivery Supplier Supplier
CustomerGroup _OutboundDelivery CustomerGroup Customer Group
OverallGoodsMovementStatus _OutboundDelivery OverallGoodsMovementStatus
OverallPackingStatus _OutboundDelivery OverallPackingStatus
ActualGoodsMovementDate _OutboundDelivery ActualGoodsMovementDate
DeliveryDate _OutboundDelivery DeliveryDate Delivery Date
StatisticsDate StatisticsDate
PlannedGoodsIssueDate _OutboundDelivery PlannedGoodsIssueDate
CustEngineeringChgStatus CustEngineeringChgStatus
DeliveryBlockReason _OutboundDelivery DeliveryBlockReason Delivery Block
DeliveryDocumentType _OutboundDelivery DeliveryDocumentType Delivery Type
DeliveryPriority _OutboundDelivery DeliveryPriority Delivery Prior.
IssgOrRcvgBatch IssgOrRcvgBatch Transfer Batch
IssgOrRcvgMaterial IssgOrRcvgMaterial Transfer Material
IssgOrRcvgSpclStockInd IssgOrRcvgSpclStockInd Special Stock
IssgOrRcvgStockCategory IssgOrRcvgStockCategory
IssgOrRcvgValuationType IssgOrRcvgValuationType
IssuingOrReceivingPlant IssuingOrReceivingPlant Transfer Plant
IssuingOrReceivingStorageLoc IssuingOrReceivingStorageLoc Receiving SLoc.
PaymentGuaranteeForm PaymentGuaranteeForm
PrimaryPostingSwitch PrimaryPostingSwitch
ProposedDeliveryRoute _OutboundDelivery ProposedDeliveryRoute
ReceivingPlant _OutboundDelivery ReceivingPlant Receiving Plant
ReturnsDeliveryItemCode ReturnsDeliveryItemCode
SDDocumentCategory _OutboundDelivery SDDocumentCategory Document Cat.
ShippingPoint _OutboundDelivery ShippingPoint Shipping Point
TotalNumberOfPackage _OutboundDelivery TotalNumberOfPackage
UnloadingPointName _OutboundDelivery UnloadingPointName Unloading Point Name
IncotermsClassification _OutboundDelivery IncotermsClassification Incoterms
IncotermsTransferLocation _OutboundDelivery IncotermsTransferLocation Incoterms 2
IncotermsVersion _OutboundDelivery IncotermsVersion Inco. Version
IncotermsLocation1 _OutboundDelivery IncotermsLocation1 Inco. Location1
IncotermsLocation2 _OutboundDelivery IncotermsLocation2 Inco. Location2
BaseUnit BaseUnit Unit of Measure
CumulativeBatchQtyInBaseUnit CumulativeBatchQtyInBaseUnit
BatchSearchStrategy BatchSearchStrategy
DeliveryDocumentItemBySupplier DeliveryDocumentItemBySupplier
ReservationRecordType ReservationRecordType Record type
RFMReservation RFMReservation
RFMReservationItem RFMReservationItem
SchedulingAgreementReleaseType SchedulingAgreementReleaseType
IssgOrRcvgResourceID IssgOrRcvgResourceID
ValAddedSrvcItemGroup ValAddedSrvcItemGroup
ValAddedSrvcItemNumber ValAddedSrvcItemNumber
ValAddedSrvcParDelivItmNumber ValAddedSrvcParentItmNumber Item
ValAddedSrvcTransactionNumber ValAddedSrvcTransactionNumber
StatisticsCurrency
CompanyCodeCurrency
_OutboundDelivery _OutboundDelivery
_SDDocumentCategory _OutboundDelivery _SDDocumentCategory
_IncotermsVersion _OutboundDelivery _IncotermsVersion
_PaymentGuaranteeForm _PaymentGuaranteeForm
_SchedgAgrmtRelType _SchedgAgrmtRelType

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_OutboundDeliveryItemDEX.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_OutboundDeliveryItemDEX AS
SELECT
  DeliveryDocument AS OutboundDelivery,
  DeliveryDocumentItem AS OutboundDeliveryItem,
  _OutboundDelivery.SalesOrganization AS SalesOrganization,
  _ReferenceSDDocument.BillingCompanyCode AS BillingCompanyCode,
  _ForwardingAgent.Customer AS ForwardingAgent,
  _StandardPartner.BillToParty AS BillToParty,
  _StandardPartner.PayerParty AS PayerParty,
  _StandardPartner.ShipToParty AS ShipToParty,
  _StandardPartner.SoldToParty AS SoldToParty,
  _OutboundDelivery.Supplier AS Supplier,
  _OutboundDelivery.CustomerGroup AS CustomerGroup,
  _OutboundDelivery.OverallGoodsMovementStatus AS OverallGoodsMovementStatus,
  _OutboundDelivery.OverallPackingStatus AS OverallPackingStatus,
  _OutboundDelivery.ActualGoodsMovementDate AS ActualGoodsMovementDate,
  _OutboundDelivery.DeliveryDate AS DeliveryDate,
  StatisticsDate,
  _OutboundDelivery.PlannedGoodsIssueDate AS PlannedGoodsIssueDate,
  CustEngineeringChgStatus,
  _OutboundDelivery.DeliveryBlockReason AS DeliveryBlockReason,
  _OutboundDelivery.DeliveryDocumentType AS DeliveryDocumentType,
  _OutboundDelivery.DeliveryPriority AS DeliveryPriority,
  IssgOrRcvgBatch,
  IssgOrRcvgMaterial,
  IssgOrRcvgSpclStockInd,
  IssgOrRcvgStockCategory,
  IssgOrRcvgValuationType,
  IssuingOrReceivingPlant,
  IssuingOrReceivingStorageLoc,
  PaymentGuaranteeForm,
  PrimaryPostingSwitch,
  _OutboundDelivery.ProposedDeliveryRoute AS ProposedDeliveryRoute,
  _OutboundDelivery.ReceivingPlant AS ReceivingPlant,
  ReturnsDeliveryItemCode,
  _OutboundDelivery.SDDocumentCategory AS SDDocumentCategory,
  _OutboundDelivery.ShippingPoint AS ShippingPoint,
  _OutboundDelivery.TotalNumberOfPackage AS TotalNumberOfPackage,
  _OutboundDelivery.UnloadingPointName AS UnloadingPointName,
  _OutboundDelivery.IncotermsClassification AS IncotermsClassification,
  _OutboundDelivery.IncotermsTransferLocation AS IncotermsTransferLocation,
  _OutboundDelivery.IncotermsVersion AS IncotermsVersion,
  _OutboundDelivery.IncotermsLocation1 AS IncotermsLocation1,
  _OutboundDelivery.IncotermsLocation2 AS IncotermsLocation2,
  BaseUnit,
  CumulativeBatchQtyInBaseUnit,
  BatchSearchStrategy,
  DeliveryDocumentItemBySupplier,
  ReservationRecordType,
  RFMReservation,
  RFMReservationItem,
  SchedulingAgreementReleaseType,
  IssgOrRcvgResourceID,
  ValAddedSrvcItemGroup,
  ValAddedSrvcItemNumber,
  ValAddedSrvcParentItmNumber AS ValAddedSrvcParDelivItmNumber,
  ValAddedSrvcTransactionNumber,
  _OutboundDelivery._SalesOrganization.SalesOrganizationCurrency AS StatisticsCurrency,
  _OutboundDelivery._SalesOrganization._CompanyCode.Currency AS CompanyCodeCurrency,
  _OutboundDelivery._SDDocumentCategory AS _SDDocumentCategory,
  _OutboundDelivery._IncotermsVersion AS _IncotermsVersion
FROM I_DeliveryDocumentItem
LEFT OUTER JOIN C_OutboundDeliveryDEX AS _OutboundDelivery ON OutboundDelivery = _OutboundDelivery.OutboundDelivery  -- association [1..1]
LEFT OUTER JOIN I_SDDocStandardPartner AS _StandardPartner ON OutboundDelivery = _StandardPartner.SDDocument  -- association [0..1]
LEFT OUTER JOIN I_SDDocumentPartner AS _ForwardingAgent ON OutboundDelivery = _ForwardingAgent.SDDocument AND _ForwardingAgent.PartnerFunction = 'SP'  -- association [0..1]
;