I_CnsldtnControllingAreaVH

DDL: I_CNSLDTNCONTROLLINGAREAVH Type: view COMPOSITE

Consolidation Combined Controlling Area

I_CnsldtnControllingAreaVH (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_CnsldtnControllingAreaVH is a Composite CDS View that provides data about "Consolidation Combined Controlling Area" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnControllingArea) and exposes 2 fields with key field ControllingArea.

SAP API Hub

StateC1
Line of BusinessGroup Reporting
Application ComponentFIN-CS-MD
CapabilitiesAssociation Target for Defining CDS Entities, Data Source in SQL Select, Data Provider for Value Help
PackageGroup Reporting for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides access to the consolidation controlling area. It combines the controlling areas from the CDS view I_ControllingArea with additional controlling areas maintained for consolidation only. </p> This CDS view provides the data to answer the following business questions:<ul> <li><p>What consolidation controlling areas exist? </p></li> <li><p>What is the source of a controlling area using the value ACCTG for values of I_ControllingArea and the value CNSLDTN for consolidation. </p></li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnControllingArea I_CnsldtnControllingArea from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ICSCTRLAREAVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.representativeKey ControllingArea view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
VDM.viewType #COMPOSITE view
EndUserText.label Consolidation Combined Controlling Area view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ControllingArea ControllingArea Consolidation Controlling Area
ControllingAreaName Controlling Area 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_CnsldtnControllingAreaVH.
-- 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_CnsldtnControllingAreaVH AS
SELECT
  ControllingArea,
  _Text[1: Language=$session.system_language].ControllingAreaName AS ControllingAreaName
FROM I_CnsldtnControllingArea
;