I_EDocTargetApplValueHelp

DDL: I_EDOCTARGETAPPLVALUEHELP SQL: IEDOCTARGETAPPVH Type: view COMPOSITE

Target Application in DRC Dashboard

I_EDocTargetApplValueHelp is a Composite CDS View that provides data about "Target Application in DRC Dashboard" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ElectronicDocTargetAppl. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EDocTargetApplText _Text

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IEDOCTARGETAPPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view
EndUserText.label Target Application in DRC Dashboard view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #COMPOSITE view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
Search.searchable true view
ObjectModel.representativeKey ElectronicDocTargetAppl view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ElectronicDocTargetAppl
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IEDOCTARGETAPPVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
@EndUserText.label: 'Target Application in DRC Dashboard'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.viewType: #COMPOSITE
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType: {
  sizeCategory: #S,
  dataClass: #META,
  serviceQuality: #A
}
@Search.searchable: true
@ObjectModel.representativeKey: 'ElectronicDocTargetAppl'

define root view I_EDocTargetApplValueHelp
  as select from dd07l
  composition [0..*] of I_EDocTargetApplText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as edoc_target_appl ) as ElectronicDocTargetAppl,

      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                             as DomainValue,

      _Text
}
where
      dd07l.domname  = 'EDOC_TARGET_APPL'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_EDOCTARGETAPPLTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/