I_CntrlPurOrderDelivAddr
Delivery Address in Central Purchase Order
I_CntrlPurOrderDelivAddr is a Basic CDS View that provides data about "Delivery Address in Central Purchase Order" in SAP S/4HANA. It reads from 1 data source (I_CentralPurchaseOrderItem) and exposes 16 fields with key fields PurchaseOrder, PurchaseOrderItem, ExtSourceSystem, ItemDeliveryAddressID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CentralPurchaseOrderItem | I_CentralPurchaseOrderItem | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CentralPurchaseOrder | _CentralPurchaseOrder | $projection.PurchaseOrder = _CentralPurchaseOrder.PurchaseOrder and $projection.ExtSourceSystem = _CentralPurchaseOrder.ExtSourceSystem |
| [0..1] | I_ProcmtHubDeliveryAddress | _ProcAddress | $projection.ItemDeliveryAddressID = _ProcAddress.AddressID and $projection.ExtSourceSystem = _ProcAddress.ExtSourceSystem |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AbapCatalog.sqlViewName | ICPUORDDELAD | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Delivery Address in Central Purchase Order | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchaseOrder | PurchaseOrder | Purchasing Document | |
| KEY | PurchaseOrderItem | PurchaseOrderItem | Purchasing Document Item | |
| KEY | ExtSourceSystem | ExtSourceSystem | Connected System ID | |
| KEY | ItemDeliveryAddressID | ItemDeliveryAddressID | Address | |
| Plant | Plant | Valuation Area | ||
| BusinessPartnerName1 | _ProcAddress | BusinessPartnerName1 | Name | |
| BusinessPartnerName2 | _ProcAddress | BusinessPartnerName2 | Name 2 | |
| FullName | _ProcAddress | FullName | Name | |
| StreetName | _ProcAddress | StreetName | Text | |
| HouseNumber | _ProcAddress | HouseNumber | House Number | |
| PostalCode | _ProcAddress | PostalCode | Postal Code | |
| CityName | _ProcAddress | CityName | Name | |
| Region | _ProcAddress | Region | Venue Region | |
| Country | _ProcAddress | Country | Venue: Ctry/Reg | |
| _ProcAddress | _ProcAddress | |||
| _CentralPurchaseOrder | _CentralPurchaseOrder |
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_CntrlPurOrderDelivAddr.
-- 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: ICPUORDDELAD
CREATE VIEW I_CntrlPurOrderDelivAddr AS
SELECT
PurchaseOrder,
PurchaseOrderItem,
ExtSourceSystem,
ItemDeliveryAddressID,
Plant,
_ProcAddress.BusinessPartnerName1 AS BusinessPartnerName1,
_ProcAddress.BusinessPartnerName2 AS BusinessPartnerName2,
_ProcAddress.FullName AS FullName,
_ProcAddress.StreetName AS StreetName,
_ProcAddress.HouseNumber AS HouseNumber,
_ProcAddress.PostalCode AS PostalCode,
_ProcAddress.CityName AS CityName,
_ProcAddress.Region AS Region,
_ProcAddress.Country AS Country
FROM I_CentralPurchaseOrderItem
LEFT OUTER JOIN I_CentralPurchaseOrder AS _CentralPurchaseOrder ON PurchaseOrder = _CentralPurchaseOrder.PurchaseOrder AND ExtSourceSystem = _CentralPurchaseOrder.ExtSourceSystem -- association [1..1]
LEFT OUTER JOIN I_ProcmtHubDeliveryAddress AS _ProcAddress ON ItemDeliveryAddressID = _ProcAddress.AddressID AND ExtSourceSystem = _ProcAddress.ExtSourceSystem -- 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