I_CNSLDTNFUNCTIONALAREAT

CDS View

Cnsldtn Combined Functional Area - Text

I_CNSLDTNFUNCTIONALAREAT is a CDS View in S/4HANA. Cnsldtn Combined Functional Area - Text. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CnsldtnFunctionalAreaT view from BASIC Combined Functional Area Text
A_CnsldtnPartFuncnlAreaT view from BASIC Combined Partner Functional Area Text
R_CnsldtnFunctionalAreaTextTP view_entity from TRANSACTIONAL Consolidation Functional Area - Text TP

Fields (2)

KeyField CDS FieldsUsed in Views
CnsldtnIsAdditionalMasterData CnsldtnIsAdditionalMasterData 1
FunctionalAreaName FunctionalAreaName 1
@AbapCatalog:{
  sqlViewName: 'ICSFUNCAREAT',
  compiler.compareFilter: true
  }
@Analytics: {
  dataExtraction.enabled: true
}
@AccessControl:{
  authorizationCheck: #MANDATORY
  }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #L},
  representativeKey: 'FunctionalArea',
  dataCategory: #TEXT,
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #SQL_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE,
                          #LANGUAGE_DEPENDENT_TEXT ]
  }
@VDM:{
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
  }
@EndUserText.label: 'Cnsldtn Combined Functional Area - Text'

// C1 Released for Cloud Dev since Jan 2022, C1 Released for Key User Apps since Dec 2019


define view I_CnsldtnFunctionalAreaT
  as select distinct from P_CnsldtnFunctionalAreaT as _Source

    inner join            I_CnsldtnFunctionalArea  as _Main on  _Main.FunctionalArea                = _Source.FunctionalArea
                                                            and _Main.CnsldtnIsAdditionalMasterData = _Source.CnsldtnIsAdditionalMasterData

  association [1..1] to I_Language              as _Language       on $projection.Language = _Language.Language

  association [1..1] to I_CnsldtnFunctionalArea as _FunctionalArea on $projection.FunctionalArea = _FunctionalArea.FunctionalArea
{

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language
  key _Source.Language,

      @ObjectModel.foreignKey.association: '_FunctionalArea'
      @Consumption.valueHelpDefinition: [{
        entity: {
          name: 'I_CnsldtnFunctionalAreaVH',
          element: 'FunctionalArea'
        }
      }]
  key cast( _Source.FunctionalArea as fincs_functionalarea preserving type )               as FunctionalArea,

      @API.element: {releaseState: #DEPRECATED, successor: 'CnsldtnIsAdditionalMasterData'}
      @VDM.lifecycle: {status: #DEPRECATED, successor: 'CnsldtnIsAdditionalMasterData' }
      cast( _Source.AdditionalMasterDataSource as fincs_masterdatasource preserving type ) as AdditionalMasterDataSource,

      @Semantics.text
      @API.element: {releaseState: #DEPRECATED, successor: 'FunctionalAreaName'}
      @VDM.lifecycle: {status: #DEPRECATED, successor: 'FunctionalAreaName' }
      cast( _Source.FunctionalAreaName as fincs_description_text_25 preserving type )      as AdditionalMasterDataText,

      @Semantics.text
      cast( _Source.FunctionalAreaName as fincs_functionalareaname preserving type )       as FunctionalAreaName,

      _Source.CnsldtnIsAdditionalMasterData,


      /* associations */
      _Language,
      _FunctionalArea
}
where
  _Source.Language is not null
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNFUNCTIONALAREA",
"P_CNSLDTNFUNCTIONALAREAT"
],
"ASSOCIATED":
[
"I_CNSLDTNFUNCTIONALAREA",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/