I_AddressNonDeliverableReason
View for undeliverable address reasons
I_AddressNonDeliverableReason is a Basic CDS View (Dimension) that provides data about "View for undeliverable address reasons" in SAP S/4HANA. It reads from 1 data source (tsad12) and exposes 2 fields with key field AddressNonDeliverableReason. It has 1 association to related views. Part of development package S_ADDRESS_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tsad12 | tsad12 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AddressNonDeliverableReasonT | _Text | $projection.AddressNonDeliverableReason = _Text.AddressNonDeliverableReason |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | AddressNonDeliverableReason | view | |
| Analytics.technicalName | IBPADNONDLRSN | view | |
| ObjectModel.sapObjectNodeType.name | AddressNonDeliverableReason | view | |
| EndUserText.label | View for undeliverable address reasons | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AddressNonDeliverableReason | undeliver | ||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'AddressNonDeliverableReason'
@Analytics.technicalName: 'IBPADNONDLRSN'
@ObjectModel.sapObjectNodeType.name: 'AddressNonDeliverableReason'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
@EndUserText.label: 'View for undeliverable address reasons'
define view entity I_AddressNonDeliverableReason
as select from tsad12
association [0..*] to I_AddressNonDeliverableReasonT as _Text on $projection.AddressNonDeliverableReason = _Text.AddressNonDeliverableReason
{
@ObjectModel.text.association: '_Text'
key undeliver as AddressNonDeliverableReason,
_Text
}
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