I_Extmatlgrp

DDL: I_EXTMATLGRP SQL: IEXTMATLGRP Type: view BASIC Package: MG

value help for matl ext grp

I_Extmatlgrp is a Basic CDS View (Dimension) that provides data about "value help for matl ext grp" in SAP S/4HANA. It reads from 1 data source (twew) and exposes 2 fields with key field ExternalProductGroup. It has 1 association to related views. Part of development package MG.

Data Sources (1)

SourceAliasJoin Type
twew twew from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Extmatlgrptext _Text $projection.ExternalProductGroup = _Text.ExternalProductGroup

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IEXTMATLGRP view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label value help for matl ext grp view
Search.searchable true view
ObjectModel.representativeKey ExternalProductGroup view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ExternalProductGroup
_Text _Text
@AbapCatalog.sqlViewName: 'IEXTMATLGRP'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'value help for matl ext grp'
@Search.searchable: true
@ObjectModel.representativeKey: 'ExternalProductGroup'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_Extmatlgrp
  as select from twew
  association [0..*] to I_Extmatlgrptext as _Text on $projection.ExternalProductGroup = _Text.ExternalProductGroup
{

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key cast(extwg as externalproductgroup) as ExternalProductGroup,
      //        @Search.defaultSearchElement: true

      //        @Search.fuzzinessThreshold: 0.8

      //        @Search.ranking: #HIGH

      _Text
}