I_JITPckgGrpDefStatusTxt

DDL: I_JITPCKGGRPDEFSTATUSTXT Type: view_entity BASIC

JIT Package Specification Status - Text

I_JITPckgGrpDefStatusTxt is a Basic CDS View that provides data about "JIT Package Specification Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, JITPckgGrpDefStatus. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (10)

NameValueLevelField
EndUserText.label JIT Package Specification Status - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IJITPGDSTST view
ObjectModel.representativeKey Language view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY JITPckgGrpDefStatus
JITPckgGrpDefStatusText ddtext
_Language _Language
_JITPckgGrpDefStatus _JITPckgGrpDefStatus
@EndUserText.label: 'JIT Package Specification Status - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IJITPGDSTST'
@ObjectModel.representativeKey: 'Language'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
define view entity I_JITPckgGrpDefStatusTxt
  as select from dd07t
  association [0..1] to I_Language            as _Language            on $projection.Language = _Language.Language
  association [0..1] to I_JITPckgGrpDefStatus as _JITPckgGrpDefStatus on $projection.JITPckgGrpDefStatus = _JITPckgGrpDefStatus.JITPckgGrpDefStatus
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                                         as Language,
      @ObjectModel.text.element: ['JITPckgGrpDefStatusText']
      @ObjectModel.foreignKey.association: '_JITPckgGrpDefStatus'
  key cast ( substring( domvalue_l, 1, 1 ) as njit_pckg_grp_def_status ) as JITPckgGrpDefStatus,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      ddtext                                                             as JITPckgGrpDefStatusText,
      _Language,
      _JITPckgGrpDefStatus
}
where
      domname  = 'NJIT_PCKG_GRP_DEF_STATUS'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_JITPCKGGRPDEFSTATUS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/