C_RO_SAFTFixedAssetTransCube

DDL: C_RO_SAFTFIXEDASSETTRANSCUBE SQL: CROSAFTFATRANCUB Type: view CONSUMPTION

RO SAFT Fixed Asset Transaction - Cube

C_RO_SAFTFixedAssetTransCube is a Consumption CDS View (Cube) that provides data about "RO SAFT Fixed Asset Transaction - Cube" in SAP S/4HANA. It reads from 1 data source (I_AssetBalanceCube) and exposes 58 fields with key fields CompanyCode, AssetDepreciationArea, MasterFixedAsset, FixedAsset, Ledger.

Data Sources (1)

SourceAliasJoin Type
I_AssetBalanceCube I_AssetBalanceCube from

Parameters (5)

NameTypeDefault
P_AssetAccountingKeyFigureSet faa_key_figure_set
P_FiscalYear fis_gjahr
P_ToFiscalPeriod fis_period_to
P_KeyDate fagl_keydate
P_SelectedCurrencyBranch saft_aa_ro_curr_branch

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CROSAFTFATRANCUB view
VDM.viewType #CONSUMPTION view
Analytics.dataCategory #CUBE view
Analytics.internalName #LOCAL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality D view
ObjectModel.usageType.dataClass TRANSACTIONAL view
AccessControl.authorizationCheck #MANDATORY view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
EndUserText.label RO SAFT Fixed Asset Transaction - Cube view

Fields (58)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode Values CompanyCode Receiver Company Code
KEY AssetDepreciationArea Values AssetDepreciationArea Deprec. Area
KEY MasterFixedAsset Values MasterFixedAsset Fixed Asset
KEY FixedAsset Values FixedAsset Sub-number
KEY Ledger Values Ledger Ledger
KEY FiscalYear Values FiscalYear G/L Fiscal Year
KEY FiscalPeriod Values FiscalPeriod Tax period
KEY SubLedgerAcctLineItemType Values SubLedgerAcctLineItemType SLALineItemType
KEY AssetAcctTransClassfctn Values AssetAcctTransClassfctn Trans.Type Cat.
KEY AssetAccountingKeyFigure Values AssetAccountingKeyFigure
KEY AssetAccountingKeyFigureSet Values AssetAccountingKeyFigureSet
KEY AccountingDocument Values AccountingDocument Journal Entry
KEY TransactionSubitem Values TransactionSubitem Sub Transaction
KEY DebitCreditCode Values DebitCreditCode Single-Character Flag
AssetClass
ChartOfDepreciation Values ChartOfDepreciation
ControllingArea Values ControllingArea Controlling Area
LedgerGroup Values LedgerGroup Ledger Group
GroupMasterFixedAsset Values GroupMasterFixedAsset
GroupFixedAsset Values GroupFixedAsset
AccountingDocumentType AccountingDocumentType Journal Entry Type
AccountingDocumentCreationDate Values AccountingDocumentCreationDate Journal Entry Date
CreationTime Values CreationTime Time of Change
PostingDate Values PostingDate Posting Date for GR
DocumentDate Values DocumentDate Journal Entry Date
AssetValueDate Values AssetValueDate Reference date
AssetTransactionType Values AssetTransactionType Trans.Type
AssignmentReference Values AssignmentReference Assignment Reference
DocumentItemText Values DocumentItemText Text
ReferenceDocumentType Values ReferenceDocumentType Reference Document Type
ReferenceDocument Values ReferenceDocument Reference Document
LogicalSystem Values LogicalSystem Logical System
ReferenceDocumentContext Values ReferenceDocumentContext Reference Document Context
IsReversal Values IsReversal Reversal doc.
IsReversed Values IsReversed Reversed?
BusinessArea Values BusinessArea Business Area
Segment Values Segment Segment number
FinancialAccountType Values FinancialAccountType Fin. Account Type
Fund Values Fund Sender Fund
FunctionalArea Values FunctionalArea Sendr Fctl Area
AcctgDocIsPostedPeriodically AcctgDocIsPostedPeriodically
DisplayCurrency Values DisplayCurrency Display Currency
AmountInDisplayCurrency Values AmountInDisplayCurrency
AcqnProdnCostOnTransIsReset AcqnProdnCostOnTransIsReset
CompanyCodeCurrency
AmountInCompanyCodeCurrency
_CompanyCode _CompanyCode
_DepreciationArea _DepreciationArea
_MasterFixedAsset _MasterFixedAsset
_FixedAsset _FixedAsset
_Ledger _Ledger
_FiscalYear _FiscalYear
_SubLedgerAccLineItemType _SubLedgerAccLineItemType
_AssetKeyFigure _AssetKeyFigure
_AssetKeyFigureSet _AssetKeyFigureSet
_ChartOfDepreciation _ChartOfDepreciation
_AssetTransactionType _AssetTransactionType
_AccountingDocumentType _AccountingDocumentType

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_RO_SAFTFixedAssetTransCube.
-- 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: CROSAFTFATRANCUB
-- Parameters: P_AssetAccountingKeyFigureSet : faa_key_figure_set, P_FiscalYear : fis_gjahr, P_ToFiscalPeriod : fis_period_to, P_KeyDate : fagl_keydate, P_SelectedCurrencyBranch : saft_aa_ro_curr_branch

CREATE VIEW C_RO_SAFTFixedAssetTransCube AS
SELECT
  Values.CompanyCode AS CompanyCode,
  Values.AssetDepreciationArea AS AssetDepreciationArea,
  Values.MasterFixedAsset AS MasterFixedAsset,
  Values.FixedAsset AS FixedAsset,
  Values.Ledger AS Ledger,
  Values.FiscalYear AS FiscalYear,
  Values.FiscalPeriod AS FiscalPeriod,
  Values.SubLedgerAcctLineItemType AS SubLedgerAcctLineItemType,
  Values.AssetAcctTransClassfctn AS AssetAcctTransClassfctn,
  Values.AssetAccountingKeyFigure AS AssetAccountingKeyFigure,
  Values.AssetAccountingKeyFigureSet AS AssetAccountingKeyFigureSet,
  Values.AccountingDocument AS AccountingDocument,
  Values.TransactionSubitem AS TransactionSubitem,
  Values.DebitCreditCode AS DebitCreditCode,
  Values._FixedAsset.AssetClass AS AssetClass,
  Values.ChartOfDepreciation AS ChartOfDepreciation,
  Values.ControllingArea AS ControllingArea,
  Values.LedgerGroup AS LedgerGroup,
  Values.GroupMasterFixedAsset AS GroupMasterFixedAsset,
  Values.GroupFixedAsset AS GroupFixedAsset,
  AccountingDocumentType,
  Values.AccountingDocumentCreationDate AS AccountingDocumentCreationDate,
  Values.CreationTime AS CreationTime,
  Values.PostingDate AS PostingDate,
  Values.DocumentDate AS DocumentDate,
  Values.AssetValueDate AS AssetValueDate,
  Values.AssetTransactionType AS AssetTransactionType,
  Values.AssignmentReference AS AssignmentReference,
  Values.DocumentItemText AS DocumentItemText,
  Values.ReferenceDocumentType AS ReferenceDocumentType,
  Values.ReferenceDocument AS ReferenceDocument,
  Values.LogicalSystem AS LogicalSystem,
  Values.ReferenceDocumentContext AS ReferenceDocumentContext,
  Values.IsReversal AS IsReversal,
  Values.IsReversed AS IsReversed,
  Values.BusinessArea AS BusinessArea,
  Values.Segment AS Segment,
  Values.FinancialAccountType AS FinancialAccountType,
  Values.Fund AS Fund,
  Values.FunctionalArea AS FunctionalArea,
  AcctgDocIsPostedPeriodically,
  Values.DisplayCurrency AS DisplayCurrency,
  Values.AmountInDisplayCurrency AS AmountInDisplayCurrency,
  AcqnProdnCostOnTransIsReset,
  cast('' as vdm_v_company_code_currency) AS CompanyCodeCurrency,
  cast('0' as fis_hsl) AS AmountInCompanyCodeCurrency
FROM I_AssetBalanceCube
;