I_JITCallCompGrpCanclnStsText

DDL: I_JITCALLCOMPGRPCANCLNSTSTEXT Type: view_entity BASIC Package: NJIT_MODEL_INBOUNDCALL

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 6 fields with key fields Language, JITCallCompGrpCancellationSts. It has 2 associations to related views. Part of development package NJIT_MODEL_INBOUNDCALL.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_JITCallCompGrpCanclnStatus _JITCallCompGrpCanclnStatus $projection.JITCallCompGrpCancellationSts = _JITCallCompGrpCanclnStatus.JITCallCompGrpCancellationSts

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IJITCGCANCSTSTXT view
EndUserText.label JIT Call Cancellation Status - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey JITCallCompGrpCancellationSts view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
Search.searchable true view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY JITCallCompGrpCancellationSts
DomainValue domvalue_l
JITCallCompGrpCanclnStsText ddtext
_Language _Language
_JITCallCompGrpCanclnStatus _JITCallCompGrpCanclnStatus
@AbapCatalog.viewEnhancementCategory    : [#NONE]
@AccessControl.authorizationCheck       : #NOT_REQUIRED
@Analytics.technicalName                : 'IJITCGCANCSTSTXT'
@EndUserText.label                      : 'JIT Call Cancellation Status - Text'
@Metadata.ignorePropagatedAnnotations   : true
@ObjectModel                            :{ dataCategory               : #TEXT,
                                           modelingPattern            : #LANGUAGE_DEPENDENT_TEXT,
                                           representativeKey          :'JITCallCompGrpCancellationSts',
                                           resultSet.sizeCategory     : #XS,
                                           supportedCapabilities      :[ #CDS_MODELING_ASSOCIATION_TARGET,
                                                                         #CDS_MODELING_DATA_SOURCE,
                                                                         #LANGUAGE_DEPENDENT_TEXT,
                                                                         #SEARCHABLE_ENTITY,
                                                                         #SQL_DATA_SOURCE
                                                                        ],
                                           usageType                  :{ dataClass        : #META,
                                                                         sizeCategory     : #S,
                                                                         serviceQuality   : #A
                                                                       }
                                         }
@Search.searchable                      : true
@VDM.viewType                           : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define view entity I_JITCallCompGrpCanclnStsText
  as select from dd07t
  association [0..1] to I_Language                   as _Language                   on $projection.Language = _Language.Language
  /*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] }*/
  association [1..1] to I_JITCallCompGrpCanclnStatus as _JITCallCompGrpCanclnStatus on $projection.JITCallCompGrpCancellationSts = _JITCallCompGrpCanclnStatus.JITCallCompGrpCancellationSts
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                                                         as Language,
      @ObjectModel.foreignKey.association: '_JITCallCompGrpCanclnStatus'
      @ObjectModel.text.element: ['JITCallCompGrpCanclnStsText']
  key cast ( substring( domvalue_l, 1, 1 ) as njit_cancellation_status preserving type ) as JITCallCompGrpCancellationSts,
      @Analytics.hidden: true
      @Consumption.hidden: true
      domvalue_l                                                                         as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      ddtext                                                                             as JITCallCompGrpCanclnStsText,
      _Language,
      _JITCallCompGrpCanclnStatus
}
where
      domname  = 'XFELD'
  and as4local = 'A'