I_JITProdnConfProfileDesc

DDL: I_JITPRODNCONFPROFILEDESC Type: view_entity BASIC Package: NJIT_CORE

JIT Production Conf Profile - Text

I_JITProdnConfProfileDesc is a Basic CDS View that provides data about "JIT Production Conf Profile - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, JITProdnConfProfile. It has 2 associations to related views. Part of development package NJIT_CORE.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_JITProdnConfProfile _JITProdnConfProfile $projection.JITProdnConfProfile = _JITProdnConfProfile.JITProdnConfProfile

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label JIT Production Conf Profile - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey JITProdnConfProfile view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY JITProdnConfProfile
JITProdnConfProfileDesc
_Language _Language
_JITProdnConfProfile _JITProdnConfProfile
@AccessControl.authorizationCheck           : #NOT_REQUIRED
@EndUserText.label                          : 'JIT Production Conf Profile - Text'
@Metadata.ignorePropagatedAnnotations       : true
@ObjectModel                                : { dataCategory            : #TEXT,
                                                modelingPattern         : #LANGUAGE_DEPENDENT_TEXT,
                                                representativeKey       : 'JITProdnConfProfile',
                                                supportedCapabilities   : [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
                                                usageType               : { dataClass       : #META,
                                                                            serviceQuality  : #A,
                                                                            sizeCategory    : #S }
                                              }
@Search.searchable                          : true
@VDM.viewType                               : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
/*+[hideWarning] { "IDS" : [ "KEY_CHECK/code>*/
define view entity I_JITProdnConfProfileDesc
  as select from dd07t
  association [0..1] to I_Language            as _Language            on $projection.Language = _Language.Language
  /*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
  association [0..1] to I_JITProdnConfProfile as _JITProdnConfProfile on $projection.JITProdnConfProfile = _JITProdnConfProfile.JITProdnConfProfile
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )                                as Language,
      @ObjectModel.text.element: ['JITProdnConfProfileDesc']
      @ObjectModel.foreignKey.association: '_JITProdnConfProfile'
  key cast( substring( domvalue_l, 1, 4 ) as njit_prodn_conf_profile preserving type ) as JITProdnConfProfile,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast( dd07t.ddtext as val_text preserving type )                                 as JITProdnConfProfileDesc,
      _Language,
      _JITProdnConfProfile
}
where
      domname  = 'NJIT_PRODN_CONF_PROFILE'
  and as4local = 'A'