C_AddMatlGrp2Temp
Additional Material group2 Value help
C_AddMatlGrp2Temp is a Consumption CDS View that provides data about "Additional Material group2 Value help" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup2) and exposes 2 fields with key field SecondSalesSpecProductGroup. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_OBSOLETE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AdditionalMaterialGroup2 | I_AdditionalMaterialGroup2 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | C_AddMatlGrp2TextTemp | _Text | $projection.SecondSalesSpecProductGroup = _Text.AdditionalMaterialGroup2 |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CADNTMTLGRUP2 | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | C_AdditionalProductGroup2VH | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | SecondSalesSpecProductGroup | view | |
| EndUserText.label | Additional Material group2 Value help | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SecondSalesSpecProductGroup | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CADNTMTLGRUP2'
@VDM:{
viewType: #CONSUMPTION,
lifecycle: {
status: #DEPRECATED,
successor: 'C_AdditionalProductGroup2VH'
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.representativeKey: 'SecondSalesSpecProductGroup'
@EndUserText.label: 'Additional Material group2 Value help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_AddMatlGrp2Temp
as select from I_AdditionalMaterialGroup2
association [0..*] to C_AddMatlGrp2TextTemp as _Text on $projection.SecondSalesSpecProductGroup = _Text.AdditionalMaterialGroup2
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key cast(AdditionalMaterialGroup2 as secondsalesspecproductgroup preserving type ) as SecondSalesSpecProductGroup,
_Text
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA