C_CnsldtnSegmentVH

DDL: C_CNSLDTNSEGMENTVH Type: view CONSUMPTION Package: FIN_CS_MD_SEGMENT

Segment Value Help

C_CnsldtnSegmentVH is a Consumption CDS View that provides data about "Segment Value Help" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnSegmentVH) and exposes 2 fields with key field Segment. It is exposed through 2 OData services (ASQL_F2573, ASQL_F3831). Part of development package FIN_CS_MD_SEGMENT.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnSegmentVH I_CnsldtnSegmentVH from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CCSEGMENTVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY 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.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Segment view
Search.searchable true view
Consumption.ranked true view
VDM.viewType #CONSUMPTION view
EndUserText.label Segment Value Help view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F2573 ASQL_F2573 C2 NOT_RELEASED
ASQL_F3831 ASQL_F3831 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Segment Segment Segment number
SegmentName SegmentName Segment Name

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 C_CnsldtnSegmentVH.
-- 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 C_CnsldtnSegmentVH AS
SELECT
  Segment,
  SegmentName
FROM I_CnsldtnSegmentVH
;