C_ProcmtHubCompanyCodeVH
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. Part of development package ODATA_MM_PUR_EXT_PR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BackendCoCodeForPurg | I_BackendCoCodeForPurg | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA