I_JITProdnConfProfileDesc

DDL: I_JITPRODNCONFPROFILEDESC Type: view_entity BASIC

JIT Production Confirmation Profile Description

I_JITProdnConfProfileDesc is a Basic CDS View that provides data about "JIT Production Confirmation Profile Description" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, JITProdnConfProfile. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (11)

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

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY JITProdnConfProfile
DomainValue dd07t domvalue_l
JITProdnConfProfileDesc
_Language _Language
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'JIT Production Confirmation Profile Description'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #META
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'JITProdnConfProfile' 
@ObjectModel.modelingPattern:           #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #LANGUAGE_DEPENDENT_TEXT
                                         ]
@Search.searchable: true

define view entity I_JITProdnConfProfileDesc
  as select from dd07t
  association [0..1] to I_Language            as _Language            on $projection.Language = _Language.Language
{ 
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language,
  
      @ObjectModel.text.element: ['JITProdnConfProfileDesc']  
  key cast( dd07t.domvalue_l as njit_prodn_conf_profile )                 as JITProdnConfProfile,      
      @Consumption.hidden: true
      dd07t.domvalue_l                                  as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast( dd07t.ddtext as val_text preserving type )  as JITProdnConfProfileDesc,

      _Language   
}
where
      domname  = 'NJIT_PRODN_CONF_PROFILE'
  and as4local = 'A'
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/