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