C_ProcmtHubCoCodeSystemVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_BackendCoCodeForPurg | I_BackendCoCodeForPurg | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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