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

I_CnsldtnSegmentForElimT

DDL: I_CNSLDTNSEGMENTFORELIMT Type: view COMPOSITE

Cnsldtn Segment for Elimination - Text

I_CnsldtnSegmentForElimT (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_CnsldtnSegmentForElimT 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 6 fields with key fields Segment, Language. 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 in SQL Select, Language-Dependent Text
PackageGroup Reporting for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
P_CnsldtnSegmentForElimT P_CnsldtnSegmentForElimT from

Associations (1)

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

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ISEGMENTFORELIMT view
AbapCatalog.compiler.compareFilter 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 #S view
ObjectModel.representativeKey Segment view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.viewType #COMPOSITE view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_CnsldtnSegmentForElimT_2 view
EndUserText.label Cnsldtn Segment for Elimination - Text view

Fields (6)

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