C_CnsldtnMaterialGroupVH

DDL: C_CNSLDTNMATERIALGROUPVH SQL: CCMATERLGRPVH Type: view CONSUMPTION

Material Group Value Help

C_CnsldtnMaterialGroupVH is a Consumption CDS View that provides data about "Material Group Value Help" in SAP S/4HANA.

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CCMATERLGRPVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey MaterialGroup view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Material Group Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaterialGroup _CnsldtnMaterialGroupVH MaterialGroup Product Group
AdditionalMasterDataText

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_CnsldtnMaterialGroupVH.
-- 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.
-- SQL view name: CCMATERLGRPVH

CREATE VIEW C_CnsldtnMaterialGroupVH AS
SELECT
  _CnsldtnMaterialGroupVH.MaterialGroup AS MaterialGroup,
  _Text[1: Language = $session.system_language].AdditionalMasterDataText AS AdditionalMasterDataText
;