I_JITFcstMtchgViewTypeText

DDL: I_JITFCSTMTCHGVIEWTYPETEXT Type: view_entity BASIC

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 5 fields with key fields Language, JITFcstMtchgViewType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (9)

NameValueLevelField
EndUserText.label JIT Forecast Matching View Type - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IJITFCSTMTCHGVWT view
ObjectModel.representativeKey JITFcstMtchgViewType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY JITFcstMtchgViewType
JITFcstMtchgViewTypeText
_JITFcstMtchgViewType _JITFcstMtchgViewType
_Language _Language
@EndUserText.label: 'JIT Forecast Matching View Type - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IJITFCSTMTCHGVWT'
@ObjectModel.representativeKey: 'JITFcstMtchgViewType'
@ObjectModel.usageType: { dataClass: #MASTER,
                          serviceQuality: #A,
                          sizeCategory: #S
                         }
define view entity I_JITFcstMtchgViewTypeText
  as select from dd07t
  association [0..1] to I_JITFcstMtchgViewType as _JITFcstMtchgViewType on $projection.JITFcstMtchgViewType = _JITFcstMtchgViewType.JITFcstMtchgViewType
  association [0..1] to I_Language             as _Language             on $projection.Language = _Language.Language
{
      @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,
      @Semantics.text: true
      cast(ddtext as abap.char(100) )                                               as JITFcstMtchgViewTypeText,
      _JITFcstMtchgViewType,
      _Language
}
where
      domname  = 'NJIT_FCST_MTCHG_VIEW_TYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_JITFCSTMTCHGVIEWTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/