A_OutbDeliveryAddress_2
Outbound Delivery Address
A_OutbDeliveryAddress_2 is a Composite CDS View that provides data about "Outbound Delivery Address" in SAP S/4HANA. It reads from 1 data source (I_DeliveryPartnerAddress) and exposes 52 fields with key fields DeliveryDocument, PartnerFunction. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DeliveryPartnerAddress | I_DeliveryPartnerAddress | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | A_OutbDeliveryHeader_1 | _OutbDeliveryDocument | _OutbDeliveryDocument.DeliveryDocument = $projection.DeliveryDocument |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | AOUTBDELIVERYAD2 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Outbound Delivery Address | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (52)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DeliveryDocument | DeliveryDocument | Outbound Delivery | |
| KEY | PartnerFunction | PartnerFunction | Partner Functn | |
| AddressID | AddressID | Ship-to address | ||
| DeliveryVersion | _OutbDeliveryDocument | DeliveryVersion | ||
| FormOfAddress | FormOfAddress | Title Key | ||
| BusinessPartnerName1 | BusinessPartnerName1 | Name | ||
| BusinessPartnerName2 | BusinessPartnerName2 | Name 2 | ||
| BusinessPartnerName3 | BusinessPartnerName3 | Name 3 | ||
| BusinessPartnerName4 | BusinessPartnerName4 | Name 4 | ||
| PersonFamilyName | PersonFamilyName | |||
| PersonGivenName | PersonGivenName | |||
| Building | Building | Building code | ||
| Floor | Floor | Floor | ||
| RoomNumber | RoomNumber | Room Number | ||
| CareOfName | CareOfName | c/o | ||
| StreetPrefixName | StreetPrefixName | Street 2 | ||
| AdditionalStreetPrefixName | AdditionalStreetPrefixName | Street 3 | ||
| StreetName | StreetName | Text | ||
| HouseNumber | HouseNumber | House Number | ||
| HouseNumberSupplementText | HouseNumberSupplementText | Supplement | ||
| StreetSuffixName | StreetSuffixName | Street 4 | ||
| AdditionalStreetSuffixName | AdditionalStreetSuffixName | Street 5 | ||
| District | District | District Court | ||
| HomeCityName | HomeCityName | Different City | ||
| PostalCode | PostalCode | Postal Code | ||
| CityName | CityName | Name | ||
| County | County | Wyoming County | ||
| Country | Country | Venue: Ctry/Reg | ||
| Region | Region | Venue Region | ||
| AddressTimeZone | AddressTimeZone | Time Zone | ||
| TaxJurisdiction | TaxJurisdiction | Tax Jurisdiction | ||
| TransportZone | TransportZone | Transport Zone | ||
| POBox | POBox | PO Box | ||
| POBoxIsWithoutNumber | POBoxIsWithoutNumber | PO Box w/o No. | ||
| DeliveryServiceTypeCode | DeliveryServiceTypeCode | Delvry Serv Type | ||
| DeliveryServiceNumber | DeliveryServiceNumber | Delivery Service No. | ||
| POBoxLobbyName | POBoxLobbyName | PO Box Lobby | ||
| POBoxPostalCode | POBoxPostalCode | PO Box Postal Code | ||
| POBoxDeviatingCityName | POBoxDeviatingCityName | PO Box City | ||
| POBoxDeviatingCountry | POBoxDeviatingCountry | PO Box C/R | ||
| POBoxDeviatingRegion | POBoxDeviatingRegion | PO Region | ||
| CompanyPostalCode | CompanyPostalCode | Company Post Cd | ||
| AddressPostBoxUnusable | AddressPostBoxUnusable | Undeliverable | ||
| PhoneNumber | PhoneNumber | Telephone no. | ||
| PhoneNumberExtension | PhoneNumberExtension | Extension | ||
| MobilePhoneNumber | MobilePhoneNumber | Telephone | ||
| FaxNumber | FaxNumber | Fax Number | ||
| FaxNumberExtension | FaxNumberExtension | Extension | ||
| EmailAddress | EmailAddress | E-Mail Address | ||
| PrfrdCommMediumType | PrfrdCommMediumType | Comm. Method | ||
| CorrespondenceLanguage | CorrespondenceLanguage | Language | ||
| _OutbDeliveryDocument | _OutbDeliveryDocument |
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 A_OutbDeliveryAddress_2.
-- 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: AOUTBDELIVERYAD2
CREATE VIEW A_OutbDeliveryAddress_2 AS
SELECT
DeliveryDocument,
PartnerFunction,
AddressID,
_OutbDeliveryDocument.DeliveryVersion AS DeliveryVersion,
FormOfAddress,
BusinessPartnerName1,
BusinessPartnerName2,
BusinessPartnerName3,
BusinessPartnerName4,
PersonFamilyName,
PersonGivenName,
Building,
Floor,
RoomNumber,
CareOfName,
StreetPrefixName,
AdditionalStreetPrefixName,
StreetName,
HouseNumber,
HouseNumberSupplementText,
StreetSuffixName,
AdditionalStreetSuffixName,
District,
HomeCityName,
PostalCode,
CityName,
County,
Country,
Region,
AddressTimeZone,
TaxJurisdiction,
TransportZone,
POBox,
POBoxIsWithoutNumber,
DeliveryServiceTypeCode,
DeliveryServiceNumber,
POBoxLobbyName,
POBoxPostalCode,
POBoxDeviatingCityName,
POBoxDeviatingCountry,
POBoxDeviatingRegion,
CompanyPostalCode,
AddressPostBoxUnusable,
PhoneNumber,
PhoneNumberExtension,
MobilePhoneNumber,
FaxNumber,
FaxNumberExtension,
EmailAddress,
PrfrdCommMediumType,
CorrespondenceLanguage
FROM I_DeliveryPartnerAddress
LEFT OUTER JOIN A_OutbDeliveryHeader_1 AS _OutbDeliveryDocument ON _OutbDeliveryDocument.DeliveryDocument = 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