C_ProdCostCollectorKeyStatusVH

DDL: C_PRODCOSTCOLLECTORKEYSTATUSVH Type: view CONSUMPTION

Product Cost Collector Key Status

C_ProdCostCollectorKeyStatusVH is a Consumption CDS View that provides data about "Product Cost Collector Key Status" in SAP S/4HANA. It reads from 1 data source (I_SystemStatus) and exposes 2 fields with key field SystemStatus.

Data Sources (1)

SourceAliasJoin Type
I_SystemStatus I_SystemStatus from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName CPCCKSTVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey SystemStatus view
VDM.viewType #CONSUMPTION view
EndUserText.label Product Cost Collector Key Status view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SystemStatus SystemStatus System status
SystemStatusName

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_ProdCostCollectorKeyStatusVH.
-- 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.

CREATE VIEW C_ProdCostCollectorKeyStatusVH AS
SELECT
  SystemStatus,
  _SystemStatusText[1:Language = $session.system_language].SystemStatusName AS SystemStatusName
FROM I_SystemStatus
;