I_EDocTargetApplText

DDL: I_EDOCTARGETAPPLTEXT SQL: IEDOCTARGETAPPT Type: view COMPOSITE

Target Appl for DRC Dashboard - Text

I_EDocTargetApplText is a Composite CDS View that provides data about "Target Appl for DRC Dashboard - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, ElectronicDocTargetAppl. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IEDOCTARGETAPPT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Target Appl for DRC Dashboard - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey ElectronicDocTargetAppl view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
VDM.viewType #COMPOSITE view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY ElectronicDocTargetAppl
DomainValue dd07t domvalue_l
ElectronicDocTargetApplText
_EDocTargetApplValueHelp _EDocTargetApplValueHelp
_Language _Language
@AbapCatalog.sqlViewName: 'IEDOCTARGETAPPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Target Appl for DRC Dashboard - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT]
@ObjectModel.representativeKey: 'ElectronicDocTargetAppl'
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType: {
  sizeCategory: #S,
  dataClass: #META,
  serviceQuality: #A
}
@VDM.viewType: #COMPOSITE

define view I_EDocTargetApplText
  as select from dd07t
  association        to parent I_EDocTargetApplValueHelp as _EDocTargetApplValueHelp on $projection.ElectronicDocTargetAppl = _EDocTargetApplValueHelp.ElectronicDocTargetAppl
  association [0..1] to I_Language                       as _Language                on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )             as Language,

      @ObjectModel.foreignKey.association: '_EDocTargetApplValueHelp'
      @ObjectModel.text.element: ['ElectronicDocTargetApplText']
  key cast( dd07t.domvalue_l as edoc_target_appl )                  as ElectronicDocTargetAppl,

      @Analytics.hidden: true
      @Consumption.hidden: true
      dd07t.domvalue_l                                              as DomainValue,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast( dd07t.ddtext as edoc_target_appl_text preserving type ) as ElectronicDocTargetApplText,

      _EDocTargetApplValueHelp,
      _Language
}
where
      dd07t.domname  = 'EDOC_TARGET_APPL'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'