I_ControllingAreaStdVH

DDL: I_CONTROLLINGAREASTDVH SQL: IFICA__VH Type: view COMPOSITE

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.

Data Sources (1)

SourceAliasJoin Type
I_ControllingArea I_ControllingArea from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IFICA__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP 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
ClientHandling.algorithm #SESSION_VARIABLE 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 ControllingArea
ControllingAreaName ControllingAreaName
//GENERATED:001:GlBfhyFV7jUzaDT}MP9DVm

@AbapCatalog.sqlViewName: 'IFICA__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@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

@ClientHandling.algorithm: #SESSION_VARIABLE

@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Controlling Area'
define view I_ControllingAreaStdVH as select from I_ControllingArea {
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  @ObjectModel.text.element: ['ControllingAreaName']
  key ControllingArea,
  @Search.defaultSearchElement: true
  @Search.ranking: #LOW
  @Semantics.text:true
  ControllingAreaName
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CONTROLLINGAREA"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/