I_DeliveryDocument
Delivery Document
I_DeliveryDocument (Basic)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
Delivery Document · Supply Chain
I_DeliveryDocument is a Basic CDS View (Dimension) that provides data about "Delivery Document" in SAP S/4HANA. It reads from 1 data source (likp) and exposes 237 fields with key field DeliveryDocument. It has 89 associations to related views.
SAP Help Documentation
| Category | Generic CDS Views for Delivery Documents |
|---|---|
| Status | Released |
Purpose
This CDS view is the basic interface view for the following business objects: Outbound Delivery Inbound Delivery Returns Delivery You can use this CDS view to build your own consumption view on top.
Prerequisites
This view is only available if you have the shipping point display authorization assigned to your user.
Structure
Measures and attributes This view contains the following measures and attributes: Measures: Total volume of delivery Net weight of delivery Gross weight of delivery Attributes: Delivery document number External delivery document number Shipping Point Loading point Document category Delivery type Warehouse number Creation date Last changed date Ship-to party Sold-to party Picking date Goods issue date Delivery date Billing date Overall goods movement status Overall picking status Overall billing status Overall SD process status Overall product marketability check status Overall dangerous goods status Overall safety data sheet status
Data Extraction
Data Extraction Type Full (physical deletions are possible in source tables) Delta (change data capture) Corresponding Data Source (Extractor) I_DeliveryDocument Note The corresponding DataSource (Extractor) and this CDS view may have different functionalities. In case you are interested in the details of the DataSource, see the related documentation on the SAP Help Portal at https://help.sap.com/viewer/p/BI_CONTENT_757 under Application Help SAP Library BI Content . For more information on extraction, see Extracting Data Through CDS Views to SAP BW/4HANA .
This CDS view is the basic interface view for the following business objects: Outbound Delivery Inbound Delivery Returns Delivery You can use this CDS view to build your own consumption view on top.
Prerequisites
This view is only available if you have the shipping point display authorization assigned to your user.
Structure
Measures and attributes This view contains the following measures and attributes: Measures: Total volume of delivery Net weight of delivery Gross weight of delivery Attributes: Delivery document number External delivery document number Shipping Point Loading point Document category Delivery type Warehouse number Creation date Last changed date Ship-to party Sold-to party Picking date Goods issue date Delivery date Billing date Overall goods movement status Overall picking status Overall billing status Overall SD process status Overall product marketability check status Overall dangerous goods status Overall safety data sheet status
Data Extraction
Data Extraction Type Full (physical deletions are possible in source tables) Delta (change data capture) Corresponding Data Source (Extractor) I_DeliveryDocument Note The corresponding DataSource (Extractor) and this CDS view may have different functionalities. In case you are interested in the details of the DataSource, see the related documentation on the SAP Help Portal at https://help.sap.com/viewer/p/BI_CONTENT_757 under Application Help SAP Library BI Content . For more information on extraction, see Extracting Data Through CDS Views to SAP BW/4HANA .
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Supply Chain |
| Application Component | LE-SHP-GF |
| Capabilities | Data Source in SQL Select, Data Source for Defining CDS Entities, Analytical Dimension, Data Source for Data Extraction |
| Package | Supply Chain for SAP S/4HANA Cloud Private Edition |
| Description | <p>This CDS view is the basic interface view for the following business objects:</p> <ul> <li><p>Outbound Delivery</p></li> <li><p>Inbound Delivery</p></li> <li><p>Returns Delivery</p></li> </ul> <p>You can use this CDS view to build your own consumption view on top.</p> |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| likp | likp | from |
Associations (89)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DeliveryDocumentItem | _Item | $projection.DeliveryDocument = _Item.DeliveryDocument |
| [1..*] | I_SDDocumentPartner | _Partner | $projection.DeliveryDocument = _Partner.SDDocument |
| [0..1] | I_SDDocumentCategory | _SDDocumentCategory | $projection.SDDocumentCategory = _SDDocumentCategory.SDDocumentCategory |
| [0..1] | I_DeliveryDocumentType | _DeliveryDocumentType | $projection.DeliveryDocumentType = _DeliveryDocumentType.DeliveryDocumentType |
| [0..1] | I_User | _CreatedByUser | $projection.CreatedByUser = _CreatedByUser.UserID |
| [0..1] | I_User | _LastChangedByUser | $projection.LastChangedByUser = _LastChangedByUser.UserID |
| [0..1] | I_ShippingPoint | _ShippingPoint | $projection.ShippingPoint = _ShippingPoint.ShippingPoint |
| [0..1] | I_SalesOrganization | _SalesOrganization | $projection.SalesOrganization = _SalesOrganization.SalesOrganization |
| [0..1] | I_SalesOffice | _SalesOffice | $projection.SalesOffice = _SalesOffice.SalesOffice |
| [0..1] | I_DeliveryPriority | _DeliveryPriority | $projection.DeliveryPriority = _DeliveryPriority.DeliveryPriority |
| [0..1] | I_DeliveryBlockReason | _DeliveryBlockReason | $projection.DeliveryBlockReason = _DeliveryBlockReason.DeliveryBlockReason |
| [0..1] | I_Supplier | _Supplier | $projection.Supplier = _Supplier.Supplier |
| [0..1] | I_Plant | _ReceivingPlant | $projection.ReceivingPlant = _ReceivingPlant.Plant |
| [0..1] | I_Warehouse | _Warehouse | $projection.Warehouse = _Warehouse.Warehouse |
| [0..1] | I_MfgOrder | _OrderID | $projection.OrderID = _OrderID.ManufacturingOrder |
| [0..1] | I_UnitOfMeasure | _HeaderWeightUnit | $projection.HeaderWeightUnit = _HeaderWeightUnit.UnitOfMeasure |
| [0..1] | I_UnitOfMeasure | _HeaderVolumeUnit | $projection.HeaderVolumeUnit = _HeaderVolumeUnit.UnitOfMeasure |
| [0..1] | I_WarehouseGate | _WarehouseGate | $projection.Warehouse = _WarehouseGate.Warehouse and $projection.WarehouseGate = _WarehouseGate.WarehouseGate |
| [0..1] | I_WarehouseStagingArea | _WarehouseStagingArea | $projection.Warehouse = _WarehouseStagingArea.Warehouse and $projection.WarehouseStagingArea = _WarehouseStagingArea.WarehouseStagingArea |
| [0..1] | I_Material | _MeansOfTransportRefMaterial | $projection.MeansOfTransportRefMaterial = _MeansOfTransportRefMaterial.Material |
| [0..1] | I_SpecialProcessingCode | _SpecialProcessingCode | $projection.SpecialProcessingCode = _SpecialProcessingCode.SpecialProcessingCode |
| [0..1] | I_LoadingPoint | _LoadingPoint | $projection.LoadingPoint = _LoadingPoint.LoadingPoint and $projection.ShippingPoint = _LoadingPoint.ShippingPoint |
| [0..1] | I_HandlingUnitInStock | _HandlingUnitInStock | $projection.HandlingUnitInStock = _HandlingUnitInStock.HandlingUnitInStock |
| [0..1] | I_Customer | _ShipToParty | $projection.ShipToParty = _ShipToParty.Customer |
| [0..1] | I_ShippingType | _ShippingType | $projection.ShippingType = _ShippingType.ShippingType |
| [0..1] | I_ShippingCondition | _ShippingCondition | $projection.ShippingCondition = _ShippingCondition.ShippingCondition |
| [0..1] | I_ShipmentBlockReason | _ShipmentBlockReason | $projection.ShipmentBlockReason = _ShipmentBlockReason.ShipmentBlockReason |
| [0..1] | I_Route | _ProposedDeliveryRoute | $projection.ProposedDeliveryRoute = _ProposedDeliveryRoute.Route |
| [0..1] | I_Route | _ActualDeliveryRoute | $projection.ActualDeliveryRoute = _ActualDeliveryRoute.Route |
| [0..1] | I_IncotermsClassification | _IncotermsClassification | $projection.IncotermsClassification = _IncotermsClassification.IncotermsClassification |
| [0..1] | I_TransportationGroup | _TransportationGroup | $projection.TransportationGroup = _TransportationGroup.TransportationGroup |
| [0..1] | I_MeansOfTransportType | _MeansOfTransportType | $projection.MeansOfTransportType = _MeansOfTransportType.MeansOfTransportType |
| [0..1] | I_BillingBlockReason | _HeaderBillingBlockReason | $projection.HeaderBillingBlockReason = _HeaderBillingBlockReason.BillingBlockReason |
| [0..1] | I_PaymentGuaranteeProcedure | _PaymentGuaranteeProcedure | $projection.PaymentGuaranteeProcedure = _PaymentGuaranteeProcedure.PaymentGuaranteeProcedure |
| [0..1] | I_Customer | _SoldToParty | $projection.SoldToParty = _SoldToParty.Customer |
| [0..1] | I_CustomerGroup | _CustomerGroup | $projection.CustomerGroup = _CustomerGroup.CustomerGroup |
| [0..1] | I_SalesDistrict | _SalesDistrict | $projection.SalesDistrict = _SalesDistrict.SalesDistrict |
| [0..1] | I_Currency | _TransactionCurrency | $projection.TransactionCurrency = _TransactionCurrency.Currency |
| [0..1] | I_Currency | _StatisticsCurrency | $projection.StatisticsCurrency = _StatisticsCurrency.Currency |
| [0..1] | I_OverallSDProcessStatus | _OverallSDProcessStatus | $projection.OverallSDProcessStatus = _OverallSDProcessStatus.OverallSDProcessStatus |
| [0..1] | I_TotalBlockStatus | _TotalBlockStatus | $projection.TotalBlockStatus = _TotalBlockStatus.TotalBlockStatus |
| [0..1] | I_OverallDelivConfStatus | _OverallDelivConfStatus | $projection.OverallDelivConfStatus = _OverallDelivConfStatus.OverallDelivConfStatus |
| [0..1] | I_TransportationPlanningSts | _TransportationPlanningSts | $projection.TransportationPlanningStatus = _TransportationPlanningSts.TransportationPlanningStatus |
| [0..1] | I_OverallPickingConfStatus | _OverallPickingConfStatus | $projection.OverallPickingConfStatus = _OverallPickingConfStatus.OverallPickingConfStatus |
| [0..1] | I_OverallPickingStatus | _OverallPickingStatus | $projection.OverallPickingStatus = _OverallPickingStatus.OverallPickingStatus |
| [0..1] | I_OverallPackingStatus | _OverallPackingStatus | $projection.OverallPackingStatus = _OverallPackingStatus.OverallPackingStatus |
| [0..1] | I_OvrlWarehouseActyStatus | _OvrlWarehouseActyStatus | $projection.OverallWarehouseActivityStatus = _OvrlWarehouseActyStatus.OverallWarehouseActivityStatus |
| [0..1] | I_DistrStatusByDectrlzdWrhs | _DistrStatusByDectrlzdWrhs | $projection.DistrStatusByDecentralizedWrhs = _DistrStatusByDectrlzdWrhs.DistrStatusByDecentralizedWrhs |
| [0..1] | I_OverallGoodsMovementStatus | _OverallGoodsMovementStatus | $projection.OverallGoodsMovementStatus = _OverallGoodsMovementStatus.OverallGoodsMovementStatus |
| [0..1] | I_OverallDelivReltdBillgSts | _OverallDelivReltdBillgStatus | $projection.OverallDelivReltdBillgStatus = _OverallDelivReltdBillgStatus.OverallDelivReltdBillgStatus |
| [0..1] | I_OverallDelivReltdBillgSts | _OverallIntcoBillingStatus | $projection.OverallIntcoBillingStatus = _OverallIntcoBillingStatus.OverallDelivReltdBillgStatus |
| [0..1] | I_OverallProofOfDelivStatus | _OverallProofOfDeliveryStatus | $projection.OverallProofOfDeliveryStatus = _OverallProofOfDeliveryStatus.OverallProofOfDeliveryStatus |
| [0..1] | I_HdrGenIncompletionStatus | _HdrGeneralIncompletionStatus | $projection.HdrGeneralIncompletionStatus = _HdrGeneralIncompletionStatus.HdrGeneralIncompletionStatus |
| [0..1] | I_HdrDelivIncompletionStatus | _HeaderDelivIncompletionStatus | $projection.HeaderDelivIncompletionStatus = _HeaderDelivIncompletionStatus.HeaderDelivIncompletionStatus |
| [0..1] | I_HdrPickgIncompltnStatus | _HeaderPickgIncompletionStatus | $projection.HeaderPickgIncompletionStatus = _HeaderPickgIncompletionStatus.HeaderPickgIncompletionStatus |
| [0..1] | I_HdrPackingIncompltnStatus | _HeaderPackingIncompletionSts | $projection.HeaderPackingIncompletionSts = _HeaderPackingIncompletionSts.HeaderPackingIncompletionSts |
| [0..1] | I_HdrGoodsMvtIncompltnStatus | _HdrGoodsMvtIncompletionStatus | $projection.HdrGoodsMvtIncompletionStatus = _HdrGoodsMvtIncompletionStatus.HdrGoodsMvtIncompletionStatus |
| [0..1] | I_HdrBillgIncompletionStatus | _HeaderBillgIncompletionStatus | $projection.HeaderBillgIncompletionStatus = _HeaderBillgIncompletionStatus.HeaderBillgIncompletionStatus |
| [0..1] | I_OvrlItmGenIncompletionSts | _OvrlItmGeneralIncompletionSts | $projection.OvrlItmGeneralIncompletionSts = _OvrlItmGeneralIncompletionSts.OvrlItmGeneralIncompletionSts |
| [0..1] | I_OvrlItmPackingIncompltnSts | _OvrlItmPackingIncompletionSts | $projection.OvrlItmPackingIncompletionSts = _OvrlItmPackingIncompletionSts.OvrlItmPackingIncompletionSts |
| [0..1] | I_OvrlItmPickingIncompltnSts | _OvrlItmPickingIncompletionSts | $projection.OvrlItmPickingIncompletionSts = _OvrlItmPickingIncompletionSts.OvrlItmPickingIncompletionSts |
| [0..1] | I_OvrlItmDelivIncompletionSts | _OvrlItmDelivIncompletionSts | $projection.OvrlItmDelivIncompletionSts = _OvrlItmDelivIncompletionSts.OvrlItmDelivIncompletionSts |
| [0..1] | I_OvrlItmGdsMvtIncompltnSts | _OvrlItmGdsMvtIncompletionSts | $projection.OvrlItmGdsMvtIncompletionSts = _OvrlItmGdsMvtIncompletionSts.OvrlItmGdsMvtIncompletionSts |
| [0..1] | I_TotalCreditCheckStatus | _TotalCreditCheckStatus | $projection.TotalCreditCheckStatus = _TotalCreditCheckStatus.TotalCreditCheckStatus |
| [0..1] | I_FinDocCreditCheckStatus | _FinDocCreditCheckStatus | $projection.FinDocCreditCheckStatus = _FinDocCreditCheckStatus.FinDocCreditCheckStatus |
| [0..1] | I_PaytAuthsnCreditCheckSts | _PaytAuthsnCreditCheckSts | $projection.PaytAuthsnCreditCheckSts = _PaytAuthsnCreditCheckSts.PaytAuthsnCreditCheckSts |
| [0..1] | I_CentralCreditCheckStatus | _CentralCreditCheckStatus | $projection.CentralCreditCheckStatus = _CentralCreditCheckStatus.CentralCreditCheckStatus |
| [0..1] | I_ExprtInsurCreditCheckStatus | _ExprtInsurCreditCheckStatus | $projection.ExprtInsurCreditCheckStatus = _ExprtInsurCreditCheckStatus.ExprtInsurCreditCheckStatus |
| [0..1] | I_CentralCreditChkTechErrSts | _CentralCreditChkTechErrSts | $projection.CentralCreditChkTechErrSts = _CentralCreditChkTechErrSts.CentralCreditChkTechErrSts |
| [0..1] | I_Customer | _CustomerCreditAccount | $projection.CustomerCreditAccount = _CustomerCreditAccount.Customer |
| [0..1] | I_Currency | _ControllingAreaCurrency | $projection.ControllingAreaCurrency = _ControllingAreaCurrency.Currency |
| [0..1] | I_MaxDocValueCreditCheckSts | _MaxDocValueCreditCheckStatus | $projection.MaxDocValueCreditCheckStatus = _MaxDocValueCreditCheckStatus.MaxDocValueCreditCheckStatus |
| [0..1] | I_PaymentTermCreditCheckSts | _PaymentTermCreditCheckStatus | $projection.PaymentTermCreditCheckStatus = _PaymentTermCreditCheckStatus.PaymentTermCreditCheckStatus |
| [0..*] | I_MaterialDocumentHeader | _MaterialDocumentHeader | $projection.DeliveryDocument = _MaterialDocumentHeader.DeliveryDocument |
| [0..*] | I_OverallSDProcessStatusText | _OverallSDProcessStatusText | $projection.OverallSDProcessStatus = _OverallSDProcessStatusText.OverallSDProcessStatus |
| [0..*] | I_PackingStatusText | _PackingStatusText | $projection.OverallPackingStatus = _PackingStatusText.PackingStatus |
| [0..1] | I_OverallDelivChmlCmplncSts | _OverallChmlCmplncStatus | $projection.OverallChmlCmplncStatus = _OverallChmlCmplncStatus.OverallChmlCmplncStatus |
| [0..1] | I_OvrlDelivDngrsGdsSts | _OverallDangerousGoodsStatus | $projection.OverallDangerousGoodsStatus = _OverallDangerousGoodsStatus.OverallDangerousGoodsStatus |
| [0..1] | I_OvrlDelivSftyDataShtSts | _OvrlSftyDataSheetSts | $projection.OverallSafetyDataSheetStatus = _OvrlSftyDataSheetSts.OverallSafetyDataSheetStatus |
| [0..1] | I_OvrlTradeCmplncEmbargoStatus | _OverallTrdCmplncEmbargoSts | $projection.OverallTrdCmplncEmbargoSts = _OverallTrdCmplncEmbargoSts.OverallTrdCmplncEmbargoSts |
| [0..1] | I_OvTrdCmplncSnctndListChkSts | _OvrlTrdCmplncSnctndListChkSts | $projection.OvrlTrdCmplncSnctndListChkSts = _OvrlTrdCmplncSnctndListChkSts.OvrlTrdCmplncSnctndListChkSts |
| [0..1] | I_OvrlTrdCmplncLegalCtrlChkSts | _OvrlTrdCmplncLegalCtrlChkSts | $projection.OvrlTrdCmplncLegalCtrlChkSts = _OvrlTrdCmplncLegalCtrlChkSts.OvrlTrdCmplncLegalCtrlChkSts |
| [0..1] | I_ExciseTaxStatus | _ExciseTaxStatus | $projection.EU_DeliveryARCStatus = _ExciseTaxStatus.EU_ARCStatus |
| [0..1] | I_TimeZone | _ExternalTCOTimezone | $projection.IntcoExtTransfOfCtrlDteTmeTmzn = _ExternalTCOTimezone.TimeZoneID |
| [0..1] | I_TimeZone | _InternalTCOTimezone | $projection.IntcoIntTransfOfCtrlDteTmeTmzn = _InternalTCOTimezone.TimeZoneID |
| [0..1] | I_WarehouseExecutionStatus | _WarehouseExecutionStatus | $projection.ReadyForWarehouseExecStatus = _WarehouseExecutionStatus.ReadyForWarehouseExecStatus |
| [0..1] | I_AdvShipReceiveRlvnce | _DelivAdvncdShipgRcvgRlvnce | $projection.DelivAdvncdShipgRcvgRlvnce = _DelivAdvncdShipgRcvgRlvnce.DelivAdvncdShipgRcvgRlvnce |
| [0..1] | I_LogisticsExecutionScenario | _LogisticsExecScenario | $projection.LogisticsExecutionScenario = _LogisticsExecScenario.LogisticsExecutionScenario |
| [0..1] | E_DeliveryDocument | _Extension | $projection.DeliveryDocument = _Extension.DeliveryDocument |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ILEDELIVDOC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.representativeKey | DeliveryDocument | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Delivery Document | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.sapObjectNodeType.name | DeliveryDocument | view |
Fields (237)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DeliveryDocument | vbeln | SD Sched. Agmt | |
| SDDocumentCategory | vbtyp | SD Document Category | ||
| DeliveryDocumentType | lfart | Settl Doc Type | ||
| CreatedByUser | ernam | Name of Person Responsible for Creating the Object | ||
| CreationDate | erdat | Record Created On | ||
| CreationTime | erzet | Entry time | ||
| LastChangedByUser | aenam | Name of Person Who Changed Object | ||
| LastChangeDate | aedat | Last Changed On | ||
| ShippingPoint | vstel | Shipping Point / Receiving Point | ||
| SalesOrganization | vkorg | Sales Organization | ||
| SalesOffice | vkbur | Sales Office | ||
| CompleteDeliveryIsDefined | autlf | Complete Delivery Defined for Each Sales Order | ||
| OrderCombinationIsAllowed | kzazu | Order Combination Indicator | ||
| DeliveryPriority | lprio | Delivery Priority | ||
| DeliveryBlockReason | lifsk | Delivery Block (Document Header) | ||
| Supplier | Vendor no. | |||
| DeliveryDocumentBySupplier | lifex | External Identification of Delivery Note | ||
| DeliveryIsInPlant | imwrk | Delivery has Status 'In Plant' | ||
| ReceivingPlant | werks | Receiving Plant for Deliveries | ||
| Warehouse | lgnum | Warehouse Number / Warehouse Complex | ||
| IsExportDelivery | expkz | Export indicator | ||
| OrderID | ternr | Order Number | ||
| HeaderGrossWeight | btgew | Total Weight | ||
| HeaderNetWeight | ntgew | Net Weight | ||
| HeaderWeightUnit | gewei | Unit of Weight | ||
| HeaderVolume | volum | Volume | ||
| HeaderVolumeUnit | voleh | Volume Unit | ||
| IsDeliveryForSingleWarehouse | lispl | Delivery Within one Warehouse | ||
| GoodsIssueOrReceiptSlipNumber | xabln | Goods Receipt/Issue Slip Number | ||
| WarehouseGate | lgtor | Door for Warehouse Number | ||
| WarehouseStagingArea | lgbzo | Staging Area for Warehouse Complex | ||
| MeansOfTransportRefMaterial | trmtyp | Means of Transport | ||
| SpecialProcessingCode | sdabw | Special Processing Indicator | ||
| ExternalIdentificationType | spe_lifex_type | Type of External Identification | ||
| DeliveryVersion | dlv_version | Delivery Version | ||
| PickedItemsLocation | berot | Picked Items Location | ||
| DocumentDate | bldat | Document Date in Document | ||
| DelivCompGrpSts | comp_grp | Component Group Indicator | ||
| PickingDate | kodat | Picking Date | ||
| PickingTime | kouhr | Picking Time (Local Time, with Reference to a Plant) | ||
| TotalNumberOfPackage | anzpk | Total Number of Packages in Delivery | ||
| LoadingPoint | lstel | Loading Point | ||
| LoadingDate | lddat | Loading Date | ||
| LoadingTime | lduhr | Loading Time (Local Time Relating to a Shipping Point) | ||
| BillOfLading | bolnr | Bill of Lading | ||
| HandlingUnitInStock | vestk | Handling Unit Placed in Stock | ||
| ShipToParty | kunnr | Stock customer | ||
| ShippingType | vsart | Shp.type: stage | ||
| DeliveryDate | lfdat | Delivery Date | ||
| DeliveryTime | lfuhr | Time of delivery | ||
| ShippingCondition | vsbed | Shipping Conditions | ||
| ShipmentBlockReason | trspg | Shipment Blocking Reason | ||
| TransportationPlanningDate | tddat | Transportation Planning Date | ||
| TransportationPlanningTime | tduhr | Transp. Planning Time (Local, Relating to a Shipping Point) | ||
| ProposedDeliveryRoute | route | Vehicle route | ||
| ActualDeliveryRoute | routa | Route | ||
| RouteSchedule | aulwe | Route Schedule | ||
| PlannedGoodsIssueDate | wadat | Planned Goods Movement Date | ||
| GoodsIssueTime | wauhr | Time of Goods Issue (Local, Relating to a Plant) | ||
| ActualGoodsMovementDate | wadat_ist | Actual Goods Movement Date | ||
| ActualGoodsMovementTime | spe_wauhr_ist | Time of Goods Issue (Local, Relating to a Plant) | ||
| IncotermsClassification | inco1 | Incoterms (Part 1) | ||
| IncotermsTransferLocation | inco2 | Incoterms (Part 2) | ||
| ExternalTransportSystem | tpsid | ID for External Transport System | ||
| TransportationGroup | tragr | Transportation Group | ||
| MeansOfTransport | traid | Means of Transport ID | ||
| MeansOfTransportType | traty | Means-of-Transport Type | ||
| UnloadingPointName | ablad | Unloading Point | ||
| ProofOfDeliveryDate | podat | Date (Proof of Delivery) | ||
| ConfirmationTime | potim | Confirmation Time | ||
| FactoryCalendarByCustomer | knfak | Customer Factory Calendar | ||
| ShippingLocationTimeZone | tzonis | Time zone of delivering location | ||
| ReceivingLocationTimeZone | tzonrc | Time zone of recipient location | ||
| IntercompanyBillingDate | fkdiv | Billing Date for Intercompany Billing | ||
| BillingDocumentDate | fkdat | Billing Date | ||
| HeaderBillingBlockReason | faksk | Billing Block in SD Document | ||
| InternalFinancialDocument | lcnum | Financial doc. processing: Internal financial doc. number | ||
| PaymentGuaranteeProcedure | abssc | Payment Guarantee Procedure | ||
| DepreciationPercentage | akprz | Depreciation percentage for financial document processing | ||
| NextShippingDate | cmngv | Next date | ||
| CustomerCreditAccount | knkli | Customer's Account Number with Credit Limit Reference | ||
| CentralCreditChkTechErrSts | cmps_te | Status of Technical Error SAP Credit Management | ||
| ReleasedCreditAmount | amtbl | Released Credit Value of the Document | ||
| ControllingAreaCurrency | cmwae | Currency key of credit control area | ||
| CreditBlockReleaseDate | cmfre | Release date of the document determined by credit management | ||
| SoldToParty | kunag | Sold-to Party | ||
| CustomerGroup | kdgrp | Customer group | ||
| SalesDistrict | bzirk | Sales District | ||
| TransactionCurrency | waerk | SD Document Currency | ||
| StatisticsCurrency | stwae | Statistics Currency | ||
| OverallSDProcessStatus | gbstk | Overall Processing Status (Header/All Items) | ||
| TotalBlockStatus | spstg | Overall Block Status (Header) | ||
| OverallDelivConfStatus | bestk | Delivery Confirmation Status (All Items) | ||
| TransportationPlanningStatus | trsta | Transportation Planning Status (Header) | ||
| OverallPickingConfStatus | koquk | Status of Pick Confirmation | ||
| OverallPickingStatus | kostk | Picking Status/Putaway Status (All Items) | ||
| OverallPackingStatus | pkstk | Packing Status (All Items) | ||
| OverallWarehouseActivityStatus | lvstk | Status of Warehouse Management Activities (All Items) | ||
| DistrStatusByDecentralizedWrhs | vlstk | Distribution Status (Decentralized Warehouse Processing) | ||
| OverallGoodsMovementStatus | wbstk | Goods Movement Status (All Items) | ||
| OverallDelivReltdBillgStatus | fkstk | Delivery-Related Billing Status (All Items) | ||
| OverallProofOfDeliveryStatus | pdstk | POD Status on Header Level | ||
| HdrGeneralIncompletionStatus | uvall | Incompletion Status (Header) | ||
| HeaderDelivIncompletionStatus | uvvlk | Delivery Incompletion Status (Header) | ||
| HeaderPickgIncompletionStatus | uvpik | Picking/Putaway Incompletion Status (Header) | ||
| HeaderPackingIncompletionSts | uvpak | Packing Incompletion Status (Header) | ||
| HdrGoodsMvtIncompletionStatus | uvwak | Goods Movement Incompletion Status (Header) | ||
| HeaderBillgIncompletionStatus | uvfak | Billing Incompletion Status (Header) | ||
| OvrlItmGeneralIncompletionSts | uvals | Incompletion Status (All Items) | ||
| OvrlItmPackingIncompletionSts | uvpas | Packing Incompletion Status (All Items) | ||
| OvrlItmPickingIncompletionSts | uvpis | Picking/Putaway Incompletion Status (All Items) | ||
| OvrlItmDelivIncompletionSts | uvvls | Delivery Incompletion Status (All Items) | ||
| OvrlItmGdsMvtIncompletionSts | uvwas | Goods Movement Incompletion Status (All Items) | ||
| TotalCreditCheckStatus | cmgst | Overall Status of Credit Checks | ||
| MaxDocValueCreditCheckStatus | cmpsc | Status of Credit Check Against Maximum Document Value | ||
| PaymentTermCreditCheckStatus | cmpsd | Status of Credit Check Against Terms of Payment | ||
| PricingDocument | knumv | Number of the Document Condition | ||
| SalesOrgForIntcoBilling | vkoiv | Sales Organization for Intercompany Billing | ||
| DistrChnlForIntcoBilling | vtwiv | Distribution Channel for Intercompany billing | ||
| DivisionForIntcoBilling | spaiv | Division for Intercompany Billing | ||
| IntercompanyBillingType | fkaiv | Billing type for intercompany billing | ||
| FactoryCalendarForIntcoBilling | pioiv | Date for intercompany billing | ||
| IntercompanyBillingCustomer | kuniv | Customer Number for Intercompany Billing | ||
| DeliveryDocumentCondition | knump | Number of document condition - pricing | ||
| TotalNetAmount | netwr | Net Value of the Sales Document in Document Currency | ||
| ReferenceDocumentNumber | xblnr | Reference Document Number | ||
| DeletionIndicator | spe_loekz | Document deletion indicator | ||
| OverallChmlCmplncStatus | total_pcsta | Total Product Marketability Check Status | ||
| OverallDangerousGoodsStatus | total_dgsta | Total Dangerous Goods Check Status | ||
| OverallSafetyDataSheetStatus | total_sdssta | Total Safety Data Sheet Check Status | ||
| OverallTrdCmplncEmbargoSts | total_emcst | Embargo Status (All Items) | ||
| OvrlTrdCmplncSnctndListChkSts | total_slcst | Screening Status (All Items) | ||
| OvrlTrdCmplncLegalCtrlChkSts | total_lccst | Legal Control Status | ||
| IsCorrectionDelivery | klief | Correction delivery | ||
| ReadyForWarehouseExecStatus | tm_whse_exec | Warehouse Execution Status | ||
| DelivAdvncdShipgRcvgRlvnce | tm_adv_ship_recv | Advanced Shipping and Receiving Relevance | ||
| DelivIsQtyCrrtnAdvncShipgRcvg | corr_ind | Quantity Correction After Goods Receipt in Advanced SR | ||
| EU_DeliveryARCStatus | total_arc_status | Excise Tax Total ARC Status (on Delivery Header Level) | ||
| IntcoExtActlTransfOfCtrlDteTme | ext_act_date_tocd | External Actual Transfer of Control Date | ||
| IntcoExtPlndTransfOfCtrlDteTme | ext_plan_date_tocd | External Planned Transfer of Control Date | ||
| IntcoExtTransfOfCtrlDteTmeTmzn | ext_tzone_tocd | Time zone for external Transfer of Control Date | ||
| IntcoIntActlTransfOfCtrlDteTme | int_act_date_tocd | Internal Actual Transfer of Control Date | ||
| IntcoIntPlndTransfOfCtrlDteTme | int_plan_date_tocd | Internal Planned Transfer of Control Date | ||
| IntcoIntTransfOfCtrlDteTmeTmzn | int_tzone_tocd | Time zone for internal Transfer of Control Date | ||
| LogisticsExecutionScenario | spe_le_scenario | Scenario Logistic Execution | ||
| _Item | _Item | |||
| _Partner | _Partner | |||
| _SDDocumentCategory | _SDDocumentCategory | |||
| _DeliveryDocumentType | _DeliveryDocumentType | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser | |||
| _ShippingPoint | _ShippingPoint | |||
| _SalesOrganization | _SalesOrganization | |||
| _SalesOffice | _SalesOffice | |||
| _DeliveryPriority | _DeliveryPriority | |||
| _DeliveryBlockReason | _DeliveryBlockReason | |||
| _Supplier | _Supplier | |||
| _ReceivingPlant | _ReceivingPlant | |||
| _Warehouse | _Warehouse | |||
| _OrderID | _OrderID | |||
| _HeaderWeightUnit | _HeaderWeightUnit | |||
| _HeaderVolumeUnit | _HeaderVolumeUnit | |||
| _WarehouseGate | _WarehouseGate | |||
| _WarehouseStagingArea | _WarehouseStagingArea | |||
| _MeansOfTransportRefMaterial | _MeansOfTransportRefMaterial | |||
| _SpecialProcessingCode | _SpecialProcessingCode | |||
| _LoadingPoint | _LoadingPoint | |||
| _HandlingUnitInStock | _HandlingUnitInStock | |||
| _ShipToParty | _ShipToParty | |||
| _ShippingType | _ShippingType | |||
| _ShippingCondition | _ShippingCondition | |||
| _ShipmentBlockReason | _ShipmentBlockReason | |||
| _ProposedDeliveryRoute | _ProposedDeliveryRoute | |||
| _ActualDeliveryRoute | _ActualDeliveryRoute | |||
| _IncotermsClassification | _IncotermsClassification | |||
| _TransportationGroup | _TransportationGroup | |||
| _MeansOfTransportType | _MeansOfTransportType | |||
| _HeaderBillingBlockReason | _HeaderBillingBlockReason | |||
| _PaymentGuaranteeProcedure | _PaymentGuaranteeProcedure | |||
| _SoldToParty | _SoldToParty | |||
| _CustomerGroup | _CustomerGroup | |||
| _SalesDistrict | _SalesDistrict | |||
| _TransactionCurrency | _TransactionCurrency | |||
| _StatisticsCurrency | _StatisticsCurrency | |||
| _OverallSDProcessStatus | _OverallSDProcessStatus | |||
| _TotalBlockStatus | _TotalBlockStatus | |||
| _OverallDelivConfStatus | _OverallDelivConfStatus | |||
| _TransportationPlanningSts | _TransportationPlanningSts | |||
| _OverallPickingConfStatus | _OverallPickingConfStatus | |||
| _OverallPickingStatus | _OverallPickingStatus | |||
| _OverallPackingStatus | _OverallPackingStatus | |||
| _OvrlWarehouseActyStatus | _OvrlWarehouseActyStatus | |||
| _DistrStatusByDectrlzdWrhs | _DistrStatusByDectrlzdWrhs | |||
| _OverallGoodsMovementStatus | _OverallGoodsMovementStatus | |||
| _OverallDelivReltdBillgStatus | _OverallDelivReltdBillgStatus | |||
| _OverallIntcoBillingStatus | _OverallIntcoBillingStatus | |||
| _OverallProofOfDeliveryStatus | _OverallProofOfDeliveryStatus | |||
| _HdrGeneralIncompletionStatus | _HdrGeneralIncompletionStatus | |||
| _HeaderDelivIncompletionStatus | _HeaderDelivIncompletionStatus | |||
| _HeaderPickgIncompletionStatus | _HeaderPickgIncompletionStatus | |||
| _HeaderPackingIncompletionSts | _HeaderPackingIncompletionSts | |||
| _HdrGoodsMvtIncompletionStatus | _HdrGoodsMvtIncompletionStatus | |||
| _HeaderBillgIncompletionStatus | _HeaderBillgIncompletionStatus | |||
| _OvrlItmGeneralIncompletionSts | _OvrlItmGeneralIncompletionSts | |||
| _OvrlItmPackingIncompletionSts | _OvrlItmPackingIncompletionSts | |||
| _OvrlItmPickingIncompletionSts | _OvrlItmPickingIncompletionSts | |||
| _OvrlItmDelivIncompletionSts | _OvrlItmDelivIncompletionSts | |||
| _OvrlItmGdsMvtIncompletionSts | _OvrlItmGdsMvtIncompletionSts | |||
| _TotalCreditCheckStatus | _TotalCreditCheckStatus | |||
| _FinDocCreditCheckStatus | _FinDocCreditCheckStatus | |||
| _PaytAuthsnCreditCheckSts | _PaytAuthsnCreditCheckSts | |||
| _CentralCreditCheckStatus | _CentralCreditCheckStatus | |||
| _ExprtInsurCreditCheckStatus | _ExprtInsurCreditCheckStatus | |||
| _CentralCreditChkTechErrSts | _CentralCreditChkTechErrSts | |||
| _CustomerCreditAccount | _CustomerCreditAccount | |||
| _ControllingAreaCurrency | _ControllingAreaCurrency | |||
| _MaxDocValueCreditCheckStatus | _MaxDocValueCreditCheckStatus | |||
| _PaymentTermCreditCheckStatus | _PaymentTermCreditCheckStatus | |||
| _MaterialDocumentHeader | _MaterialDocumentHeader | |||
| _PackingStatusText | _PackingStatusText | |||
| _OverallChmlCmplncStatus | _OverallChmlCmplncStatus | |||
| _OverallDangerousGoodsStatus | _OverallDangerousGoodsStatus | |||
| _OvrlSftyDataSheetSts | _OvrlSftyDataSheetSts | |||
| _OverallTrdCmplncEmbargoSts | _OverallTrdCmplncEmbargoSts | |||
| _OvrlTrdCmplncSnctndListChkSts | _OvrlTrdCmplncSnctndListChkSts | |||
| _OvrlTrdCmplncLegalCtrlChkSts | _OvrlTrdCmplncLegalCtrlChkSts | |||
| _ExternalTCOTimezone | _ExternalTCOTimezone | |||
| _InternalTCOTimezone | _InternalTCOTimezone | |||
| _ExciseTaxStatus | _ExciseTaxStatus | |||
| _WarehouseExecutionStatus | _WarehouseExecutionStatus | |||
| _DelivAdvncdShipgRcvgRlvnce | _DelivAdvncdShipgRcvgRlvnce | |||
| _LogisticsExecScenario | _LogisticsExecScenario | |||
| FinDocCreditCheckStatus | likp | cmpsi | Status of Credit Check Against Financial Document | |
| PaytAuthsnCreditCheckSts | likp | cmpsk | Status of Credit Check Against Payment Card Authorization | |
| CentralCreditCheckStatus | likp | cmps_cm | Status of Credit Check SAP Credit Management | |
| ExprtInsurCreditCheckStatus | likp | cmpsj | Status of Credit Check Against Export Credit Insurance | |
| ShippingGroupNumber | likp | rfm_psst_group | PSST Group |
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 I_DeliveryDocument.
-- 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 I_DeliveryDocument AS
SELECT
vbeln AS DeliveryDocument,
vbtyp AS SDDocumentCategory,
lfart AS DeliveryDocumentType,
ernam AS CreatedByUser,
erdat AS CreationDate,
erzet AS CreationTime,
aenam AS LastChangedByUser,
aedat AS LastChangeDate,
vstel AS ShippingPoint,
vkorg AS SalesOrganization,
vkbur AS SalesOffice,
autlf AS CompleteDeliveryIsDefined,
kzazu AS OrderCombinationIsAllowed,
lprio AS DeliveryPriority,
lifsk AS DeliveryBlockReason,
cast(lifnr as md_supplier) AS Supplier,
lifex AS DeliveryDocumentBySupplier,
imwrk AS DeliveryIsInPlant,
werks AS ReceivingPlant,
lgnum AS Warehouse,
expkz AS IsExportDelivery,
ternr AS OrderID,
btgew AS HeaderGrossWeight,
ntgew AS HeaderNetWeight,
gewei AS HeaderWeightUnit,
volum AS HeaderVolume,
voleh AS HeaderVolumeUnit,
lispl AS IsDeliveryForSingleWarehouse,
xabln AS GoodsIssueOrReceiptSlipNumber,
lgtor AS WarehouseGate,
lgbzo AS WarehouseStagingArea,
trmtyp AS MeansOfTransportRefMaterial,
sdabw AS SpecialProcessingCode,
spe_lifex_type AS ExternalIdentificationType,
dlv_version AS DeliveryVersion,
berot AS PickedItemsLocation,
bldat AS DocumentDate,
comp_grp AS DelivCompGrpSts,
kodat AS PickingDate,
kouhr AS PickingTime,
anzpk AS TotalNumberOfPackage,
lstel AS LoadingPoint,
lddat AS LoadingDate,
lduhr AS LoadingTime,
bolnr AS BillOfLading,
vestk AS HandlingUnitInStock,
kunnr AS ShipToParty,
vsart AS ShippingType,
lfdat AS DeliveryDate,
lfuhr AS DeliveryTime,
vsbed AS ShippingCondition,
trspg AS ShipmentBlockReason,
tddat AS TransportationPlanningDate,
tduhr AS TransportationPlanningTime,
route AS ProposedDeliveryRoute,
routa AS ActualDeliveryRoute,
aulwe AS RouteSchedule,
wadat AS PlannedGoodsIssueDate,
wauhr AS GoodsIssueTime,
wadat_ist AS ActualGoodsMovementDate,
spe_wauhr_ist AS ActualGoodsMovementTime,
inco1 AS IncotermsClassification,
inco2 AS IncotermsTransferLocation,
tpsid AS ExternalTransportSystem,
tragr AS TransportationGroup,
traid AS MeansOfTransport,
traty AS MeansOfTransportType,
ablad AS UnloadingPointName,
podat AS ProofOfDeliveryDate,
potim AS ConfirmationTime,
knfak AS FactoryCalendarByCustomer,
tzonis AS ShippingLocationTimeZone,
tzonrc AS ReceivingLocationTimeZone,
fkdiv AS IntercompanyBillingDate,
fkdat AS BillingDocumentDate,
faksk AS HeaderBillingBlockReason,
lcnum AS InternalFinancialDocument,
abssc AS PaymentGuaranteeProcedure,
akprz AS DepreciationPercentage,
cmngv AS NextShippingDate,
knkli AS CustomerCreditAccount,
cmps_te AS CentralCreditChkTechErrSts,
amtbl AS ReleasedCreditAmount,
cmwae AS ControllingAreaCurrency,
cmfre AS CreditBlockReleaseDate,
kunag AS SoldToParty,
kdgrp AS CustomerGroup,
bzirk AS SalesDistrict,
waerk AS TransactionCurrency,
stwae AS StatisticsCurrency,
gbstk AS OverallSDProcessStatus,
spstg AS TotalBlockStatus,
bestk AS OverallDelivConfStatus,
trsta AS TransportationPlanningStatus,
koquk AS OverallPickingConfStatus,
kostk AS OverallPickingStatus,
pkstk AS OverallPackingStatus,
lvstk AS OverallWarehouseActivityStatus,
vlstk AS DistrStatusByDecentralizedWrhs,
wbstk AS OverallGoodsMovementStatus,
fkstk AS OverallDelivReltdBillgStatus,
pdstk AS OverallProofOfDeliveryStatus,
uvall AS HdrGeneralIncompletionStatus,
uvvlk AS HeaderDelivIncompletionStatus,
uvpik AS HeaderPickgIncompletionStatus,
uvpak AS HeaderPackingIncompletionSts,
uvwak AS HdrGoodsMvtIncompletionStatus,
uvfak AS HeaderBillgIncompletionStatus,
uvals AS OvrlItmGeneralIncompletionSts,
uvpas AS OvrlItmPackingIncompletionSts,
uvpis AS OvrlItmPickingIncompletionSts,
uvvls AS OvrlItmDelivIncompletionSts,
uvwas AS OvrlItmGdsMvtIncompletionSts,
cmgst AS TotalCreditCheckStatus,
cmpsc AS MaxDocValueCreditCheckStatus,
cmpsd AS PaymentTermCreditCheckStatus,
knumv AS PricingDocument,
vkoiv AS SalesOrgForIntcoBilling,
vtwiv AS DistrChnlForIntcoBilling,
spaiv AS DivisionForIntcoBilling,
fkaiv AS IntercompanyBillingType,
pioiv AS FactoryCalendarForIntcoBilling,
kuniv AS IntercompanyBillingCustomer,
knump AS DeliveryDocumentCondition,
netwr AS TotalNetAmount,
xblnr AS ReferenceDocumentNumber,
spe_loekz AS DeletionIndicator,
total_pcsta AS OverallChmlCmplncStatus,
total_dgsta AS OverallDangerousGoodsStatus,
total_sdssta AS OverallSafetyDataSheetStatus,
total_emcst AS OverallTrdCmplncEmbargoSts,
total_slcst AS OvrlTrdCmplncSnctndListChkSts,
total_lccst AS OvrlTrdCmplncLegalCtrlChkSts,
klief AS IsCorrectionDelivery,
tm_whse_exec AS ReadyForWarehouseExecStatus,
tm_adv_ship_recv AS DelivAdvncdShipgRcvgRlvnce,
corr_ind AS DelivIsQtyCrrtnAdvncShipgRcvg,
total_arc_status AS EU_DeliveryARCStatus,
ext_act_date_tocd AS IntcoExtActlTransfOfCtrlDteTme,
ext_plan_date_tocd AS IntcoExtPlndTransfOfCtrlDteTme,
ext_tzone_tocd AS IntcoExtTransfOfCtrlDteTmeTmzn,
int_act_date_tocd AS IntcoIntActlTransfOfCtrlDteTme,
int_plan_date_tocd AS IntcoIntPlndTransfOfCtrlDteTme,
int_tzone_tocd AS IntcoIntTransfOfCtrlDteTmeTmzn,
spe_le_scenario AS LogisticsExecutionScenario,
likp.cmpsi AS FinDocCreditCheckStatus,
likp.cmpsk AS PaytAuthsnCreditCheckSts,
likp.cmps_cm AS CentralCreditCheckStatus,
likp.cmpsj AS ExprtInsurCreditCheckStatus,
likp.rfm_psst_group AS ShippingGroupNumber
FROM likp
LEFT OUTER JOIN I_DeliveryDocumentItem AS _Item ON DeliveryDocument = _Item.DeliveryDocument -- association [0..*]
LEFT OUTER JOIN I_SDDocumentPartner AS _Partner ON DeliveryDocument = _Partner.SDDocument -- association [1..*]
LEFT OUTER JOIN I_SDDocumentCategory AS _SDDocumentCategory ON SDDocumentCategory = _SDDocumentCategory.SDDocumentCategory -- association [0..1]
LEFT OUTER JOIN I_DeliveryDocumentType AS _DeliveryDocumentType ON DeliveryDocumentType = _DeliveryDocumentType.DeliveryDocumentType -- association [0..1]
LEFT OUTER JOIN I_User AS _CreatedByUser ON CreatedByUser = _CreatedByUser.UserID -- association [0..1]
LEFT OUTER JOIN I_User AS _LastChangedByUser ON LastChangedByUser = _LastChangedByUser.UserID -- association [0..1]
LEFT OUTER JOIN I_ShippingPoint AS _ShippingPoint ON ShippingPoint = _ShippingPoint.ShippingPoint -- association [0..1]
LEFT OUTER JOIN I_SalesOrganization AS _SalesOrganization ON SalesOrganization = _SalesOrganization.SalesOrganization -- association [0..1]
LEFT OUTER JOIN I_SalesOffice AS _SalesOffice ON SalesOffice = _SalesOffice.SalesOffice -- association [0..1]
LEFT OUTER JOIN I_DeliveryPriority AS _DeliveryPriority ON DeliveryPriority = _DeliveryPriority.DeliveryPriority -- association [0..1]
LEFT OUTER JOIN I_DeliveryBlockReason AS _DeliveryBlockReason ON DeliveryBlockReason = _DeliveryBlockReason.DeliveryBlockReason -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON Supplier = _Supplier.Supplier -- association [0..1]
LEFT OUTER JOIN I_Plant AS _ReceivingPlant ON ReceivingPlant = _ReceivingPlant.Plant -- association [0..1]
LEFT OUTER JOIN I_Warehouse AS _Warehouse ON Warehouse = _Warehouse.Warehouse -- association [0..1]
LEFT OUTER JOIN I_MfgOrder AS _OrderID ON OrderID = _OrderID.ManufacturingOrder -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _HeaderWeightUnit ON HeaderWeightUnit = _HeaderWeightUnit.UnitOfMeasure -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _HeaderVolumeUnit ON HeaderVolumeUnit = _HeaderVolumeUnit.UnitOfMeasure -- association [0..1]
LEFT OUTER JOIN I_WarehouseGate AS _WarehouseGate ON Warehouse = _WarehouseGate.Warehouse AND WarehouseGate = _WarehouseGate.WarehouseGate -- association [0..1]
LEFT OUTER JOIN I_WarehouseStagingArea AS _WarehouseStagingArea ON Warehouse = _WarehouseStagingArea.Warehouse AND WarehouseStagingArea = _WarehouseStagingArea.WarehouseStagingArea -- association [0..1]
LEFT OUTER JOIN I_Material AS _MeansOfTransportRefMaterial ON MeansOfTransportRefMaterial = _MeansOfTransportRefMaterial.Material -- association [0..1]
LEFT OUTER JOIN I_SpecialProcessingCode AS _SpecialProcessingCode ON SpecialProcessingCode = _SpecialProcessingCode.SpecialProcessingCode -- association [0..1]
LEFT OUTER JOIN I_LoadingPoint AS _LoadingPoint ON LoadingPoint = _LoadingPoint.LoadingPoint AND ShippingPoint = _LoadingPoint.ShippingPoint -- association [0..1]
LEFT OUTER JOIN I_HandlingUnitInStock AS _HandlingUnitInStock ON HandlingUnitInStock = _HandlingUnitInStock.HandlingUnitInStock -- association [0..1]
LEFT OUTER JOIN I_Customer AS _ShipToParty ON ShipToParty = _ShipToParty.Customer -- association [0..1]
LEFT OUTER JOIN I_ShippingType AS _ShippingType ON ShippingType = _ShippingType.ShippingType -- association [0..1]
LEFT OUTER JOIN I_ShippingCondition AS _ShippingCondition ON ShippingCondition = _ShippingCondition.ShippingCondition -- association [0..1]
LEFT OUTER JOIN I_ShipmentBlockReason AS _ShipmentBlockReason ON ShipmentBlockReason = _ShipmentBlockReason.ShipmentBlockReason -- association [0..1]
LEFT OUTER JOIN I_Route AS _ProposedDeliveryRoute ON ProposedDeliveryRoute = _ProposedDeliveryRoute.Route -- association [0..1]
LEFT OUTER JOIN I_Route AS _ActualDeliveryRoute ON ActualDeliveryRoute = _ActualDeliveryRoute.Route -- association [0..1]
LEFT OUTER JOIN I_IncotermsClassification AS _IncotermsClassification ON IncotermsClassification = _IncotermsClassification.IncotermsClassification -- association [0..1]
LEFT OUTER JOIN I_TransportationGroup AS _TransportationGroup ON TransportationGroup = _TransportationGroup.TransportationGroup -- association [0..1]
LEFT OUTER JOIN I_MeansOfTransportType AS _MeansOfTransportType ON MeansOfTransportType = _MeansOfTransportType.MeansOfTransportType -- association [0..1]
LEFT OUTER JOIN I_BillingBlockReason AS _HeaderBillingBlockReason ON HeaderBillingBlockReason = _HeaderBillingBlockReason.BillingBlockReason -- association [0..1]
LEFT OUTER JOIN I_PaymentGuaranteeProcedure AS _PaymentGuaranteeProcedure ON PaymentGuaranteeProcedure = _PaymentGuaranteeProcedure.PaymentGuaranteeProcedure -- association [0..1]
LEFT OUTER JOIN I_Customer AS _SoldToParty ON SoldToParty = _SoldToParty.Customer -- association [0..1]
LEFT OUTER JOIN I_CustomerGroup AS _CustomerGroup ON CustomerGroup = _CustomerGroup.CustomerGroup -- association [0..1]
LEFT OUTER JOIN I_SalesDistrict AS _SalesDistrict ON SalesDistrict = _SalesDistrict.SalesDistrict -- association [0..1]
LEFT OUTER JOIN I_Currency AS _TransactionCurrency ON TransactionCurrency = _TransactionCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_Currency AS _StatisticsCurrency ON StatisticsCurrency = _StatisticsCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_OverallSDProcessStatus AS _OverallSDProcessStatus ON OverallSDProcessStatus = _OverallSDProcessStatus.OverallSDProcessStatus -- association [0..1]
LEFT OUTER JOIN I_TotalBlockStatus AS _TotalBlockStatus ON TotalBlockStatus = _TotalBlockStatus.TotalBlockStatus -- association [0..1]
LEFT OUTER JOIN I_OverallDelivConfStatus AS _OverallDelivConfStatus ON OverallDelivConfStatus = _OverallDelivConfStatus.OverallDelivConfStatus -- association [0..1]
LEFT OUTER JOIN I_TransportationPlanningSts AS _TransportationPlanningSts ON TransportationPlanningStatus = _TransportationPlanningSts.TransportationPlanningStatus -- association [0..1]
LEFT OUTER JOIN I_OverallPickingConfStatus AS _OverallPickingConfStatus ON OverallPickingConfStatus = _OverallPickingConfStatus.OverallPickingConfStatus -- association [0..1]
LEFT OUTER JOIN I_OverallPickingStatus AS _OverallPickingStatus ON OverallPickingStatus = _OverallPickingStatus.OverallPickingStatus -- association [0..1]
LEFT OUTER JOIN I_OverallPackingStatus AS _OverallPackingStatus ON OverallPackingStatus = _OverallPackingStatus.OverallPackingStatus -- association [0..1]
LEFT OUTER JOIN I_OvrlWarehouseActyStatus AS _OvrlWarehouseActyStatus ON OverallWarehouseActivityStatus = _OvrlWarehouseActyStatus.OverallWarehouseActivityStatus -- association [0..1]
LEFT OUTER JOIN I_DistrStatusByDectrlzdWrhs AS _DistrStatusByDectrlzdWrhs ON DistrStatusByDecentralizedWrhs = _DistrStatusByDectrlzdWrhs.DistrStatusByDecentralizedWrhs -- association [0..1]
LEFT OUTER JOIN I_OverallGoodsMovementStatus AS _OverallGoodsMovementStatus ON OverallGoodsMovementStatus = _OverallGoodsMovementStatus.OverallGoodsMovementStatus -- association [0..1]
LEFT OUTER JOIN I_OverallDelivReltdBillgSts AS _OverallDelivReltdBillgStatus ON OverallDelivReltdBillgStatus = _OverallDelivReltdBillgStatus.OverallDelivReltdBillgStatus -- association [0..1]
LEFT OUTER JOIN I_OverallDelivReltdBillgSts AS _OverallIntcoBillingStatus ON OverallIntcoBillingStatus = _OverallIntcoBillingStatus.OverallDelivReltdBillgStatus -- association [0..1]
LEFT OUTER JOIN I_OverallProofOfDelivStatus AS _OverallProofOfDeliveryStatus ON OverallProofOfDeliveryStatus = _OverallProofOfDeliveryStatus.OverallProofOfDeliveryStatus -- association [0..1]
LEFT OUTER JOIN I_HdrGenIncompletionStatus AS _HdrGeneralIncompletionStatus ON HdrGeneralIncompletionStatus = _HdrGeneralIncompletionStatus.HdrGeneralIncompletionStatus -- association [0..1]
LEFT OUTER JOIN I_HdrDelivIncompletionStatus AS _HeaderDelivIncompletionStatus ON HeaderDelivIncompletionStatus = _HeaderDelivIncompletionStatus.HeaderDelivIncompletionStatus -- association [0..1]
LEFT OUTER JOIN I_HdrPickgIncompltnStatus AS _HeaderPickgIncompletionStatus ON HeaderPickgIncompletionStatus = _HeaderPickgIncompletionStatus.HeaderPickgIncompletionStatus -- association [0..1]
LEFT OUTER JOIN I_HdrPackingIncompltnStatus AS _HeaderPackingIncompletionSts ON HeaderPackingIncompletionSts = _HeaderPackingIncompletionSts.HeaderPackingIncompletionSts -- association [0..1]
LEFT OUTER JOIN I_HdrGoodsMvtIncompltnStatus AS _HdrGoodsMvtIncompletionStatus ON HdrGoodsMvtIncompletionStatus = _HdrGoodsMvtIncompletionStatus.HdrGoodsMvtIncompletionStatus -- association [0..1]
LEFT OUTER JOIN I_HdrBillgIncompletionStatus AS _HeaderBillgIncompletionStatus ON HeaderBillgIncompletionStatus = _HeaderBillgIncompletionStatus.HeaderBillgIncompletionStatus -- association [0..1]
LEFT OUTER JOIN I_OvrlItmGenIncompletionSts AS _OvrlItmGeneralIncompletionSts ON OvrlItmGeneralIncompletionSts = _OvrlItmGeneralIncompletionSts.OvrlItmGeneralIncompletionSts -- association [0..1]
LEFT OUTER JOIN I_OvrlItmPackingIncompltnSts AS _OvrlItmPackingIncompletionSts ON OvrlItmPackingIncompletionSts = _OvrlItmPackingIncompletionSts.OvrlItmPackingIncompletionSts -- association [0..1]
LEFT OUTER JOIN I_OvrlItmPickingIncompltnSts AS _OvrlItmPickingIncompletionSts ON OvrlItmPickingIncompletionSts = _OvrlItmPickingIncompletionSts.OvrlItmPickingIncompletionSts -- association [0..1]
LEFT OUTER JOIN I_OvrlItmDelivIncompletionSts AS _OvrlItmDelivIncompletionSts ON OvrlItmDelivIncompletionSts = _OvrlItmDelivIncompletionSts.OvrlItmDelivIncompletionSts -- association [0..1]
LEFT OUTER JOIN I_OvrlItmGdsMvtIncompltnSts AS _OvrlItmGdsMvtIncompletionSts ON OvrlItmGdsMvtIncompletionSts = _OvrlItmGdsMvtIncompletionSts.OvrlItmGdsMvtIncompletionSts -- association [0..1]
LEFT OUTER JOIN I_TotalCreditCheckStatus AS _TotalCreditCheckStatus ON TotalCreditCheckStatus = _TotalCreditCheckStatus.TotalCreditCheckStatus -- association [0..1]
LEFT OUTER JOIN I_FinDocCreditCheckStatus AS _FinDocCreditCheckStatus ON FinDocCreditCheckStatus = _FinDocCreditCheckStatus.FinDocCreditCheckStatus -- association [0..1]
LEFT OUTER JOIN I_PaytAuthsnCreditCheckSts AS _PaytAuthsnCreditCheckSts ON PaytAuthsnCreditCheckSts = _PaytAuthsnCreditCheckSts.PaytAuthsnCreditCheckSts -- association [0..1]
LEFT OUTER JOIN I_CentralCreditCheckStatus AS _CentralCreditCheckStatus ON CentralCreditCheckStatus = _CentralCreditCheckStatus.CentralCreditCheckStatus -- association [0..1]
LEFT OUTER JOIN I_ExprtInsurCreditCheckStatus AS _ExprtInsurCreditCheckStatus ON ExprtInsurCreditCheckStatus = _ExprtInsurCreditCheckStatus.ExprtInsurCreditCheckStatus -- association [0..1]
LEFT OUTER JOIN I_CentralCreditChkTechErrSts AS _CentralCreditChkTechErrSts ON CentralCreditChkTechErrSts = _CentralCreditChkTechErrSts.CentralCreditChkTechErrSts -- association [0..1]
LEFT OUTER JOIN I_Customer AS _CustomerCreditAccount ON CustomerCreditAccount = _CustomerCreditAccount.Customer -- association [0..1]
LEFT OUTER JOIN I_Currency AS _ControllingAreaCurrency ON ControllingAreaCurrency = _ControllingAreaCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_MaxDocValueCreditCheckSts AS _MaxDocValueCreditCheckStatus ON MaxDocValueCreditCheckStatus = _MaxDocValueCreditCheckStatus.MaxDocValueCreditCheckStatus -- association [0..1]
LEFT OUTER JOIN I_PaymentTermCreditCheckSts AS _PaymentTermCreditCheckStatus ON PaymentTermCreditCheckStatus = _PaymentTermCreditCheckStatus.PaymentTermCreditCheckStatus -- association [0..1]
LEFT OUTER JOIN I_MaterialDocumentHeader AS _MaterialDocumentHeader ON DeliveryDocument = _MaterialDocumentHeader.DeliveryDocument -- association [0..*]
LEFT OUTER JOIN I_OverallSDProcessStatusText AS _OverallSDProcessStatusText ON OverallSDProcessStatus = _OverallSDProcessStatusText.OverallSDProcessStatus -- association [0..*]
LEFT OUTER JOIN I_PackingStatusText AS _PackingStatusText ON OverallPackingStatus = _PackingStatusText.PackingStatus -- association [0..*]
LEFT OUTER JOIN I_OverallDelivChmlCmplncSts AS _OverallChmlCmplncStatus ON OverallChmlCmplncStatus = _OverallChmlCmplncStatus.OverallChmlCmplncStatus -- association [0..1]
LEFT OUTER JOIN I_OvrlDelivDngrsGdsSts AS _OverallDangerousGoodsStatus ON OverallDangerousGoodsStatus = _OverallDangerousGoodsStatus.OverallDangerousGoodsStatus -- association [0..1]
LEFT OUTER JOIN I_OvrlDelivSftyDataShtSts AS _OvrlSftyDataSheetSts ON OverallSafetyDataSheetStatus = _OvrlSftyDataSheetSts.OverallSafetyDataSheetStatus -- association [0..1]
LEFT OUTER JOIN I_OvrlTradeCmplncEmbargoStatus AS _OverallTrdCmplncEmbargoSts ON OverallTrdCmplncEmbargoSts = _OverallTrdCmplncEmbargoSts.OverallTrdCmplncEmbargoSts -- association [0..1]
LEFT OUTER JOIN I_OvTrdCmplncSnctndListChkSts AS _OvrlTrdCmplncSnctndListChkSts ON OvrlTrdCmplncSnctndListChkSts = _OvrlTrdCmplncSnctndListChkSts.OvrlTrdCmplncSnctndListChkSts -- association [0..1]
LEFT OUTER JOIN I_OvrlTrdCmplncLegalCtrlChkSts AS _OvrlTrdCmplncLegalCtrlChkSts ON OvrlTrdCmplncLegalCtrlChkSts = _OvrlTrdCmplncLegalCtrlChkSts.OvrlTrdCmplncLegalCtrlChkSts -- association [0..1]
LEFT OUTER JOIN I_ExciseTaxStatus AS _ExciseTaxStatus ON EU_DeliveryARCStatus = _ExciseTaxStatus.EU_ARCStatus -- association [0..1]
LEFT OUTER JOIN I_TimeZone AS _ExternalTCOTimezone ON IntcoExtTransfOfCtrlDteTmeTmzn = _ExternalTCOTimezone.TimeZoneID -- association [0..1]
LEFT OUTER JOIN I_TimeZone AS _InternalTCOTimezone ON IntcoIntTransfOfCtrlDteTmeTmzn = _InternalTCOTimezone.TimeZoneID -- association [0..1]
LEFT OUTER JOIN I_WarehouseExecutionStatus AS _WarehouseExecutionStatus ON ReadyForWarehouseExecStatus = _WarehouseExecutionStatus.ReadyForWarehouseExecStatus -- association [0..1]
LEFT OUTER JOIN I_AdvShipReceiveRlvnce AS _DelivAdvncdShipgRcvgRlvnce ON DelivAdvncdShipgRcvgRlvnce = _DelivAdvncdShipgRcvgRlvnce.DelivAdvncdShipgRcvgRlvnce -- association [0..1]
LEFT OUTER JOIN I_LogisticsExecutionScenario AS _LogisticsExecScenario ON LogisticsExecutionScenario = _LogisticsExecScenario.LogisticsExecutionScenario -- association [0..1]
LEFT OUTER JOIN E_DeliveryDocument AS _Extension ON DeliveryDocument = _Extension.DeliveryDocument -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA