I_Matlabcclassification

DDL: I_MATLABCCLASSIFICATION Type: view BASIC

ABC Indicator for Materials

I_Matlabcclassification is a Basic CDS View (Dimension) that provides data about "ABC Indicator for Materials" in SAP S/4HANA. It reads from 1 data source (tmabc) and exposes 2 fields with key field MaterialABCClassification. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tmabc tmabc from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Matlabcclassificationtext _Text $projection.MaterialABCClassification = _Text.MaterialABCClassification

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IMATABCINDICATOR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label ABC Indicator for Materials view
Search.searchable true view
ObjectModel.representativeKey MaterialABCClassification view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaterialABCClassification maabc
_Text _Text
@AbapCatalog:{
  sqlViewName: 'IMATABCINDICATOR',
  compiler.compareFilter: true,
  preserveKey: true,
  buffering:{
    status: #ACTIVE,
    type: #FULL
   }
 }
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ABC Indicator for Materials'
@Search.searchable: true
@ObjectModel:{
  representativeKey: 'MaterialABCClassification',
  usageType:{
    serviceQuality: #A,
    sizeCategory : #S,
    dataClass: #CUSTOMIZING
  },
  dataCategory: #VALUE_HELP
 }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true

define view I_Matlabcclassification
  as select from tmabc

  association [0..*] to I_Matlabcclassificationtext as _Text on $projection.MaterialABCClassification = _Text.MaterialABCClassification
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key maabc as MaterialABCClassification,

      _Text
}