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 Control Cycle
Material Material Vehicle Model
Plant Plant Valuation Area
ProductionSupplyArea ProductionSupplyArea Supply Area
JITOutbCommunicationGroup JITOutbCommunicationGroup Communication Group
ProductName

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_JITOutbControlCycleOvw.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CJITCCYCOVW

CREATE VIEW C_JITOutbControlCycleOvw AS
SELECT
  JITControlCycle,
  Material,
  Plant,
  ProductionSupplyArea,
  JITOutbCommunicationGroup,
  _Product._Text[1:Language = $session.system_language].ProductName AS ProductName
FROM I_JITControlCycle
;