I_CnsldtnVersionVH

DDL: I_CNSLDTNVERSIONVH Type: view COMPOSITE

Consolidation Version

I_CnsldtnVersionVH (Composite)

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

Group Reporting

I_CnsldtnVersionVH is a Composite 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.

SAP API Hub

StateC1
Line of BusinessGroup Reporting
Application ComponentFIN-CS-MD
CapabilitiesData Source for Defining CDS Entities, Association Target for Defining CDS Entities, Data Source in SQL Select, Data Provider for Value Help
PackageGroup Reporting for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnVersion _CnsldtnVersion from

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName ICSVERSVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ConsolidationVersion view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
Search.searchable true view
Consumption.ranked true view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Consolidation Version view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationVersion I_CnsldtnVersion ConsolidationVersion Consolidation Version
ConsolidationVersionText Description

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_CnsldtnVersionVH.
-- 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 I_CnsldtnVersionVH AS
SELECT
  _CnsldtnVersion.ConsolidationVersion AS ConsolidationVersion,
  cast(_CnsldtnVersion._Text[1: Language=$session.system_language].ConsolidationVersionText as fincs_description_text_30 preserving type ) AS ConsolidationVersionText
FROM I_CnsldtnVersion AS _CnsldtnVersion
;