I_CnsldtnSegmentForElimT_2

DDL: I_CNSLDTNSEGMENTFORELIMT_2 Type: view_entity COMPOSITE Package: FIN_CS_MD_SEGMENT

Cnsldtn Segment for Elimination - Text

I_CnsldtnSegmentForElimT_2 (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public 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. Part of development package FIN_CS_MD_SEGMENT.

SAP API Hub

CategoryComposite
StateC1
Line of BusinessGroup Reporting
Application ComponentFIN-CS-MD-2CL
CapabilitiesData Source for Data Extraction,Association Target for Defining CDS Entities,Data Source for Defining CDS Entities,Data Source in SQL Select,Language-Dependent Text
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageGroup Reporting for SAP S/4HANA Cloud Public 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
Analytics.dataExtraction.enabled true view
Analytics.technicalName ICSSGMTFORELIMT2 view
AccessControl.authorizationCheck #MANDATORY 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
ObjectModel.sapObjectNodeType.name CnsldtnSegmentForElimText view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API 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]
;