I_ASTVALNVIEWFORACCTGPRINCIPLE

CDS View

Valuation View for Accounting Principle of Asset Accounting

I_ASTVALNVIEWFORACCTGPRINCIPLE is a CDS View in S/4HANA. Valuation View for Accounting Principle of Asset Accounting. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_LeadingDeprAreaVH view inner COMPOSITE Leading Depreciation Area Value Help
@AbapCatalog: {sqlViewName: 'IFIASTVALNVWACPR', preserveKey: true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: { dataCategory: #DIMENSION }
@EndUserText.label: 'Valuation View for Accounting Principle of Asset Accounting'
@VDM.viewType: #BASIC
@ObjectModel: { representativeKey: 'AccountingPrinciple',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_AstValnViewForAcctgPrinciple
  as select from faac_valview1a

  association [1..1] to I_AssetValuationView as _AssetValuationView on $projection.AssetValuationView = _AssetValuationView.AssetValuationView
{
      @ObjectModel.foreignKey.association: '_AssetValuationView'
  key valview       as AssetValuationView,
  key acc_principle as AccountingPrinciple,

      posting_type  as AssetGLPostingMethod,

      /* Associations */
      _AssetValuationView
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAAC_VALVIEW1A"
],
"ASSOCIATED":
[
"I_ASSETVALUATIONVIEW"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/