I_FUNCTIONALAREA

CDS View

Functional Area

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

CDS Views using this table (11)

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_entity from COMPOSITE RA Functional Area Value Help
P_BalShtIncomeStatementItem view_entity union COMPOSITE Balance Sheet Item
P_CnsldtnFunctionalArea view from COMPOSITE Consolidation Combined Functional Area
P_FinStmtLeafWithFuncArea view inner BASIC Financial Statement Leaf with assigned Functional Area

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'
@ObjectModel.sapObjectNodeType.name: '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,
  
      @Semantics.systemDate.createdAt: true
      created_on  as CreationDate,
      @Semantics.systemDate.lastChangedAt: true
      modified_on as LastChangeDate,
  
      _Text,
      _FunctionalAreaHierarchyNode
}