C_PL_SAFTFixedAssetValueCube

DDL: C_PL_SAFTFIXEDASSETVALUECUBE Type: view_entity CONSUMPTION

PL SAFT Fixed Asset Values - Cube

C_PL_SAFTFixedAssetValueCube is a Consumption CDS View (Cube) that provides data about "PL SAFT Fixed Asset Values - Cube" in SAP S/4HANA. It reads from 3 data sources (I_PL_SAFTAssetDepreciationArea, I_FixedAssetForLedger, I_AssetBalanceCube) and exposes 48 fields with key fields CompanyCode, MasterFixedAsset, FixedAsset, AssetDepreciationArea, Ledger. It has 1 association to related views.

Data Sources (3)

SourceAliasJoin Type
I_PL_SAFTAssetDepreciationArea AstDprA inner
I_FixedAssetForLedger FxdAstLed inner
I_AssetBalanceCube I_AssetBalanceCube from

Parameters (7)

NameTypeDefault
P_AssetAccountingKeyFigureSet faa_key_figure_set
P_FiscalYear fis_gjahr
P_ToFiscalPeriod fis_period_to
P_ReportingEndDate srf_rpg_period_end_date
P_SelectedCurrencyBranch fis_selected_currency_branch
P_BookDepreciationAreaLedger saft_aa_pl_book_area_ledger
P_ConfigurationKeyDate fipl_sa_confign_key_date

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_SubLedgerAccLineItemType _SubledgerAccLineItemType $projection.SubLedgerAcctLineItemType = _SubledgerAccLineItemType.SubLedgerAcctLineItemType

Annotations (10)

NameValueLevelField
VDM.viewType #CONSUMPTION view
Analytics.dataCategory #CUBE view
Analytics.internalName #LOCAL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label PL SAFT Fixed Asset Values - Cube view
Metadata.allowExtensions true view

Fields (48)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode AstBal CompanyCode Receiver Company Code
KEY MasterFixedAsset AstBal MasterFixedAsset Fixed Asset
KEY FixedAsset AstBal FixedAsset Sub-number
KEY AssetDepreciationArea AstBal AssetDepreciationArea Deprec. Area
KEY Ledger AstBal Ledger Ledger
KEY FiscalYear AstBal FiscalYear G/L Fiscal Year
KEY FiscalPeriod AstBal FiscalPeriod Tax period
KEY SubLedgerAcctLineItemType AstBal SubLedgerAcctLineItemType SLALineItemType
KEY AssetAcctTransClassfctn AstBal AssetAcctTransClassfctn Trans.Type Cat.
KEY AssetAccountingKeyFigure AstBal AssetAccountingKeyFigure
KEY AssetAccountingKeyFigureSet AstBal AssetAccountingKeyFigureSet
KEY AccountingDocument AstBal AccountingDocument Journal Entry
KEY TransactionSubitem AstBal TransactionSubitem Sub Transaction
KEY DebitCreditCode AstBal DebitCreditCode Single-Character Flag
AccountingDocumentType AstBal AccountingDocumentType Journal Entry Type
AccountingDocumentCreationDate AstBal AccountingDocumentCreationDate Journal Entry Date
AssetTransactionType AstBal AssetTransactionType Trans.Type
AssetValueDate AstBal AssetValueDate Reference date
AssetClass AstBal AssetClass Asset Class
BusinessTransactionCategory AstBal BusinessTransactionCategory Business Transaction Category
BusinessTransactionType AstBal BusinessTransactionType Bus.transaction
ChartOfDepreciation AstBal ChartOfDepreciation
DisplayCurrency AstBal DisplayCurrency Display Currency
PostingDate AstBal PostingDate Posting Date for GR
DocumentDate AstBal DocumentDate Journal Entry Date
SelectedCurrencyBranch AstBal SelectedCurrencyBranch
IsReversal AstBal IsReversal Reversal doc.
IsReversed AstBal IsReversed Reversed?
AssetCapitalizationDate I_FixedAssetForLedger AssetCapitalizationDate Asset Capitalization
AssetDeactivationDate I_FixedAssetForLedger AssetDeactivationDate
_AssetAcctTransClassfctn AstBal _AssetAcctTransClassfctn
_AssetKeyFigure AstBal _AssetKeyFigure
_AssetKeyFigureSet AstBal _AssetKeyFigureSet
_AssetClass AstBal _AssetClass
_AssetTransactionType AstBal _AssetTransactionType
_AccountingDocumentType AstBal _AccountingDocumentType
_BusinessTransactionCategory AstBal _BusinessTransactionCategory
_BusinessTransactionType AstBal _BusinessTransactionType
_CompanyCode AstBal _CompanyCode
_ChartOfDepreciation AstBal _ChartOfDepreciation
_DepreciationArea AstBal _DepreciationArea
_FixedAsset AstBal _FixedAsset
_FiscalYear AstBal _FiscalYear
_JournalEntry AstBal _JournalEntry
_MasterFixedAsset AstBal _MasterFixedAsset
_Ledger AstBal _Ledger
_SubledgerAccLineItemType _SubledgerAccLineItemType
_SelectedCurrencyBranch AstBal _SelectedCurrencyBranch

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 C_PL_SAFTFixedAssetValueCube.
-- 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.
-- Parameters: P_AssetAccountingKeyFigureSet : faa_key_figure_set, P_FiscalYear : fis_gjahr, P_ToFiscalPeriod : fis_period_to, P_ReportingEndDate : srf_rpg_period_end_date, P_SelectedCurrencyBranch : fis_selected_currency_branch, P_BookDepreciationAreaLedger : saft_aa_pl_book_area_ledger, P_ConfigurationKeyDate : fipl_sa_confign_key_date

CREATE VIEW C_PL_SAFTFixedAssetValueCube AS
SELECT
  AstBal.CompanyCode AS CompanyCode,
  AstBal.MasterFixedAsset AS MasterFixedAsset,
  AstBal.FixedAsset AS FixedAsset,
  AstBal.AssetDepreciationArea AS AssetDepreciationArea,
  AstBal.Ledger AS Ledger,
  AstBal.FiscalYear AS FiscalYear,
  AstBal.FiscalPeriod AS FiscalPeriod,
  AstBal.SubLedgerAcctLineItemType AS SubLedgerAcctLineItemType,
  AstBal.AssetAcctTransClassfctn AS AssetAcctTransClassfctn,
  AstBal.AssetAccountingKeyFigure AS AssetAccountingKeyFigure,
  AstBal.AssetAccountingKeyFigureSet AS AssetAccountingKeyFigureSet,
  AstBal.AccountingDocument AS AccountingDocument,
  AstBal.TransactionSubitem AS TransactionSubitem,
  AstBal.DebitCreditCode AS DebitCreditCode,
  AstBal.AccountingDocumentType AS AccountingDocumentType,
  AstBal.AccountingDocumentCreationDate AS AccountingDocumentCreationDate,
  AstBal.AssetTransactionType AS AssetTransactionType,
  AstBal.AssetValueDate AS AssetValueDate,
  AstBal.AssetClass AS AssetClass,
  AstBal.BusinessTransactionCategory AS BusinessTransactionCategory,
  AstBal.BusinessTransactionType AS BusinessTransactionType,
  AstBal.ChartOfDepreciation AS ChartOfDepreciation,
  AstBal.DisplayCurrency AS DisplayCurrency,
  AstBal.PostingDate AS PostingDate,
  AstBal.DocumentDate AS DocumentDate,
  AstBal.SelectedCurrencyBranch AS SelectedCurrencyBranch,
  AstBal.IsReversal AS IsReversal,
  AstBal.IsReversed AS IsReversed,
  FxdAstLed.AssetCapitalizationDate AS AssetCapitalizationDate,
  FxdAstLed.AssetDeactivationDate AS AssetDeactivationDate,
  AstBal._AssetAcctTransClassfctn AS _AssetAcctTransClassfctn,
  AstBal._AssetKeyFigure AS _AssetKeyFigure,
  AstBal._AssetKeyFigureSet AS _AssetKeyFigureSet,
  AstBal._AssetClass AS _AssetClass,
  AstBal._AssetTransactionType AS _AssetTransactionType,
  AstBal._AccountingDocumentType AS _AccountingDocumentType,
  AstBal._BusinessTransactionCategory AS _BusinessTransactionCategory,
  AstBal._BusinessTransactionType AS _BusinessTransactionType,
  AstBal._CompanyCode AS _CompanyCode,
  AstBal._ChartOfDepreciation AS _ChartOfDepreciation,
  AstBal._DepreciationArea AS _DepreciationArea,
  AstBal._FixedAsset AS _FixedAsset,
  AstBal._FiscalYear AS _FiscalYear,
  AstBal._JournalEntry AS _JournalEntry,
  AstBal._MasterFixedAsset AS _MasterFixedAsset,
  AstBal._Ledger AS _Ledger,
  AstBal._SelectedCurrencyBranch AS _SelectedCurrencyBranch
FROM I_AssetBalanceCube
INNER JOIN I_PL_SAFTAssetDepreciationArea AS AstDprA ON /* join condition not captured in parsed metadata */
INNER JOIN I_FixedAssetForLedger AS FxdAstLed ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_SubLedgerAccLineItemType AS _SubledgerAccLineItemType ON SubLedgerAcctLineItemType = _SubledgerAccLineItemType.SubLedgerAcctLineItemType  -- association [0..1]
;