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

C_AddMatlGrp4TextTemp

DDL: C_ADDMATLGRP4TEXTTEMP SQL: CADNTMTLGRUP4T Type: view CONSUMPTION

Additional material group4 Text

C_AddMatlGrp4TextTemp is a Consumption CDS View that provides data about "Additional material group4 Text" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup4Text) and exposes 5 fields with key fields AdditionalMaterialGroup4, Language.

Data Sources (1)

SourceAliasJoin Type
I_AdditionalMaterialGroup4Text I_AdditionalMaterialGroup4Text from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CADNTMTLGRUP4T view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor C_AdditionalProductGroup4Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Additional material group4 Text view
ObjectModel.representativeKey AdditionalMaterialGroup4 view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY AdditionalMaterialGroup4 AdditionalMaterialGroup4 MaterialGroup 4
KEY Language Language Report Text Language
AdditionalMaterialGroup4Name AdditionalMaterialGroup4Name TrContType name
_AdditionalMaterialGroup4 _AdditionalMaterialGroup4
_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 C_AddMatlGrp4TextTemp.
-- 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: CADNTMTLGRUP4T

CREATE VIEW C_AddMatlGrp4TextTemp AS
SELECT
  AdditionalMaterialGroup4,
  Language,
  AdditionalMaterialGroup4Name
FROM I_AdditionalMaterialGroup4Text
;