A_CnsldtnFunctionalArea

DDL: A_CNSLDTNFUNCTIONALAREA Type: view BASIC

Combined Functional Area

A_CnsldtnFunctionalArea is a Basic CDS View that provides data about "Combined Functional Area" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnFunctionalArea) and exposes 6 fields with key field FunctionalArea. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnFunctionalArea I_CnsldtnFunctionalArea from

Associations (2)

CardinalityTargetAliasCondition
[0..*] A_CnsldtnFunctionalAreaT _CnsldtnFunctionalAreaT $projection.FunctionalArea = _CnsldtnFunctionalAreaT.FunctionalArea
[0..*] A_CnsldtnFunctionalAreaHier _CnsldtnFunctionalAreaHier $projection.MDHierType = _CnsldtnFunctionalAreaHier.MDHierType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ACSFUNCAREA view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey FunctionalArea view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Combined Functional Area view
OData.entitySet.name FunctionalArea view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY FunctionalArea FunctionalArea
AdditionalMasterDataSource AdditionalMasterDataSource
MDHierType
HierarchyType
_CnsldtnFunctionalAreaT _CnsldtnFunctionalAreaT
_CnsldtnFunctionalAreaHier _CnsldtnFunctionalAreaHier
@AbapCatalog:{
  sqlViewName: 'ACSFUNCAREA',
  compiler.compareFilter: true,
  preserveKey: true
  }
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #S},
  representativeKey: 'FunctionalArea'
  }
@VDM:{
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
  }
@EndUserText.label: 'Combined Functional Area'
@OData.entitySet.name: 'FunctionalArea'

define view A_CnsldtnFunctionalArea
  as select from I_CnsldtnFunctionalArea

  association [0..*] to A_CnsldtnFunctionalAreaT    as _CnsldtnFunctionalAreaT    on $projection.FunctionalArea = _CnsldtnFunctionalAreaT.FunctionalArea

  association [0..*] to A_CnsldtnFunctionalAreaHier as _CnsldtnFunctionalAreaHier on $projection.MDHierType = _CnsldtnFunctionalAreaHier.MDHierType
{
      @ObjectModel.text.association: '_CnsldtnFunctionalAreaT'
  key FunctionalArea,

      AdditionalMasterDataSource,

      @Consumption.hidden: true
      cast ( 'CS05' as hrytype ) as MDHierType,

      @Consumption.hidden: true
      cast ( 'CS05' as hrytype ) as HierarchyType,

      _CnsldtnFunctionalAreaT,
      _CnsldtnFunctionalAreaHier
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNFUNCTIONALAREA"
],
"ASSOCIATED":
[
"A_CNSLDTNFUNCTIONALAREAHIER",
"A_CNSLDTNFUNCTIONALAREAT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/