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

C_AddMatlGrp2TextTemp

DDL: C_ADDMATLGRP2TEXTTEMP SQL: CADNTMTLGRUP2T Type: view CONSUMPTION Package: VDM_MD_PRODUCT_OBSOLETE

Additional Material group2 text

C_AddMatlGrp2TextTemp is a Consumption CDS View that provides data about "Additional Material group2 text" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup2Text) and exposes 5 fields with key fields AdditionalMaterialGroup2, Language. Part of development package VDM_MD_PRODUCT_OBSOLETE.

Data Sources (1)

SourceAliasJoin Type
I_AdditionalMaterialGroup2Text I_AdditionalMaterialGroup2Text from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CADNTMTLGRUP2T view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor C_AdditionalProductGroup2Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Additional Material group2 text view
ObjectModel.representativeKey AdditionalMaterialGroup2 view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY AdditionalMaterialGroup2 AdditionalMaterialGroup2 MaterialGroup 2
KEY Language Language Report Text Language
AdditionalMaterialGroup2Name AdditionalMaterialGroup2Name TrContType name
_AdditionalMaterialGroup2 _AdditionalMaterialGroup2
_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_AddMatlGrp2TextTemp.
-- 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: CADNTMTLGRUP2T

CREATE VIEW C_AddMatlGrp2TextTemp AS
SELECT
  AdditionalMaterialGroup2,
  Language,
  AdditionalMaterialGroup2Name
FROM I_AdditionalMaterialGroup2Text
;