C_Cust360RecentDeliveryDoc
Customer 360 Recent Delivery
C_Cust360RecentDeliveryDoc is a Consumption CDS View that provides data about "Customer 360 Recent Delivery" in SAP S/4HANA. It reads from 2 data sources (I_Customer360BusDocSetting, I_DeliveryDocument) and exposes 18 fields with key fields SoldToParty, OutboundDelivery, SDDocumentCategory. It is exposed through 1 OData service (SD_ADVNCD_CUSTOMER360).
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer360BusDocSetting | Customer360BusDocSetting | inner |
| I_DeliveryDocument | DeliveryDocument | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Customer 360 Recent Delivery | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| SD_ADVNCD_CUSTOMER360 | SD_ADVNCD_CUSTOMER360 | V4 | C1 | NOT_RELEASED |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SoldToParty | I_DeliveryDocument | SoldToParty | Sold-to Party |
| KEY | OutboundDelivery | I_DeliveryDocument | DeliveryDocument | Outbound Delivery |
| KEY | SDDocumentCategory | I_DeliveryDocument | SDDocumentCategory | Document Cat. |
| CustomerName | ||||
| DeliveryDocumentType | I_DeliveryDocument | DeliveryDocumentType | Delivery Type | |
| DeliveryDocumentTypeName | ||||
| OverallSDProcessStatus | I_DeliveryDocument | OverallSDProcessStatus | Overall Status | |
| OverallSDProcessStatusDesc | ||||
| TotalNetAmount | I_DeliveryDocument | TotalNetAmount | Total Net Amount | |
| TransactionCurrency | I_DeliveryDocument | TransactionCurrency | Transaction Currency | |
| CreationDate | I_DeliveryDocument | CreationDate | Time Stamp | |
| _DeliveryDocumentType | I_DeliveryDocument | _DeliveryDocumentType | ||
| _OverallSDProcessStatus | I_DeliveryDocument | _OverallSDProcessStatus | ||
| SalesOrganization | I_DeliveryDocument | SalesOrganization | Sales Organization | |
| ShippingPoint | I_DeliveryDocument | ShippingPoint | Shipping Point | |
| ShippingPointName | ||||
| _ShippingPoint | I_DeliveryDocument | _ShippingPoint | ||
| _SoldToParty | I_DeliveryDocument | _SoldToParty |
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_Cust360RecentDeliveryDoc.
-- 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.
-- SQL view name: CUST360BDRDEL
CREATE VIEW C_Cust360RecentDeliveryDoc AS
SELECT
DeliveryDocument.SoldToParty AS SoldToParty,
DeliveryDocument.DeliveryDocument AS OutboundDelivery,
DeliveryDocument.SDDocumentCategory AS SDDocumentCategory,
DeliveryDocument._SoldToParty.CustomerName AS CustomerName,
DeliveryDocument.DeliveryDocumentType AS DeliveryDocumentType,
DeliveryDocument._DeliveryDocumentType._Text[1:Language = $session.system_language].DeliveryDocumentTypeName AS DeliveryDocumentTypeName,
DeliveryDocument.OverallSDProcessStatus AS OverallSDProcessStatus,
DeliveryDocument._OverallSDProcessStatus._Text[1:Language = $session.system_language].OverallSDProcessStatusDesc AS OverallSDProcessStatusDesc,
DeliveryDocument.TotalNetAmount AS TotalNetAmount,
DeliveryDocument.TransactionCurrency AS TransactionCurrency,
DeliveryDocument.CreationDate AS CreationDate,
DeliveryDocument._DeliveryDocumentType AS _DeliveryDocumentType,
DeliveryDocument._OverallSDProcessStatus AS _OverallSDProcessStatus,
DeliveryDocument.SalesOrganization AS SalesOrganization,
DeliveryDocument.ShippingPoint AS ShippingPoint,
DeliveryDocument._ShippingPoint._Text[1:Language = $session.system_language].ShippingPointName AS ShippingPointName,
DeliveryDocument._ShippingPoint AS _ShippingPoint,
DeliveryDocument._SoldToParty AS _SoldToParty
FROM I_DeliveryDocument AS DeliveryDocument
INNER JOIN I_Customer360BusDocSetting AS Customer360BusDocSetting ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- 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