I_NominationIncompleteIndVH

DDL: I_NOMINATIONINCOMPLETEINDVH SQL: INOMINCOMPVH Type: view BASIC

Value help for Incomplete Indicator

I_NominationIncompleteIndVH is a Basic CDS View that provides data about "Value help for Incomplete Indicator" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields NominationIndIncomplete, Language. 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 (13)

NameValueLevelField
AbapCatalog.sqlViewName INOMINCOMPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
Consumption.ranked true view
EndUserText.label Value help for Incomplete Indicator view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY NominationIndIncomplete dd07t domvalue_l Incompletion Flag
KEY Language dd07t ddlanguage
NominationIncompleteFlagDesc dd07t ddtext Incomplete Flag Description
_Language _Language
@AbapCatalog.sqlViewName: 'INOMINCOMPVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@Search.searchable: true
@ObjectModel.dataCategory:#VALUE_HELP
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
              usageType.serviceQuality: #C,
              usageType.sizeCategory: #L,
              usageType.dataClass: #MIXED
                }
@Consumption.ranked: true
@EndUserText.label: 'Value help for Incomplete Indicator'
define view I_NominationIncompleteIndVH
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @Search.defaultSearchElement: true
      @EndUserText.label: 'Incompletion Flag'
      @Search: { ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key dd07t.domvalue_l as NominationIndIncomplete,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
      @UI.hidden: true
  key dd07t.ddlanguage as Language,
      @Search.defaultSearchElement: true
      @Semantics.text: true
      @Search: { ranking: #LOW, fuzzinessThreshold: 0.8 }
      @EndUserText.label: 'Incomplete Flag Description'
      dd07t.ddtext     as NominationIncompleteFlagDesc,
      _Language
}
where
      domname    = 'OIJ_INCOMPLETE_FLAG'
  and as4local   = 'A'
  and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/