C_ProcmtHubCoCodeSystemVH

DDL: C_PROCMTHUBCOCODESYSTEMVH SQL: CCOCODESYSTEMVH Type: view CONSUMPTION

Company Codes from Connected Systems

C_ProcmtHubCoCodeSystemVH 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 4 fields with key fields ProcurementHubSourceSystem, ProcmtHubCompanyCode, ProcmtHubCompanyCodeUniqueID.

Data Sources (1)

SourceAliasJoin Type
I_BackendCoCodeForPurg I_BackendCoCodeForPurg from

Annotations (11)

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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProcurementHubSourceSystem ProcurementHubSourceSystem
KEY ProcmtHubCompanyCode CompanyCode
KEY ProcmtHubCompanyCodeUniqueID ProcmtHubCompanyCodeUniqueID
ProcmtHubCompanyCodeName CompanyCodeName
@AbapCatalog.sqlViewName: 'CCOCODESYSTEMVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE 

@EndUserText.label: 'Company Codes from Connected Systems'
@VDM.viewType: #CONSUMPTION

@AbapCatalog.preserveKey:true
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.semanticKey:  [ 'ProcmtHubCompanyCode' ]
@ObjectModel.representativeKey: [ 'ProcurementHubSourceSystem', 'ProcmtHubCompanyCode', 'ProcmtHubCompanyCodeUniqueID' ]
define view C_ProcmtHubCoCodeSystemVH as select from I_BackendCoCodeForPurg {
  
  key ProcurementHubSourceSystem,
  @ObjectModel.text.element:  [ 'ProcmtHubCompanyCodeName' ]
  key CompanyCode as ProcmtHubCompanyCode,
  @ObjectModel.text.element:  [ 'ProcmtHubCompanyCodeName' ]  
  key ProcmtHubCompanyCodeUniqueID,
  @Semantics.text: true
  CompanyCodeName as ProcmtHubCompanyCodeName
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BACKENDCOCODEFORPURG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/