I_FUNCTIONALAREA

CDS View

Functional Area

I_FUNCTIONALAREA is a CDS View in S/4HANA. Functional Area. It contains 1 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
A_FunctionalArea view from BASIC Functional Area
C_MM_FunctionalAreaValueHelp view from CONSUMPTION Functional Area Value Codes in Material management
C_RealTmeWrkInProcFuncnlAreaVH view from CONSUMPTION Real Time Work in Process Functional Area
FAC_CDS_UH_FUNCTIONALAREA view from Functional Area Master Data
FAC_FUNCTIONALAREAVH view from Value help for functional area
I_CnsldtnMasterData view union_all COMPOSITE Consolidation - Combined Master Data
I_FunctionalAreaVH view from BASIC Functional Area
I_RAFunctionalAreaVH view from COMPOSITE RA Functional Area Value Help
P_CnsldtnFunctionalArea view from COMPOSITE
P_FinStmtLeafWithFuncArea view inner BASIC

Fields (1)

KeyField CDS FieldsUsed in Views
KEY FunctionalArea fkber 1
@EndUserText.label: 'Functional Area'
@Analytics:{
    dataCategory: #DIMENSION,
    dataExtraction: {
        enabled: true,
        delta.changeDataCapture: {
        automatic: true
        }
    }
}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIFUNCAREA'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.allowExtensions:true
@ObjectModel.representativeKey: 'FunctionalArea'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@AbapCatalog.buffering:{
  status: #ACTIVE,
  type: #FULL
}
@AbapCatalog.preserveKey:true
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE, #SEARCHABLE_ENTITY ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@Search.searchable: true
define view I_FunctionalArea
  as select from tfkb
  association [0..*] to I_FunctionalAreaText          as _Text                        on $projection.FunctionalArea = _Text.FunctionalArea
  association [0..*] to I_FunctionalAreaHierNode as _FunctionalAreaHierarchyNode on $projection.FunctionalArea = _FunctionalAreaHierarchyNode.FunctionalArea

{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
      @ObjectModel.hierarchy.association: '_FunctionalAreaHierarchyNode'
  key fkber as FunctionalArea,
      _Text,
      _FunctionalAreaHierarchyNode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFKB"
],
"ASSOCIATED":
[
"I_FUNCTIONALAREAHIERNODE",
"I_FUNCTIONALAREATEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/