I_CustomerCompanyCodeVH

DDL: I_CUSTOMERCOMPANYCODEVH SQL: ICUSTCCVH Type: view COMPOSITE

Customer Company Code Value Help

I_CustomerCompanyCodeVH is a Composite CDS View that provides data about "Customer Company Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_CompanyCodeVH) and exposes 6 fields with key field CompanyCode.

Data Sources (1)

SourceAliasJoin Type
I_CompanyCodeVH I_CompanyCodeVH from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ICUSTCCVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Customer Company Code Value Help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CompanyCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
VDM.viewType #COMPOSITE view
Consumption.ranked true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
Language Language
CompanyCodeName CompanyCodeName
CityName CityName
Currency Currency
Country Country
@AbapCatalog.sqlViewName: 'ICUSTCCVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true 
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Customer Company Code Value Help'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CompanyCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
@VDM.viewType: #COMPOSITE
@Consumption.ranked: true

define view I_CustomerCompanyCodeVH
  as select from I_CompanyCodeVH
{
      @ObjectModel.text.element : 'CompanyCodeName'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key CompanyCode,
      @UI.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.75
      @Search.ranking: #LOW
      Language,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.75
      @Search.ranking: #LOW
      CompanyCodeName,
      @UI.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.75
      @Search.ranking: #LOW
      CityName,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.75
      @Search.ranking: #LOW
      Currency,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.75
      @Search.ranking: #LOW
      Country
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODEVH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/