C_Competitoridtemp

DDL: C_COMPETITORIDTEMP SQL: CCOMPETITORIDVH Type: view CONSUMPTION

Competitor ID Value Help

C_Competitoridtemp is a Consumption CDS View (Dimension) that provides data about "Competitor ID Value Help" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 2 fields with key field CompetitorID.

Data Sources (1)

SourceAliasJoin Type
I_Customer I_Customer from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CCOMPETITORIDVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
Analytics.dataCategory #DIMENSION view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_Customer view
EndUserText.label Competitor ID Value Help view
Search.searchable true view
ObjectModel.representativeKey CompetitorID view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.personalData.blocking #REQUIRED view
Metadata.allowExtensions true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CompetitorID Customer
CustomerName CustomerName
@AbapCatalog.sqlViewName: 'CCOMPETITORIDVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@Analytics: { dataCategory: #DIMENSION }
@VDM:{
  viewType: #CONSUMPTION,
  lifecycle: {
    status: #DEPRECATED,
    successor: 'I_Customer'
  }
}
@EndUserText.label: 'Competitor ID Value Help'
@Search.searchable: true
@ObjectModel.representativeKey: 'CompetitorID'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.personalData.blocking:  #REQUIRED
@Metadata.allowExtensions:true

define view C_Competitoridtemp
  as select from I_Customer

{
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Search.defaultSearchElement: true
  key Customer as CompetitorID,

      CustomerName //Search might not be possible on this field, as it is a concatenated field.

}