P_AssetBalanceOverview

DDL: P_ASSETBALANCEOVERVIEW SQL: PASSETBALOVW Type: view COMPOSITE Package: ODATA_AA_ASSET_OVERVIEWPAGE

Asset Balance Overview

P_AssetBalanceOverview is a Composite CDS View that provides data about "Asset Balance Overview" in SAP S/4HANA. It reads from 1 data source (I_AssetBalanceCube) and exposes 33 fields with key fields CompanyCode, MasterFixedAsset, FixedAsset, AssetDepreciationArea, Ledger. Part of development package ODATA_AA_ASSET_OVERVIEWPAGE.

Data Sources (1)

SourceAliasJoin Type
I_AssetBalanceCube I_AssetBalanceCube from

Parameters (4)

NameTypeDefault
P_AssetAccountingKeyFigureSet faa_key_figure_set
P_FiscalYear fis_gjahr
P_FiscalPeriod fis_poper
P_KeyDate fagl_keydate

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PASSETBALOVW view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (33)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY MasterFixedAsset MasterFixedAsset
KEY FixedAsset FixedAsset
KEY AssetDepreciationArea AssetDepreciationArea
KEY Ledger Ledger
KEY FiscalYear FiscalYear
KEY FiscalPeriod FiscalPeriod
KEY SubLedgerAcctLineItemType SubLedgerAcctLineItemType
KEY AssetAcctTransClassfctn AssetAcctTransClassfctn
KEY AssetAccountingKeyFigure AssetAccountingKeyFigure
KEY AssetAccountingKeyFigureSet AssetAccountingKeyFigureSet
KEY AccountingDocument AccountingDocument
KEY TransactionSubitem TransactionSubitem
KEY DebitCreditCode DebitCreditCode
KEY CurrencyRole CurrencyRole
SelectedCurrencyBranch SelectedCurrencyBranch
ControllingArea ControllingArea
FiscalYearVariant FiscalYearVariant
ChartOfDepreciation ChartOfDepreciation
AssetClass AssetClass
AssetAccountDetermination AssetAccountDetermination
AssetDeactivationDate AssetDeactivationDate
AssetCapitalizationDate AssetCapitalizationDate
Supplier Supplier
AssetUnderConstIsInvmtMsr _FixedAsset AssetUnderConstIsInvmtMsr
IsLineItemSettled _FixedAsset IsLineItemSettled
AssetCostCenter AssetCostCenter
AssetPlant AssetPlant
AssetProfitCenter AssetProfitCenter
AssetSegment AssetSegment
DisplayCurrency DisplayCurrency
NetBookValueAmtInDspCrcy AmountInDisplayCurrency
_FixedAsset _FixedAsset
@AbapCatalog.sqlViewName: 'PASSETBALOVW'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_AssetBalanceOverview
  with parameters
    P_AssetAccountingKeyFigureSet : faa_key_figure_set,
    P_FiscalYear                  : fis_gjahr,
    P_FiscalPeriod                : fis_poper,
    P_KeyDate                     : fagl_keydate
  as select from I_AssetBalanceCube( P_AssetAccountingKeyFigureSet: :P_AssetAccountingKeyFigureSet,
                                     P_FiscalYear:                  :P_FiscalYear ,
                                     P_FiscalPeriod:                :P_FiscalPeriod,
                                     P_KeyDate:                     :P_KeyDate )

{
  key CompanyCode,
  key MasterFixedAsset,
  key FixedAsset,
  key AssetDepreciationArea,
  key Ledger,
  key FiscalYear,
  key FiscalPeriod,
  key SubLedgerAcctLineItemType,
  key AssetAcctTransClassfctn,
  key AssetAccountingKeyFigure,
  key AssetAccountingKeyFigureSet,
  key AccountingDocument,
  key TransactionSubitem,
  key DebitCreditCode,
  key CurrencyRole,

      SelectedCurrencyBranch,

      ControllingArea,
      FiscalYearVariant,
      ChartOfDepreciation,

      /* Fields from Fixed Asset */
      AssetClass,
      AssetAccountDetermination,
      AssetDeactivationDate,
      AssetCapitalizationDate,
      Supplier,

      /* Fixed Asset Under Construction */
      _FixedAsset.AssetUnderConstIsInvmtMsr,
      _FixedAsset.IsLineItemSettled,

      /* Fields from Fixed Asset (Time-Dependent Data) */
      AssetCostCenter,
      AssetPlant,
      AssetProfitCenter,
      AssetSegment,

      /* Amounts */
      DisplayCurrency,

      AmountInDisplayCurrency as NetBookValueAmtInDspCrcy,

      /* Associations */
      _FixedAsset
}
where
  AssetAccountingKeyFigure = '0010790401' // Net Book Value at Reporting Date, Planned - "KeyFigure" - see view FAAV_KFCSET_SPEC