I_ControllingAreaStdVH
Controlling Area
I_ControllingAreaStdVH is a Composite CDS View that provides data about "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 FINS_FIS_FICO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ControllingArea | I_ControllingArea | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Analytics.technicalName | IFICA__VH | view | |
| ObjectModel.representativeKey | ControllingArea | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Controlling Area | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ControllingArea | I_ControllingArea | ControllingArea | |
| ControllingAreaName | I_ControllingArea | ControllingAreaName |
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'IFICA__VH'
@ObjectModel.representativeKey: 'ControllingArea'
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #VALUE_HELP_PROVIDER ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Controlling Area'
define view entity I_ControllingAreaStdVH as select from I_ControllingArea as I_ControllingArea {
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@ObjectModel.text.element: ['ControllingAreaName']
key I_ControllingArea.ControllingArea,
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Semantics.text:true
I_ControllingArea.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