C_PurchasingDeliveryAddressVH
Master Delivery Addresses
C_PurchasingDeliveryAddressVH is a Consumption CDS View that provides data about "Master Delivery Addresses" in SAP S/4HANA. It reads from 1 data source (I_OrganizationAddress) and exposes 16 fields with key field AddressID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OrganizationAddress | I_OrganizationAddress | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AddressGroupText | _AddressGroupText | $projection.AddressGroup = _AddressGroupText.AddressGroup |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPURDELADDRVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | AddressID | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.text.control | #ASSOCIATED_TEXT_UI_HIDDEN | view | |
| EndUserText.label | Master Delivery Addresses | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AddressID | I_OrganizationAddress | AddressID | Ship-to address |
| AddressGroup | I_OrganizationAddress | AddressGroup | ||
| AddressGroupName | ||||
| AddresseeFullName | I_OrganizationAddress | AddresseeFullName | Full Name | |
| AddresseeName1 | I_OrganizationAddress | AddresseeName1 | ||
| AddresseeName2 | I_OrganizationAddress | AddresseeName2 | ||
| CityName | I_OrganizationAddress | CityName | Name | |
| StreetName | I_OrganizationAddress | StreetName | Text | |
| Region | I_OrganizationAddress | Region | Venue Region | |
| Country | I_OrganizationAddress | Country | Venue: Ctry/Reg | |
| PostalCode | I_OrganizationAddress | PostalCode | Postal Code | |
| HouseNumber | I_OrganizationAddress | HouseNumber | House Number | |
| AddressSearchTerm1 | I_OrganizationAddress | AddressSearchTerm1 | Search Term 1 | |
| AddressSearchTerm2 | I_OrganizationAddress | AddressSearchTerm2 | Search Term 2 | |
| _AddressGroup | _AddressGroup | |||
| _AddressGroupText | _AddressGroupText |
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_PurchasingDeliveryAddressVH.
-- 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: CPURDELADDRVH
CREATE VIEW C_PurchasingDeliveryAddressVH AS
SELECT
I_OrganizationAddress.AddressID AS AddressID,
I_OrganizationAddress.AddressGroup AS AddressGroup,
_AddressGroupText[1:Language=$session.system_language].AddressGroupName AS AddressGroupName,
I_OrganizationAddress.AddresseeFullName AS AddresseeFullName,
I_OrganizationAddress.AddresseeName1 AS AddresseeName1,
I_OrganizationAddress.AddresseeName2 AS AddresseeName2,
I_OrganizationAddress.CityName AS CityName,
I_OrganizationAddress.StreetName AS StreetName,
I_OrganizationAddress.Region AS Region,
I_OrganizationAddress.Country AS Country,
I_OrganizationAddress.PostalCode AS PostalCode,
I_OrganizationAddress.HouseNumber AS HouseNumber,
I_OrganizationAddress.AddressSearchTerm1 AS AddressSearchTerm1,
I_OrganizationAddress.AddressSearchTerm2 AS AddressSearchTerm2
FROM I_OrganizationAddress
LEFT OUTER JOIN I_AddressGroupText AS _AddressGroupText ON AddressGroup = _AddressGroupText.AddressGroup -- association [0..*]
;
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