R_WorkAssignmentCompanyCodeVH
Select: Company Code
R_WorkAssignmentCompanyCodeVH is a Composite CDS View that provides data about "Select: Company Code" in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 3 fields with key field CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Analytics.technicalName | RWORKASSIGNMENTCOMPANYCODEVH | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Search.searchable | true | view | |
| EndUserText.label | Select: Company Code | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | Company Code | |
| CompanyCodeName | CompanyCodeName | |||
| Country | Country |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@ObjectModel.dataCategory:#VALUE_HELP
@AccessControl.authorizationCheck: #MANDATORY
@Analytics.technicalName: 'RWORKASSIGNMENTCOMPANYCODEVH'
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked:true
@ObjectModel.representativeKey:'CompanyCode'
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@Search.searchable: true
@EndUserText.label: 'Select: Company Code'
define view entity R_WorkAssignmentCompanyCodeVH
as select from I_CompanyCode
{
@ObjectModel.text.element: [ 'CompanyCodeName' ]
@Search: { defaultSearchElement: true, ranking: #HIGH }
@EndUserText.label: 'Company Code'
key CompanyCode as CompanyCode,
@Semantics.text: true
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.9 }
CompanyCodeName as CompanyCodeName,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.9 }
Country as Country
}
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