I_KanbanControlCycleStdVH

DDL: I_KANBANCONTROLCYCLESTDVH SQL: IPPKANBANCCSTDVH Type: view COMPOSITE Package: VDM_PP_KAB

Kanban Control Cycle

I_KanbanControlCycleStdVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Manufacturing

I_KanbanControlCycleStdVH is a Composite CDS View that provides data about "Kanban Control Cycle" in SAP S/4HANA. It reads from 1 data source (I_KanbanControlCycle) and exposes 7 fields with key field KanbanControlCycle. It is exposed through 3 OData services (ASQL_F4630, ASQL_F5723, ASQL_F6935). Part of development package VDM_PP_KAB.

SAP API Hub

CategoryComposite
StateC1
Line of BusinessManufacturing
Application ComponentPP-KAB-VDM-2CL
CapabilitiesData Source for Search,Data Provider for Value Help
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageManufacturing for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides a value help for Kanban control cycles. This view should be used for value help purposes only. If you intend to select the entire business data, use the view I_KanbanControlCycle instead.</p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_KanbanControlCycle I_KanbanControlCycle from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IPPKANBANCCSTDVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Kanban Control Cycle view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey KanbanControlCycle view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #COMPOSITE view
Search.searchable true view
Consumption.ranked true view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F4630 ASQL_F4630 C2 NOT_RELEASED
ASQL_F5723 ASQL_F5723 C2 NOT_RELEASED
ASQL_F6935 ASQL_F6935 C2 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY KanbanControlCycle KanbanControlCycle Kanban Control Cycle
Plant Plant Valuation Area
ProductionSupplyArea ProductionSupplyArea Production Supply Area
Product Product Product Sold
Supplier Supplier Supplier's Account Number
_Supplier _Supplier
_SupplierCompanyByPlant _SupplierCompanyByPlant

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 I_KanbanControlCycleStdVH.
-- 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: IPPKANBANCCSTDVH

CREATE VIEW I_KanbanControlCycleStdVH AS
SELECT
  KanbanControlCycle,
  Plant,
  ProductionSupplyArea,
  Product,
  Supplier
FROM I_KanbanControlCycle
;