I_JITApplicationLogSeverity

DDL: I_JITAPPLICATIONLOGSEVERITY Type: view_entity BASIC

JIT Application Log Severity

I_JITApplicationLogSeverity is a Basic CDS View that provides data about "JIT Application Log Severity" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITApplicationLogSeverityTxt _Text $projection.JITApplicationLogSeverity = _Text.JITApplicationLogSeverity

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label JIT Application Log Severity view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey JITApplicationLogSeverity view

Fields (1)

KeyFieldSource TableSource FieldDescription
_Text _Text
@AccessControl: {
    authorizationCheck    : #NOT_REQUIRED
}
@EndUserText.label: 'JIT Application Log Severity'
@VDM.viewType             : #BASIC
@ObjectModel: {
    usageType: {
      dataClass           : #MASTER,
      serviceQuality      : #A,
      sizeCategory        : #S
  },
  resultSet.sizeCategory  : #XS
}
@ObjectModel.representativeKey: 'JITApplicationLogSeverity'
define view entity I_JITApplicationLogSeverity
  as select from dd07l
  association [0..*] to I_JITApplicationLogSeverityTxt as _Text on $projection.JITApplicationLogSeverity = _Text.JITApplicationLogSeverity
{
      @ObjectModel.text.association: '_Text'
  key case domvalue_l
         when '0' then 0
         when '1' then 1
         when '2' then 2
         when '3' then 3
         else  0
       end as JITApplicationLogSeverity,
      _Text
}
where
      dd07l.domname  = 'NJIT_APPLICATION_LOG_SEVERITY'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JITAPPLICATIONLOGSEVERITYTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/