I_KanbanCostCenterByPlantVH

DDL: I_KANBANCOSTCENTERBYPLANTVH SQL: IPPKCCTRBYPLNTVH Type: view COMPOSITE

Cost Center

I_KanbanCostCenterByPlantVH is a Composite CDS View that provides data about "Cost Center" in SAP S/4HANA.

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IPPKCCTRBYPLNTVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Cost Center view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.representativeKey CostCenter view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CostCenter CostCenter Cost Center
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 I_KanbanCostCenterByPlantVH.
-- 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: IPPKCCTRBYPLNTVH

CREATE VIEW I_KanbanCostCenterByPlantVH AS
SELECT
  CostCenter,
  Plant
;