I_FINANCIALSTATEMENTVERSION

CDS View

Financial Statement Version

I_FINANCIALSTATEMENTVERSION is a CDS View in S/4HANA. Financial Statement Version. It contains 2 fields. 11 CDS views read from this table.

CDS Views using this table (11)

ViewTypeJoinVDMDescription
C_FinancialStatementVersion view from CONSUMPTION Financial statement version
I_FinStmntVersStdVH view from COMPOSITE Financial Statement Version
P_CN_CADEGLAccountForBalance view inner COMPOSITE
P_CN_CADEGLAccountFSVItem view inner CONSUMPTION
P_CN_CADEGLAccountFSVItem2 view inner COMPOSITE
P_CN_CADEGLAcctWDesc view from CONSUMPTION
P_CN_CADEGLAcctWDesc2 view from COMPOSITE
P_CN_CADEGLLeafItemAccount view inner CONSUMPTION
P_CN_CADEGLLeafItemAccount2 view inner COMPOSITE
P_LU_SAFTIsAlternateAccount view inner COMPOSITE
P_PT_SAFTIsAlternateAccount view inner COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ChartOfAccounts ChartOfAccounts 6
KEY FinancialStatementVariant FinancialStatementVariant 4
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFSVERSION'
@EndUserText.label: 'Financial Statement Version'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ObjectModel.representativeKey: 'FinancialStatementVariant'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType: {
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #ORGANIZATIONAL
}
@Metadata.allowExtensions:true
define view I_FinancialStatementVersion
  as select from t011
  association [1..*] to I_FinancialStatementVersionT as _Text            on $projection.FinancialStatementVariant = _Text.FinancialStatementVariant
  association [0..1] to I_ChartOfAccounts            as _ChartOfAccounts on $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts
  association [1..1] to I_Language                   as _Language        on $projection.MaintenanceLanguage = _Language.Language
{
      @ObjectModel.text.association: '_Text'
  key versn as FinancialStatementVariant,
      @ObjectModel.foreignKey.association: '_Language'
      dspra as MaintenanceLanguage,
      _Language.LanguageISOCode,
      @ObjectModel.foreignKey.association: '_ChartOfAccounts'
      ktopl as ChartOfAccounts,
      xergs as GroupChartOfAccountIsUsed,
      xfber as FunctionalAreaIsUsed,
      
      anhng as FinancialStatementNotesItem,
      zuord as FinancialStatementOrphansItem,
      erggv as FinStatementProfitAndLossItem,
      ergpa as FinStatementNetProfitItem,
      ergak as FinancialStatementNetLossItem,
      pssva as FinStatementLiabilitiesItem,
      aktva as FinancialStatementAssetsItem,
              
      _Text,
      _ChartOfAccounts,
      _Language
}     
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LANGUAGE",
"T011"
],
"ASSOCIATED":
[
"I_CHARTOFACCOUNTS",
"I_FINANCIALSTATEMENTVERSIONT",
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/