C_Distrchnltextvhtemp

DDL: C_DISTRCHNLTEXTVHTEMP SQL: CDISTRCHNLTVH Type: view CONSUMPTION

Distribution Channel VH text

C_Distrchnltextvhtemp is a Consumption CDS View that provides data about "Distribution Channel VH text" in SAP S/4HANA. It reads from 1 data source (I_DistributionChannelText) and exposes 3 fields with key fields DistributionChannel, Language.

Data Sources (1)

SourceAliasJoin Type
I_DistributionChannelText DistributionChannel from

Annotations (10)

NameValueLevelField
EndUserText.label Distribution Channel VH text view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName CDISTRCHNLTVH view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
Search.searchable true view
ObjectModel.representativeKey DistributionChannel view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DistributionChannel I_DistributionChannelText DistributionChannel
KEY Language I_DistributionChannelText Language
DistributionChannelName I_DistributionChannelText DistributionChannelName Distribution Channel Description
@EndUserText.label: 'Distribution Channel VH text'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CDISTRCHNLTVH'
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@Search.searchable: true
@ObjectModel.representativeKey: 'DistributionChannel'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER

define view C_Distrchnltextvhtemp
  as select from I_DistributionChannelText as DistributionChannel
{

  key DistributionChannel.DistributionChannel,

      @Semantics.language: true
  key DistributionChannel.Language,

      @EndUserText.label: 'Distribution Channel Description'
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      DistributionChannel.DistributionChannelName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DISTRIBUTIONCHANNELTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/