C_ProjSrvcOrgCompCodeVH
Select Company Code
C_ProjSrvcOrgCompCodeVH is a Consumption CDS View that provides data about "Select Company Code" in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 4 fields with key field CompanyCode. Part of development package ODATA_PPM_SERVICE_ORG.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Select Company Code | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | Company Code ID | |
| CompanyCodeName | CompanyCodeName | Company Code Name | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| _ControllingArea | _ControllingArea |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Select Company Code'
@VDM.viewType: #CONSUMPTION
@ObjectModel:
{
usageType:
{
dataClass: #ORGANIZATIONAL,
sizeCategory: #S,
serviceQuality: #C
},
dataCategory: #VALUE_HELP
}
@ObjectModel.representativeKey: 'CompanyCode'
@Search.searchable:true
@Consumption.ranked:true
define view entity C_ProjSrvcOrgCompCodeVH as select from I_CompanyCode {
@ObjectModel.text.element: ['CompanyCodeName']
@EndUserText.label: 'Company Code ID'
@Search.defaultSearchElement: true
key CompanyCode,
@Semantics.text:true
@EndUserText.label: 'Company Code Name'
@Search.defaultSearchElement: true
@Search.ranking:#HIGH
@Search.fuzzinessThreshold: 0.7
CompanyCodeName,
@EndUserText.label: 'Controlling Area'
ControllingArea,
_ControllingArea
}
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