I_CnsldtnSegmentForElimT_2

DDL: I_CNSLDTNSEGMENTFORELIMT_2 Type: view COMPOSITE

Cnsldtn Segment for Elimination - Text

I_CnsldtnSegmentForElimT_2 (Composite)

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

CnsldtnSegmentForElimText · Group Reporting

I_CnsldtnSegmentForElimT_2 is a Composite CDS View that provides data about "Cnsldtn Segment for Elimination - Text" in SAP S/4HANA. It reads from 1 data source (P_CnsldtnSegmentForElimT) and exposes 5 fields with key fields Language, Segment. It has 1 association to related views.

SAP API Hub

StateC1
Line of BusinessGroup Reporting
Application ComponentFIN-CS-MD
CapabilitiesAssociation Target for Defining CDS Entities, Data Source for Defining CDS Entities, Data Source for Data Extraction, Data Source in SQL Select, Language-Dependent Text
PackageGroup Reporting for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides access to the segments for elimination purposes in group reporting. It combines the node values in a segment hierarchy from the CDS view I_SegmentElimNode with segments from the CDS view I_CnsldtnSegment, which include segments maintained for group reporting only. The view provides an association to the hierarchy of segments for elimination, Consolidation Segment for Elimination Hierarchy Node.</p> This CDS view provides the data to answer the following business questions:<ul> <li><p>What segments for elimination exist? </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
P_CnsldtnSegmentForElimT P_CnsldtnSegmentForElimT from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_CnsldtnSegmentForElim _Segment $projection.Segment = _Segment.Segment

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICSSGMTFORELIMT2 view
AbapCatalog.compiler.compareFilter true view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.representativeKey Segment view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.viewType #COMPOSITE view
EndUserText.label Cnsldtn Segment for Elimination - Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
KEY Segment Segment Consolidation Segment for Elimination
SegmentName SegmentName Segment Name
_Segment _Segment
_Language _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_CnsldtnSegmentForElimT_2.
-- 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_CnsldtnSegmentForElimT_2 AS
SELECT
  Language,
  Segment,
  SegmentName
FROM P_CnsldtnSegmentForElimT
LEFT OUTER JOIN I_CnsldtnSegmentForElim AS _Segment ON Segment = _Segment.Segment  -- association [1..1]
;