ICA_FS_ITEM

CDS View

ICA_FS_ITEM is a CDS View in S/4HANA. It contains 2 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
ICA_CONSJOURNALENTRIES_2 view left_outer Match Consolidation Journal Entry Lines
ICA_CONSJOURNALENTRIES_3 view left_outer Match Consolidation Journal Entry Lines
ICA_CONSJOURNALENTRIES_4 view left_outer Match Consolidation Journal Entry Lines
ICA_CONSJOURNALENTRIES_5 view left_outer Match Consolidation Journal Entry Lines
ICA_GR_FSIASSGMT view from

Fields (2)

KeyField CDS FieldsUsed in Views
KEY itclg itclg 1
KEY item item 1
@AbapCatalog.sqlViewName: 'ICAFSITEM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #M
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view ICA_FS_ITEM
  as select from fincs_fsiassgmt
{

  key itclg,
  key item,
  key iatvs,
  key cast(concat(left(fromyearper,4), replace(right(fromyearper,3), '001', '000')) as fincs_fiscalyearper preserving type ) as fromyearper,
      toyearper,
      sa_role,
      sa_elimination,
      sa_data_collection,
      sa_currency_translation,
      sa_cash_flow,
      sa_scope,
      sa_customer_specific,
      ta_elimination,
      ta_nci,
      ta_planning
      
} where mandt = $session.client
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINCS_FSIASSGMT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/