I_AddressNonDeliverableReasonT

DDL: I_ADDRESSNONDELIVERABLEREASONT Type: view_entity BASIC

Address Non-Deliverable Reason - Text

I_AddressNonDeliverableReasonT is a Basic CDS View that provides data about "Address Non-Deliverable Reason - Text" in SAP S/4HANA. It reads from 1 data source (tsad12t) and exposes 4 fields with key fields Language, AddressNonDeliverableReason.

Data Sources (1)

SourceAliasJoin Type
tsad12t tsad12t from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey AddressNonDeliverableReason view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IBPADNONDLRSNT view
EndUserText.label Address Non-Deliverable Reason - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language langu
KEY AddressNonDeliverableReason undeliver
AddressNonDeliverableReasonTxt undeli_tx Non-Deliverable Reason Text
AddrNonDeliverableReasonDesc undeli_dc Non-Deliverable Reason Description
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'AddressNonDeliverableReason'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IBPADNONDLRSNT'
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET,#LANGUAGE_DEPENDENT_TEXT]
@EndUserText.label: 'Address Non-Deliverable Reason - Text'
define view entity I_AddressNonDeliverableReasonT
  as select from tsad12t
{
      @Semantics.language: true
  key langu     as Language,
  key undeliver as AddressNonDeliverableReason,
      @Semantics.text: true
      @EndUserText.label: 'Non-Deliverable Reason Text'
      @EndUserText.quickInfo: 'Non-Deliverable Reason Text'
      undeli_tx as AddressNonDeliverableReasonTxt,
      @EndUserText.label: 'Non-Deliverable Reason Description'
      @EndUserText.quickInfo: 'Non-Deliverable Reason Description'
      undeli_dc as AddrNonDeliverableReasonDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSAD12T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/