C_ProcmtHubCompanyCodeVH

DDL: C_PROCMTHUBCOMPANYCODEVH SQL: CPROCHUBCOCODEVH Type: view CONSUMPTION

Company Codes from Connected Systems

C_ProcmtHubCompanyCodeVH is a Consumption CDS View that provides data about "Company Codes from Connected Systems" in SAP S/4HANA. It reads from 1 data source (I_BackendCoCodeForPurg) and exposes 5 fields with key fields ProcurementHubSourceSystem, ProcmtHubCompanyCode.

Data Sources (1)

SourceAliasJoin Type
I_BackendCoCodeForPurg I_BackendCoCodeForPurg from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CPROCHUBCOCODEVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
EndUserText.label Company Codes from Connected Systems view
VDM.viewType #CONSUMPTION view
AbapCatalog.preserveKey true view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProcurementHubSourceSystem ProcurementHubSourceSystem
KEY ProcmtHubCompanyCode CompanyCode
ProcmtHubCompanyCodeName CompanyCodeName
ProcurementHubSourceSystemName ProcurementHubSourceSystemName Connected System Name
_BackendSourceSystem _BackendSourceSystem
@AbapCatalog.sqlViewName: 'CPROCHUBCOCODEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@EndUserText.label: 'Company Codes from Connected Systems'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.preserveKey:true
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.semanticKey: [ 'ProcmtHubCompanyCode' ]
@ObjectModel.representativeKey: [ 'ProcurementHubSourceSystem', 'ProcmtHubCompanyCode' ]
@Consumption.ranked: true
define view C_ProcmtHubCompanyCodeVH as select from I_BackendCoCodeForPurg {

//  @UI.hidden: true

  @Consumption.filter.hidden: true 
  key ProcurementHubSourceSystem,
  @ObjectModel.text.element:  [ 'ProcmtHubCompanyCodeName' ]
  @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  @UI.lineItem.position:01
  key CompanyCode as ProcmtHubCompanyCode,
  @Semantics.text: true
  @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
  @UI.lineItem.position:02
  CompanyCodeName as ProcmtHubCompanyCodeName,
  @EndUserText.label: 'Connected System Name'
  @Consumption.valueHelpDefinition: [
                   { entity:  { name:    'C_ProcmtHubBackendSrceSystemVH',
                                element: 'ProcurementHubSourceSystemName' }
                   }]
  ProcurementHubSourceSystemName,
  @Consumption.filter.hidden: true
  _BackendSourceSystem

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BACKENDCOCODEFORPURG"
],
"ASSOCIATED":
[
"I_BACKENDSOURCESYSTEM"
],
"BASE":
[
"I_BACKENDCOCODEFORPURG"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/