I_JITCallCompGrpCanclnStsText

DDL: I_JITCALLCOMPGRPCANCLNSTSTEXT Type: view_entity BASIC

JIT Call Cancellation Status - Text

I_JITCallCompGrpCanclnStsText is a Basic CDS View that provides data about "JIT Call Cancellation Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, JITCallCompGrpCancellationSts. 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_JITCallCompGrpCanclnStatus _JITCallCompGrpCanclnStatus $projection.JITCallCompGrpCancellationSts = _JITCallCompGrpCanclnStatus.JITCallCompGrpCancellationSts

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IJITCGCANCSTSTXT view
EndUserText.label JIT Call Cancellation Status - Text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey JITCallCompGrpCancellationSts view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY JITCallCompGrpCancellationSts
JITCallCompGrpCanclnStsText ddtext
_Language _Language
_JITCallCompGrpCanclnStatus _JITCallCompGrpCanclnStatus
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.technicalName: 'IJITCGCANCSTSTXT'
@EndUserText.label: 'JIT Call Cancellation Status - Text'
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'JITCallCompGrpCancellationSts'
define view entity I_JITCallCompGrpCanclnStsText 
  as select from dd07t

  association [0..1] to I_Language                   as _Language                   on $projection.Language = _Language.Language

  association [0..1] to I_JITCallCompGrpCanclnStatus as _JITCallCompGrpCanclnStatus on $projection.JITCallCompGrpCancellationSts = _JITCallCompGrpCanclnStatus.JITCallCompGrpCancellationSts
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                                              as Language,

      @ObjectModel.text.element: ['JITCallCompGrpCanclnStsText']
  key cast ( substring( domvalue_l, 1, 1 ) as njit_cancellation_status )      as JITCallCompGrpCancellationSts,

      @Semantics.text: true
      ddtext                                                                  as JITCallCompGrpCanclnStsText,
      //Association

      _Language,
      _JITCallCompGrpCanclnStatus
}
where
      dd07t.domname  = 'XFELD'
  and dd07t.as4local = 'A'