C_JITOutbControlCycleOvw
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)
| Source | Alias | Join Type |
|---|---|---|
| I_JITControlCycle | I_JITControlCycle | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA