C_JITOutbControlCycleOvw

DDL: C_JITOUTBCONTROLCYCLEOVW SQL: CJITCCYCOVW Type: view CONSUMPTION

Consumption view for control cycle overview

C_JITOutbControlCycleOvw is a Consumption CDS View that provides data about "Consumption view for control cycle overview" in SAP S/4HANA. It reads from 1 data source (I_JITControlCycle) and exposes 6 fields with key field JITControlCycle.

Data Sources (1)

SourceAliasJoin Type
I_JITControlCycle I_JITControlCycle from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CJITCCYCOVW view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Consumption view for control cycle overview view
UI.headerInfo.typeName Control Cycle view
UI.headerInfo.typeNamePlural Control Cycles view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY JITControlCycle JITControlCycle
Material Material
Plant Plant
ProductionSupplyArea ProductionSupplyArea
JITOutbCommunicationGroup JITOutbCommunicationGroup
ProductName
@AbapCatalog.sqlViewName: 'CJITCCYCOVW'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Consumption view for control cycle overview'
@UI.headerInfo:{
    typeName                            : 'Control Cycle',
    typeNamePlural                      : 'Control Cycles'
  }
define view C_JITOutbControlCycleOvw as select from I_JITControlCycle {
@UI: {
             lineItem: [{position: 10, label:'Control Cycle'}]
           }
@EndUserText: { label: 'Control Cycle'}
key JITControlCycle,
@UI: {
             lineItem: [{position: 20, label:' Component Group Material'}]
           }
@EndUserText: { label: 'Component Group Material'}
Material,
@UI: {
             lineItem: [{position: 30, label:'Plant'}]
           }
      @EndUserText: { label: 'Plant'}
Plant,
@UI: {
             lineItem: [{position: 40, label:'Production Supply Area'}]
           }
@EndUserText: { label: 'Production Supply Area'}
ProductionSupplyArea,
@EndUserText: { label: 'Communication Group'}
@UI.hidden: true
JITOutbCommunicationGroup,
@EndUserText: { label: 'Component Group Material Name'}
_Product._Text[1:Language = $session.system_language].ProductName as ProductName
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_JITCONTROLCYCLE",
"I_PRODUCT",
"I_PRODUCTTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/