C_BPUSRFormOfAddressVH
Value Help view for Form of Address
C_BPUSRFormOfAddressVH is a Consumption CDS View that provides data about "Value Help view for Form of Address" in SAP S/4HANA. It reads from 1 data source (tsad3) and exposes 3 fields with key field FormOfAddress. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tsad3 | tsad3 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FormOfAddressText | _Text | $projection.FormOfAddress = _Text.FormOfAddress |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CBPUFRMOFADDRVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help view for Form of Address | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.representativeKey | FormOfAddress | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FormOfAddress | tsad3 | title | |
| FormOfAddressName | ||||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CBPUFRMOFADDRVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help view for Form of Address'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.representativeKey: 'FormOfAddress'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel : { resultSet.sizeCategory: #XS }
define view C_BPUSRFormOfAddressVH
as select from tsad3
association [0..*] to I_FormOfAddressText as _Text on $projection.FormOfAddress = _Text.FormOfAddress
{
@ObjectModel.text.element: ['FormOfAddressName']
@ObjectModel.text.association: '_Text'
key tsad3.title as FormOfAddress,
@Semantics.text: true
_Text[1:Language = $session.system_language].FormOfAddressName,
_Text
}
where
tsad3.person = 'X'
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