C_AdditionalProductGroup5VH

DDL: C_ADDITIONALPRODUCTGROUP5VH Type: view CONSUMPTION

Value Help view for Product Group 5

C_AdditionalProductGroup5VH is a Consumption CDS View that provides data about "Value Help view for Product Group 5" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup5) and exposes 2 fields with key field FifthSalesSpecProductGroup. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_AdditionalMaterialGroup5 I_AdditionalMaterialGroup5 from

Associations (1)

CardinalityTargetAliasCondition
[1..*] C_AdditionalProductGroup5Text _Text $projection.FifthSalesSpecProductGroup = _Text.FifthSalesSpecProductGroup

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CADLPRDGRP5VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help view for Product Group 5 view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey FifthSalesSpecProductGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
VDM.viewType #CONSUMPTION view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FifthSalesSpecProductGroup MaterialGroup 5
_Text _Text

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_AdditionalProductGroup5VH.
-- 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_AdditionalProductGroup5VH AS
SELECT
  cast(AdditionalMaterialGroup5 as fifthsalesspecproductgroup preserving type ) AS FifthSalesSpecProductGroup
FROM I_AdditionalMaterialGroup5
LEFT OUTER JOIN C_AdditionalProductGroup5Text AS _Text ON FifthSalesSpecProductGroup = _Text.FifthSalesSpecProductGroup  -- association [1..*]
;