C_CnsldtnTskMntrMnlVersionVH

DDL: C_CNSLDTNTSKMNTRMNLVERSIONVH Type: view_entity CONSUMPTION

Consolidation Version

C_CnsldtnTskMntrMnlVersionVH is a Consumption CDS View that provides data about "Consolidation Version" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnVersion) and exposes 2 fields with key field ConsolidationVersion.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnVersion I_CnsldtnVersion from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ConsolidationVersion view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
Search.searchable true view
VDM.viewType #CONSUMPTION view
EndUserText.label Consolidation Version view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationVersion ConsolidationVersion Version
ConsolidationVersionText

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_CnsldtnTskMntrMnlVersionVH.
-- 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_CnsldtnTskMntrMnlVersionVH AS
SELECT
  ConsolidationVersion,
  _Text[1: Language = $session.system_language].ConsolidationVersionText AS ConsolidationVersionText
FROM I_CnsldtnVersion
;