I_MATERIALTYPETEXT

CDS View

Material Type Text

I_MATERIALTYPETEXT is a CDS View in S/4HANA. Material Type Text. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_Product_Fs view left_outer BASIC Private Factsheet - Product

Fields (1)

KeyField CDS FieldsUsed in Views
MaterialTypeName MaterialTypeName 1
@AbapCatalog:{
sqlViewName: 'IMATTYPETEXT',
preserveKey: true
}
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@EndUserText.label: 'Material Type Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'MaterialType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_MaterialTypeText
  as select from t134t
  //   association [0..*] to I_Producttype as _ProductType           on $projection.ProductType = _ProductType.ProductType


  association [0..1] to I_MaterialType as _MaterialType on $projection.MaterialType = _MaterialType.MaterialType
{
  key t134t.mtart as MaterialType,
      @Semantics.language: true
  key t134t.spras as Language,
      @Semantics.text: true
      t134t.mtbez as MaterialTypeName,
      _MaterialType
}