I_JITFcstMtchgViewType

DDL: I_JITFCSTMTCHGVIEWTYPE Type: view_entity BASIC

JIT Forecast Matching View Type

I_JITFcstMtchgViewType is a Basic CDS View that provides data about "JIT Forecast Matching View Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field JITFcstMtchgViewType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITFcstMtchgViewTypeText _Text $projection.JITFcstMtchgViewType = _Text.JITFcstMtchgViewType

Annotations (9)

NameValueLevelField
EndUserText.label JIT Forecast Matching View Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey JITFcstMtchgViewType view
Analytics.technicalName IJITFCSTMTCHGVW view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY JITFcstMtchgViewType
_Text _Text
@EndUserText.label: 'JIT Forecast Matching View Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: { dataClass: #MASTER,
                          serviceQuality: #A,
                          sizeCategory: #L
                         }
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'JITFcstMtchgViewType'
@Analytics.technicalName: 'IJITFCSTMTCHGVW'
@VDM.viewType: #BASIC
define view entity I_JITFcstMtchgViewType
  as select from dd07l
  association [0..*] to I_JITFcstMtchgViewTypeText as _Text on $projection.JITFcstMtchgViewType = _Text.JITFcstMtchgViewType
{
       @ObjectModel.text.association: '_Text'
  key  cast(domvalue_l as njit_fcst_mtchg_view_type) as JITFcstMtchgViewType,
       _Text
}
where
      domname  = 'NJIT_FCST_MTCHG_VIEW_TYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JITFCSTMTCHGVIEWTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/