I_FINANCIALSTATEMENTITEMTEXT

CDS View

Financial Statement Version Items Text

I_FINANCIALSTATEMENTITEMTEXT is a CDS View in S/4HANA. Financial Statement Version Items Text. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_CN_CADEGLAccountFSVItem view left_outer CONSUMPTION
P_CN_CADEGLAccountFSVItem2 view left_outer COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
FinStatementItemDescription FinStatementItemDescription 2
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Financial Statement Version Items Text'
@AbapCatalog.sqlViewName: 'IFIFSITMT'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FinancialStatementItem'
@ObjectModel.usageType: {
  serviceQuality: #A,
  sizeCategory: #L,
  dataClass: #ORGANIZATIONAL
}
define view I_FinancialStatementItemText
  as select from fagl_011qt

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

  association [0..1] to I_FinancialStatementVersion as _FinancialStatementVersion on $projection.FinancialStatementVariant = _FinancialStatementVersion.FinancialStatementVariant

{
      @ObjectModel.foreignKey.association: '_FinancialStatementVersion'
  key versn as FinancialStatementVariant,

  key ergsl as FinancialStatementItem,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras as Language,

      @Semantics.text: true
      txt45 as FinStatementItemDescription,

      _Language,
      _FinancialStatementVersion
}

where
      fagl_011qt.txtyp = 'K'
  and fagl_011qt.zeile = '1'        
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAGL_011QT"
],
"ASSOCIATED":
[
"I_FINANCIALSTATEMENTVERSION",
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/