I_JITProdnConfProfile

DDL: I_JITPRODNCONFPROFILE Type: view_entity BASIC

JIT Production Confirmation Profile

I_JITProdnConfProfile is a Basic CDS View that provides data about "JIT Production Confirmation Profile" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field JITProdnConfProfile. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITProdnConfProfileDesc _Text $projection.JITProdnConfProfile = _Text.JITProdnConfProfile

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label JIT Production Confirmation Profile view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
Search.searchable true view
ObjectModel.representativeKey JITProdnConfProfile view
ObjectModel.dataCategory #VALUE_HELP view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.internalName #LOCAL view
ObjectModel.resultSet.sizeCategory #XS view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY JITProdnConfProfile
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'JIT Production Confirmation Profile'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #META
}
@VDM.viewType: #BASIC
@Search.searchable: true
@ObjectModel.representativeKey: 'JITProdnConfProfile'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #ANALYTICAL_DIMENSION
                                   ]
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Analytics.internalName: #LOCAL
@ObjectModel.resultSet.sizeCategory: #XS
@Consumption.ranked: true  

define view entity I_JITProdnConfProfile
  as select from dd07l
  association [0..*] to I_JITProdnConfProfileDesc as _Text on  $projection.JITProdnConfProfile = _Text.JITProdnConfProfile 
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as njit_prodn_conf_profile) as JITProdnConfProfile,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l                  as DomainValue,      
      //Associations

      _Text
}
where
      dd07l.domname  = 'NJIT_PRODN_CONF_PROFILE'
  and dd07l.as4local = 'A'

  
  
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JITPRODNCONFPROFILEDESC"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/