C_JITOutbSqncControlCycleVH

DDL: C_JITOUTBSQNCCONTROLCYCLEVH Type: view_entity CONSUMPTION

Control Cycle

C_JITOutbSqncControlCycleVH is a Consumption CDS View that provides data about "Control Cycle" in SAP S/4HANA. It reads from 1 data source (I_JITControlCycle) and exposes 6 fields with key fields JITControlCycle, Material, Plant.

Data Sources (1)

SourceAliasJoin Type
I_JITControlCycle I_JITControlCycle from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Control Cycle view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey JITControlCycle view
Consumption.ranked true view
Search.searchable true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY JITControlCycle JITControlCycle Control Cycle
KEY Material Material Material
KEY Plant Plant Plant
JITCtrlCycLifeCycSts JITCtrlCycLifeCycSts Lifecycle Status
ProductionSupplyArea ProductionSupplyArea Supply Area
SourceProductionSupplyArea SourceProductionSupplyArea Source Supply Area
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Control Cycle'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #MASTER
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'JITControlCycle'
@Consumption.ranked: true
@Search.searchable: true
define view entity C_JITOutbSqncControlCycleVH
     as select from I_JITControlCycle
{

      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7}
      @EndUserText.label: 'Control Cycle'
      @EndUserText.quickInfo: 'Control Cycle'
  key JITControlCycle,
      @Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Material'
      @EndUserText.quickInfo: 'Material'
  key Material,
      @Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Plant'
      @EndUserText.quickInfo: 'Plant'
      @UI.hidden: true
      @Consumption.filter.hidden: true
  key Plant,
      @Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Lifecycle Status'
      @EndUserText.quickInfo: 'Lifecycle Status'
      @UI.hidden: true
      @Consumption.filter.hidden: true
      JITCtrlCycLifeCycSts,
      @Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Supply Area'
      @EndUserText.quickInfo: 'Supply Area'
      ProductionSupplyArea,
      @Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Source Supply Area'
      @EndUserText.quickInfo: 'Source Supply Area'
      SourceProductionSupplyArea

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