I_MaterialSampleType

DDL: I_MATERIALSAMPLETYPE SQL: IMATSAMPLETYPE Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
tq40 tq40 from

Associations (1)

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

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IMATSAMPLETYPE view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Material Sample Type view
ObjectModel.compositionRoot true view
VDM.viewType #BASIC view
ObjectModel.representativeKey MaterialSampleType 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
@AbapCatalog.sqlViewName: 'IMATSAMPLETYPE'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Material Sample Type'
@ObjectModel.compositionRoot: true
@VDM.viewType:#BASIC
@ObjectModel.representativeKey: 'MaterialSampleType'
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, sizeCategory: #M, serviceQuality: #A }
define view 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
}