E_KanbanControlCycle

DDL: E_KANBANCONTROLCYCLE SQL: EPPKANCONCYC Type: view EXTENSION Package: VDM_PP_KAB

Extension view for Kanban Control Cycle

E_KanbanControlCycle is a Extension CDS View that provides data about "Extension view for Kanban Control Cycle" in SAP S/4HANA. It reads from 1 data source (pkhd) and exposes 1 field with key field KanbanControlCycle. Part of development package VDM_PP_KAB.

Data Sources (1)

SourceAliasJoin Type
pkhd Persistence from

Annotations (9)

NameValueLevelField
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.sqlViewName EPPKANCONCYC view
AbapCatalog.preserveKey true view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extension view for Kanban Control Cycle view
AbapCatalog.compiler.compareFilter true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY KanbanControlCycle pkhd pknum Control Cycle

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 E_KanbanControlCycle.
-- 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: EPPKANCONCYC

CREATE VIEW E_KanbanControlCycle AS
SELECT
  Persistence.pknum AS KanbanControlCycle
FROM pkhd AS Persistence
;