I_ASSETVALUATIONVIEW

CDS View

Valuation View of Asset Accounting

I_ASSETVALUATIONVIEW is a CDS View in S/4HANA. Valuation View of Asset Accounting. It contains 1 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
FAA_CalctDrvdAreaValnVws view inner Calculate Derived Area Valuation Views
FAA_CalctDrvdAreaValnVws02 view inner Calculated area of Derived Area
FAA_CompDrvdAreaDocit01 view inner Compare Derived Area DOC_IT 01
FAA_CompDrvdAreaSplitNum view inner Compare Derived Area Split Number
FAA_UPA_MIG_DA_DOCIT_CMPR01 view_entity inner Compare DOC_IT for derived area layer 1
FAA_UPA_MIG_DA_DOCIT_SPLT view_entity inner Split DOC_IT-DRCRK for derived area
FAA_UPA_MIG_DA_DRVD_AREA view_entity inner Derived area
FAA_UPA_MIG_DA_KFC_ACDOCA01 view_entity inner Aggregate ACDOCA for derived area 01
FAA_UPA_MIG_DA_MATH_FMLA view_entity inner Mathematical formula
FAA_UPA_MIG_DA_PLANV_CMPR01 view_entity inner Compare PLAN_VALUES for derived area L1
FAA_UPA_MIG_DA_PLANV_SPLT view_entity inner Split PLAN_VALUES-DRCRK for derived area
FAA_UPA_MIG_DI_KFC_ACDOCA01 view_entity inner Aggregate ACDOCA for tech ledger 01
I_LeadingDeprAreaVH view inner COMPOSITE Leading Depreciation Area Value Help

Fields (1)

KeyField CDS FieldsUsed in Views
AssetValuationViewType AssetValuationViewType 4
@AbapCatalog: {sqlViewName: 'IFIASSETVALVIEW', preserveKey: true, compiler.compareFilter:true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: { dataCategory: #DIMENSION }
@EndUserText.label: 'Valuation View of Asset Accounting'
@VDM.viewType: #BASIC
@ObjectModel: { representativeKey: 'AssetValuationView',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_AssetValuationView
  as select from faac_valview0

  association [0..*] to I_AssetValuationViewText as _Text on $projection.AssetValuationView = _Text.AssetValuationView
  association [1] to I_AssetValuationViewType as _AssetValuationViewType on $projection.AssetValuationViewType = _AssetValuationViewType.AssetValuationViewType  
{
      @ObjectModel.text.association: '_Text'
  key valview                 as AssetValuationView,

      @ObjectModel.foreignKey.association: '_AssetValuationViewType'
      valview_type            as AssetValuationViewType,
      sign_apc                as AcquisitionValueCalcSign,
      glo_pt_assetreportedict as AssetReportEdict,

      /* Associations */
      _Text,
      _AssetValuationViewType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAAC_VALVIEW0"
],
"ASSOCIATED":
[
"I_ASSETVALUATIONVIEWTEXT",
"I_ASSETVALUATIONVIEWTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/