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

C_Whmatlgrptexttemp

DDL: C_WHMATLGRPTEXTTEMP SQL: CWHOUSEMATTXT Type: view CONSUMPTION

Warehouse Material Group Text View

C_Whmatlgrptexttemp is a Consumption CDS View that provides data about "Warehouse Material Group Text View" in SAP S/4HANA. It reads from 1 data source (twhmatgrt) and exposes 3 fields with key fields WarehouseProductGroup, Language.

Data Sources (1)

SourceAliasJoin Type
twhmatgrt twhmatgrt from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CWHOUSEMATTXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Warehouse Material Group Text View view
ObjectModel.representativeKey WarehouseProductGroup view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_EWM_WarehouseMaterialGroupT view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY WarehouseProductGroup whmatgr Whse Prod.Grp
KEY Language langu Primary lang.
Name User Group

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_Whmatlgrptexttemp.
-- 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: CWHOUSEMATTXT

CREATE VIEW C_Whmatlgrptexttemp AS
SELECT
  whmatgr AS WarehouseProductGroup,
  langu AS Language,
  cast (text as warehouseproductgrouptext preserving type ) AS Name
FROM twhmatgrt
;