I_CN_CADEFixedAssetValueCube

DDL: I_CN_CADEFIXEDASSETVALUECUBE SQL: ICADEASTCUBE Type: view COMPOSITE

Fixed Asset Balance Cube for CADE

I_CN_CADEFixedAssetValueCube is a Composite CDS View (Cube) that provides data about "Fixed Asset Balance Cube for CADE" in SAP S/4HANA. It reads from 13 data sources and exposes 26 fields with key fields CompanyCode, AssetDepreciationArea, MasterFixedAsset, FixedAsset, Ledger. It has 1 association to related views.

Data Sources (13)

SourceAliasJoin Type
I_CN_CADEGeneralInformation AdecConfiguration left_outer
I_GlobAssetAssignment AssetUsageNew left_outer
I_FixedAssetAssgmt AssignmentByFiscalPeriodEnd left_outer
I_AssetValuationForLedger DeprAreaByFiscalPeriodEnd left_outer
I_FixedAssetForLedger FixedAsset inner
I_AssetBalanceCube I_AssetBalanceCube left_outer
I_OrdinaryDeprValAdjmtAccount OrdinaryDeprValAdjmtAccount left_outer
P_CN_CADEAssetChgDoc P_CN_CADEAssetChgDoc left_outer
P_CN_CADEAssetChgDoc P_CN_CADEAssetChgDoc left_outer
P_CN_CADEAssetQuantity P_CN_CADEAssetQuantity left_outer
P_CN_CADECalcExpiredPeriods P_CN_CADECalcExpiredPeriods left_outer
I_FiscalYearPeriodForLedger Period from
I_RevalOrdnryDeprValAdjmtAcct RevalOrdnryDeprValAdjmtAccount left_outer

Parameters (10)

NameTypeDefault
P_CurrencyRole fis_curtp
P_FiscalYear fis_gjahr
P_FromFiscalPeriod fis_period_from
P_ToFiscalPeriod fis_period_to
P_CompanyCode fis_bukrs
P_AssetDepreciationArea fis_afabe
P_AssetAccountingKeyFigureSet faa_key_figure_set
P_Ledger fis_rldnr
P_Language sylangu
P_KeyDate fagl_keydate

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AssetKeyFigureText _AssetKeyFigureText $projection.AssetAccountingKeyFigure = _AssetKeyFigureText.AssetAccountingKeyFigure

Annotations (15)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName ICADEASTCUBE view
Analytics.dataCategory #CUBE view
Analytics.dataExtraction.enabled false view
EndUserText.label Fixed Asset Balance Cube for CADE view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #CHECK view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (26)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode FixedAssetValue CompanyCode Receiver Company Code
KEY AssetDepreciationArea FixedAssetValue AssetDepreciationArea Deprec. Area
KEY MasterFixedAsset I_FixedAssetForLedger MasterFixedAsset Fixed Asset
KEY FixedAsset I_FixedAssetForLedger FixedAsset Sub-number
KEY Ledger FixedAssetValue Ledger Ledger
KEY FiscalYear FixedAssetValue FiscalYear G/L Fiscal Year
KEY FiscalPeriod
KEY SubLedgerAcctLineItemType FixedAssetValue SubLedgerAcctLineItemType SLALineItemType
KEY AssetAcctTransClassfctn FixedAssetValue AssetAcctTransClassfctn Trans.Type Cat.
KEY AssetAccountingKeyFigure FixedAssetValue AssetAccountingKeyFigure
KEY AssetAccountingKeyFigureSet FixedAssetValue AssetAccountingKeyFigureSet
KEY FiscalYearPeriod I_FiscalYearPeriodForLedger FiscalYearPeriod Period/Year
PostingFiscalPeriod I_FiscalYearPeriodForLedger FiscalPeriod Tax period
AssetAccountDetermination FixedAssetValue AssetAccountDetermination Account Determ.
ChartOfAccounts FixedAssetValue ChartOfAccounts Node Class
ChartOfDepreciation ChartOfDepreciation
AssetAccountingSortedKeyFigure AssetAccountingSortedKeyFigure
CurrencyShortName
AssetClassName
DisplayCurrency DisplayCurrency Display Currency
AmountInDisplayCurrency AmountInDisplayCurrency
AcqnProdnCostGLAccount
OrdinaryDeprValAdjmtGLAccount
RevalOrdnryDeprValAdjmtGLAcct
AssetClass FixedAssetValue AssetClass Asset Class
FixedAssetDescription

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_CN_CADEFixedAssetValueCube.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ICADEASTCUBE
-- Parameters: P_CurrencyRole : fis_curtp, P_FiscalYear : fis_gjahr, P_FromFiscalPeriod : fis_period_from, P_ToFiscalPeriod : fis_period_to, P_CompanyCode : fis_bukrs, P_AssetDepreciationArea : fis_afabe, P_AssetAccountingKeyFigureSet : faa_key_figure_set, P_Ledger : fis_rldnr, P_Language : sylangu, P_KeyDate : fagl_keydate

CREATE VIEW I_CN_CADEFixedAssetValueCube AS
SELECT
  FixedAssetValue.CompanyCode AS CompanyCode,
  FixedAssetValue.AssetDepreciationArea AS AssetDepreciationArea,
  FixedAsset.MasterFixedAsset AS MasterFixedAsset,
  FixedAsset.FixedAsset AS FixedAsset,
  FixedAssetValue.Ledger AS Ledger,
  FixedAssetValue.FiscalYear AS FiscalYear,
  ltrim(Period.FiscalPeriod,'0') AS FiscalPeriod,
  FixedAssetValue.SubLedgerAcctLineItemType AS SubLedgerAcctLineItemType,
  FixedAssetValue.AssetAcctTransClassfctn AS AssetAcctTransClassfctn,
  FixedAssetValue.AssetAccountingKeyFigure AS AssetAccountingKeyFigure,
  FixedAssetValue.AssetAccountingKeyFigureSet AS AssetAccountingKeyFigureSet,
  Period.FiscalYearPeriod AS FiscalYearPeriod,
  Period.FiscalPeriod AS PostingFiscalPeriod,
  FixedAssetValue.AssetAccountDetermination AS AssetAccountDetermination,
  FixedAssetValue.ChartOfAccounts AS ChartOfAccounts,
  ChartOfDepreciation,
  AssetAccountingSortedKeyFigure,
  FixedAssetValue._Currency._Text[1:Language = $parameters.P_Language].CurrencyShortName AS CurrencyShortName,
  FixedAssetValue._AssetClass._Text[1:Language = $parameters.P_Language].AssetClassName AS AssetClassName,
  DisplayCurrency,
  AmountInDisplayCurrency,
  ltrim(AcqnProdnCostGLAccount,'0') AS AcqnProdnCostGLAccount,
  ltrim( OrdinaryDeprValAdjmtAccount.OrdinaryDeprValAdjmtGLAccount,'0') AS OrdinaryDeprValAdjmtGLAccount,
  ltrim( RevalOrdnryDeprValAdjmtAccount.RevalOrdnryDeprValAdjmtGLAcct,'0') AS RevalOrdnryDeprValAdjmtGLAcct,
  FixedAssetValue.AssetClass AS AssetClass,
  FixedAsset._FixedAsset.FixedAssetDescription AS FixedAssetDescription
FROM I_FiscalYearPeriodForLedger AS Period
INNER JOIN I_FixedAssetForLedger AS FixedAsset ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_AssetBalanceCube ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_FixedAssetAssgmt AS AssignmentByFiscalPeriodEnd ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_AssetValuationForLedger AS DeprAreaByFiscalPeriodEnd ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN P_CN_CADECalcExpiredPeriods ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_OrdinaryDeprValAdjmtAccount AS OrdinaryDeprValAdjmtAccount ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_RevalOrdnryDeprValAdjmtAcct AS RevalOrdnryDeprValAdjmtAccount ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_CN_CADEGeneralInformation AS AdecConfiguration ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN P_CN_CADEAssetChgDoc ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN P_CN_CADEAssetQuantity ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_GlobAssetAssignment AS AssetUsageNew ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_AssetKeyFigureText AS _AssetKeyFigureText ON AssetAccountingKeyFigure = _AssetKeyFigureText.AssetAccountingKeyFigure  -- association [0..*]
;