P_BillingAddrOrgNamePostalAddr
Postal Address and Organization Name
P_BillingAddrOrgNamePostalAddr is a Composite CDS View that provides data about "Postal Address and Organization Name" in SAP S/4HANA. It reads from 1 data source (I_AddrOrgNamePostalAddress) and exposes 24 fields with key fields AddressID, AddressRepresentationCode. It has 1 association to related views. Part of development package ODATA_SD_BIL_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AddrOrgNamePostalAddress | I_AddrOrgNamePostalAddress | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _CorrespondenceLanguage | $projection.CorrespondenceLanguage = _CorrespondenceLanguage.Language |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Postal Address and Organization Name | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AddressID | AddressID | ||
| KEY | AddressRepresentationCode | AddressRepresentationCode | ||
| CorrespondenceLanguage | CorrespondenceLanguage | |||
| StreetPrefixName1 | StreetPrefixName1 | |||
| StreetPrefixName2 | StreetPrefixName2 | |||
| StreetName | StreetName | |||
| StreetSuffixName1 | StreetSuffixName1 | |||
| StreetSuffixName2 | StreetSuffixName2 | |||
| HouseNumber | HouseNumber | |||
| PostalCode | PostalCode | |||
| DistrictName | DistrictName | |||
| CityName | CityName | |||
| POBox | POBox | |||
| POBoxPostalCode | POBoxPostalCode | |||
| TaxJurisdiction | TaxJurisdiction | |||
| Country | Country | |||
| Region | Region | |||
| TransportZone | TransportZone | |||
| FormOfAddress | FormOfAddress | |||
| _Region | _Region | |||
| _Country | _Country | |||
| _FormOfAddress | _FormOfAddress | |||
| _TransportationZone | _TransportationZone | |||
| _CorrespondenceLanguage | _CorrespondenceLanguage |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Postal Address and Organization Name'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XXL,
dataClass: #MIXED
}
@VDM.private:true
@VDM.viewType: #COMPOSITE
define view entity P_BillingAddrOrgNamePostalAddr
as select from I_AddrOrgNamePostalAddress
association [0..1] to I_Language as _CorrespondenceLanguage on $projection.CorrespondenceLanguage = _CorrespondenceLanguage.Language
{
key AddressID,
key AddressRepresentationCode,
CorrespondenceLanguage,
StreetPrefixName1,
StreetPrefixName2,
StreetName,
StreetSuffixName1,
StreetSuffixName2,
HouseNumber,
PostalCode,
DistrictName,
CityName,
POBox,
POBoxPostalCode,
TaxJurisdiction,
Country,
Region,
TransportZone,
FormOfAddress,
_Region,
_Country,
_FormOfAddress,
_TransportationZone,
_CorrespondenceLanguage
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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