I_FINANCIALMANAGEMENTAREA
Financial Management Area
I_FINANCIALMANAGEMENTAREA is a CDS View in S/4HANA. Financial Management Area. It contains 5 fields. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CnsldtnMasterData | view | union_all | COMPOSITE | Consolidation - Combined Master Data |
| I_FinMgmtAreaStdVH | view | from | BASIC | Financial Management Area |
| I_FiscalCalDateForFinMgmtArea | view | inner | BASIC | Fiscal Year For Fin. Management Area |
| I_FiscalYearForCmtmtItemBsc | view | inner | BASIC | Fiscal years of Commitment Item |
| I_FiscalYearForFinMgmtArea | view | inner | BASIC | Fiscal Year for Fin Management Area |
| P_CnsldtnFinManagementArea | view_entity | from | COMPOSITE | Consolidation Financial Management Area |
| P_FundsManagementFiscalYear | view | from | COMPOSITE | Funds Management Fiscal Year |
| R_FinancialManagementAreaTP | view_entity | from | TRANSACTIONAL | Financial Management Area - TP |
Fields (5)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | FinancialManagementArea | FinancialManagementArea | 5 |
| CommitmentItemIsYearDependent | CommitmentItemIsYearDependent | 1 | |
| FinancialManagementAreaCrcy | FinancialManagementAreaCrcy | 1 | |
| FinMgmtAreaFiscalYearVariant | FinMgmtAreaFiscalYearVariant | 1 | |
| FundsCenterIsTimeDependent | FundsCenterIsTimeDependent | 1 |
@EndUserText.label: 'Financial Management Area'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true, internalName: #LOCAL }
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'FinancialManagementArea'
@ObjectModel.sapObjectNodeType.name: 'FinancialManagementArea'
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
@ObjectModel.usageType: {
sizeCategory: #S,
dataClass: #MASTER,
serviceQuality: #A
}
@Metadata.allowExtensions:true
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering: { status: #ACTIVE, type: #FULL }
@AbapCatalog.sqlViewName: 'IFMAREA'
@AbapCatalog.preserveKey: true
define view I_FinancialManagementArea
as select from fm01
association [0..1] to I_Currency as _Currency on $projection.FinancialManagementAreaCrcy = _Currency.Currency
association [1..1] to I_FiscalYearVariant as _FiscalYearVariant on $projection.FinMgmtAreaFiscalYearVariant = _FiscalYearVariant.FiscalYearVariant
association [1..*] to I_FinancialManagementAreaText as _Text on $projection.FinancialManagementArea = _Text.FinancialManagementArea
{
@ObjectModel.text.association: '_Text'
key fikrs as FinancialManagementArea,
@ObjectModel.foreignKey.association: '_Currency'
waers as FinancialManagementAreaCrcy,
@ObjectModel.foreignKey.association: '_FiscalYearVariant'
ca_periv as FinMgmtAreaFiscalYearVariant,
yearpos as CommitmentItemIsYearDependent,
cast (yearctr as fmis_fc_time_dependent ) as FundsCenterIsTimeDependent,
_Currency,
_FiscalYearVariant,
_Text
};