I_MaterialSampleType

DDL: I_MATERIALSAMPLETYPE Type: view_entity BASIC Package: VDM_QM_INSPECTION

Material Sample Type

I_MaterialSampleType is a Basic CDS View that provides data about "Material Sample Type" in SAP S/4HANA. It reads from 1 data source (tq40) and exposes 2 fields with key field MaterialSampleType. It has 1 association to related views. Part of development package VDM_QM_INSPECTION.

Data Sources (1)

SourceAliasJoin Type
tq40 tq40 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaterialSampleTypeText _Text $projection.MaterialSampleType = _Text.MaterialSampleType

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Material Sample Type view
ObjectModel.compositionRoot true view
VDM.viewType #BASIC view
ObjectModel.representativeKey MaterialSampleType view
Analytics.technicalName IMATSAMPLETYPE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaterialSampleType prart
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Material Sample Type'
@ObjectModel.compositionRoot: true
@VDM.viewType:#BASIC
@ObjectModel.representativeKey: 'MaterialSampleType'
@Analytics.technicalName: 'IMATSAMPLETYPE'
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, sizeCategory: #M, serviceQuality: #A }
define view entity I_MaterialSampleType
  as select from tq40
  association [0..*] to I_MaterialSampleTypeText as _Text on $projection.MaterialSampleType = _Text.MaterialSampleType
{
      @ObjectModel.text.association: '_Text'
  key prart as MaterialSampleType,

      /* Associations */
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}