C_HzdsSubstInvtryInfoMatlVH

DDL: C_HZDSSUBSTINVTRYINFOMATLVH Type: view CONSUMPTION

HSI Info: Materials Value Help

C_HzdsSubstInvtryInfoMatlVH is a Consumption CDS View that provides data about "HSI Info: Materials Value Help" in SAP S/4HANA. It reads from 1 data source (I_Material) and exposes 3 fields with key field Material.

Data Sources (1)

SourceAliasJoin Type
I_Material I_Material from

Annotations (15)

NameValueLevelField
EndUserText.label HSI Info: Materials Value Help view
AbapCatalog.sqlViewName CHSIINFOMATLVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Material view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Material I_Material Material
MaterialName
association_Text
@EndUserText.label: 'HSI Info: Materials Value Help'

@AbapCatalog: { sqlViewName: 'CHSIINFOMATLVH',
                compiler.compareFilter: true,
                preserveKey: true }

@AccessControl.authorizationCheck: #CHECK

@AccessControl.personalData.blocking: #NOT_REQUIRED

@VDM.viewType: #CONSUMPTION

@ObjectModel: { dataCategory: #VALUE_HELP,
                representativeKey: 'Material',
                usageType: { serviceQuality: #B,
                             sizeCategory: #L,
                             dataClass: #MIXED }
               }

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.allowExtensions:true

@Search.searchable: true

define view C_HzdsSubstInvtryInfoMatlVH

  as select from I_Material

{
      @EndUserText: { label: 'Material Number', quickInfo: 'Material Number' }
      @ObjectModel: { text: { association: '_Text',
                              control:     #ASSOCIATED_TEXT_UI_HIDDEN
                              } }
      @Search: { defaultSearchElement: true,
                 ranking: #HIGH,
                 fuzzinessThreshold: 1 }
  key I_Material.Material,

      @EndUserText: { label: 'Material Name', quickInfo: 'Material Name' }
      @Search: { defaultSearchElement: true,
                 ranking: #HIGH,
                 fuzzinessThreshold: 1 }
      _Text[1: Language = $session.system_language ].MaterialName,
      
      --association
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MATERIAL",
"I_MATERIALTEXT"
],
"ASSOCIATED":
[
"I_MATERIALTEXT"
],
"BASE":
[
"I_MATERIAL"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/