P_PlantsWithCycleCountInd

DDL: P_PLANTSWITHCYCLECOUNTIND SQL: PPLANTWITHCCIND Type: view COMPOSITE

P_PlantsWithCycleCountInd is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_CycleCountingSettings) and exposes 1 field with key field Plant.

Data Sources (1)

SourceAliasJoin Type
I_CycleCountingSettings I_CycleCountingSettings from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PPLANTWITHCCIND view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Plant Plant Valuation Area

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 P_PlantsWithCycleCountInd.
-- 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: PPLANTWITHCCIND

CREATE VIEW P_PlantsWithCycleCountInd AS
SELECT
  Plant
FROM I_CycleCountingSettings
;