I_AddressNonDeliverableReason

DDL: I_ADDRESSNONDELIVERABLEREASON Type: view_entity BASIC Package: S_ADDRESS_VDM

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)

SourceAliasJoin Type
tsad12 tsad12 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AddressNonDeliverableReasonT _Text $projection.AddressNonDeliverableReason = _Text.AddressNonDeliverableReason

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}