I_ControllingAreaStdVH

DDL: I_CONTROLLINGAREASTDVH Type: view_entity COMPOSITE Package: FINS_FIS_FICO

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)

SourceAliasJoin Type
I_ControllingArea I_ControllingArea from

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
  
}