I_JITFcstMtchgViewTypeText

DDL: I_JITFCSTMTCHGVIEWTYPETEXT Type: view_entity BASIC Package: NJIT_MODEL_GENERAL

JIT Forecast Matching View Type - Text

I_JITFcstMtchgViewTypeText is a Basic CDS View that provides data about "JIT Forecast Matching View Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, JITFcstMtchgViewType. It has 2 associations to related views. Part of development package NJIT_MODEL_GENERAL.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_JITFcstMtchgViewType _JITFcstMtchgViewType $projection.JITFcstMtchgViewType = _JITFcstMtchgViewType.JITFcstMtchgViewType

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IJITFCSTMTCHGVWT view
EndUserText.label JIT Forecast Matching View Type - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey JITFcstMtchgViewType 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 JITFcstMtchgViewType
DomainValue domvalue_l
JITFcstMtchgViewTypeText ddtext
_JITFcstMtchgViewType _JITFcstMtchgViewType
_Language _Language
@AbapCatalog.viewEnhancementCategory    : [#NONE]
@AccessControl.authorizationCheck       : #NOT_REQUIRED
@Analytics.technicalName                : 'IJITFCSTMTCHGVWT'
@EndUserText.label                      : 'JIT Forecast Matching View Type - Text'
@Metadata.ignorePropagatedAnnotations   : true
@ObjectModel                            :{ dataCategory               : #TEXT,
                                           modelingPattern            : #LANGUAGE_DEPENDENT_TEXT,
                                           representativeKey          :'JITFcstMtchgViewType',
                                           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_JITFcstMtchgViewTypeText
  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_JITFcstMtchgViewType as _JITFcstMtchgViewType on $projection.JITFcstMtchgViewType = _JITFcstMtchgViewType.JITFcstMtchgViewType
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                                                    as Language,
      @ObjectModel.text.element: [ 'JITFcstMtchgViewTypeText']
      @ObjectModel.foreignKey.association: '_JITFcstMtchgViewType'
  key cast(substring(domvalue_l,1,1) as njit_fcst_mtchg_view_type preserving type ) as JITFcstMtchgViewType,
      @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 JITFcstMtchgViewTypeText,
      _JITFcstMtchgViewType,
      _Language
}
where
      domname  = 'NJIT_FCST_MTCHG_VIEW_TYPE'
  and as4local = 'A'