C_AddMatlGrp1Temp

DDL: C_ADDMATLGRP1TEMP SQL: CADNTMTLGRUP Type: view CONSUMPTION

Additional Material group1 Value help

C_AddMatlGrp1Temp is a Consumption CDS View that provides data about "Additional Material group1 Value help" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup1) and exposes 2 fields with key field FirstSalesSpecProductGroup. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_AdditionalMaterialGroup1 I_AdditionalMaterialGroup1 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_AddMatlGrp1TextTemp _Text $projection.FirstSalesSpecProductGroup = _Text.AdditionalMaterialGroup1

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CADNTMTLGRUP view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor C_AdditionalProductGroup1VH view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey FirstSalesSpecProductGroup view
EndUserText.label Additional Material group1 Value help view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FirstSalesSpecProductGroup
_Text _Text
@AbapCatalog.sqlViewName: 'CADNTMTLGRUP'
@VDM:{
  viewType: #CONSUMPTION,
  lifecycle: {
    status: #DEPRECATED,
    successor: 'C_AdditionalProductGroup1VH'
  }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.representativeKey: 'FirstSalesSpecProductGroup'
@EndUserText.label: 'Additional Material group1 Value help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER


define view C_AddMatlGrp1Temp
  as select from I_AdditionalMaterialGroup1
  association [0..*] to C_AddMatlGrp1TextTemp as _Text on $projection.FirstSalesSpecProductGroup = _Text.AdditionalMaterialGroup1
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
  key cast( AdditionalMaterialGroup1 as firstsalesspecproductgroup preserving type ) as FirstSalesSpecProductGroup,
      _Text

}