Deprecated
This CDS view is deprecated in S/4HANA. Use I_CnsldtnReportingLevelText_2 instead. View all deprecated CDS views →

I_CnsldtnReportingLevelT

DDL: I_CNSLDTNREPORTINGLEVELT Type: view BASIC

Consolidation Reporting Level - Text

I_CnsldtnReportingLevelT (Basic)

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

Group Reporting

I_CnsldtnReportingLevelT is a Basic CDS View that provides data about "Consolidation Reporting Level - Text" in SAP S/4HANA. It reads from 1 data source (P_CnsldtnDomainText) and exposes 5 fields with key fields Language, ConsolidationReportingLevel.

SAP API Hub

StateDeprecated
Line of BusinessGroup Reporting
Application ComponentFIN-CS-MD
CapabilitiesLanguage-Dependent Text, Data Source in SQL Select, Data Source for Defining CDS Entities, Association Target for Defining CDS Entities
PackageGroup Reporting for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
P_CnsldtnDomainText P_CnsldtnDomainText from

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName ICCRPTLEVLT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED 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 #TEXT view
ObjectModel.representativeKey ConsolidationReportingLevel view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Search.searchable true view
VDM.viewType #BASIC view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_CnsldtnReportingLevelText_2 view
EndUserText.label Consolidation Reporting Level - Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language Language Key
KEY ConsolidationReportingLevel _DomainT DomainValue Values for Domains: Single Value/Lower Limit
ConsolidationReportingLevelTxt _DomainT DomainValueText Description
DomainValue _DomainT DomainValue Values for Domains: Single Value/Lower Limit
_Language _DomainT _Language

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_CnsldtnReportingLevelT.
-- 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_CnsldtnReportingLevelT AS
SELECT
  cast(_DomainT.Language as spras preserving type ) AS Language,
  _DomainT.DomainValue AS ConsolidationReportingLevel,
  _DomainT.DomainValueText AS ConsolidationReportingLevelTxt,
  _DomainT.DomainValue AS DomainValue,
  _DomainT._Language AS _Language
FROM P_CnsldtnDomainText
;