P_RealTimeRptdFinData_02

DDL: P_REALTIMERPTDFINDATA_02 SQL: PREALTIMERFD_02 Type: view COMPOSITE

P_RealTimeRptdFinData_02 is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (P_ConsolidationUnitCurrency, P_RealTimeRptdFinData_01) and exposes 49 fields.

Data Sources (2)

SourceAliasJoin Type
P_ConsolidationUnitCurrency P_ConsolidationUnitCurrency inner
P_RealTimeRptdFinData_01 P_RealTimeRptdFinData_01 from

Parameters (2)

NameTypeDefault
P_CreationDateTimeRgFr timestamp
P_CreationDateTimeRgTo timestamp

Annotations (12)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName PREALTIMERFD_02 view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #XL view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view

Fields (49)

KeyFieldSource TableSource FieldDescription
FinancialStatementItem I_FSItemMappingAssgmtWithVers FinancialStatementItem FS Item
ConsolidationChartOfAccounts I_FSItemMappingAssgmtWithVers ConsolidationChartOfAccounts Cons. COA
PartnerConsolidationUnit
ConsolidationUnitLocalCurrency P_ConsolidationUnitCurrency curr Valuation Crcy
CnsldtnUnitLocalCrcySource P_ConsolidationUnitCurrency curr_local_send Sender LC
ConsolidationDimension Source ConsolidationDimension Dimension
ConsolidationUnit Source ConsolidationUnit Consolidation Unit
ConsolidationVersion Source ConsolidationVersion Version
ConsolidationLedger Source ConsolidationLedger Ledger
GroupCurrency Source GroupCurrency Ledger curr.
CnsldtnUnitGroupCrcySource Source CnsldtnUnitGroupCrcySource GroupCrcySource
FiscalPeriod Source FiscalPeriod Tax period
FiscalYear Source FiscalYear G/L Fiscal Year
BalanceTransactionCurrency Source BalanceTransactionCurrency Currency
BaseUnit Source BaseUnit Unit of Measure
FinancialTransactionType Source FinancialTransactionType Transact. Type
FunctionalArea Source FunctionalArea Sendr Fctl Area
BusinessArea Source BusinessArea Business Area
CostCenter Source CostCenter Cost Center
GLAccount Source GLAccount General Ledger
ProfitCenter Source ProfitCenter Profit Center
AmountInTransactionCurrency Source AmountInTransactionCurrency Pt Crcy Amt
AmountInLocalCurrency Source AmountInLocalCurrency Local Crcy Amt
AmountInGroupCurrency Source AmountInGroupCurrency Amnt in GrpCrcy
QuantityInBaseUnit Source QuantityInBaseUnit Quantity
osl Source osl Other Crcy Amnt
vsl Source vsl Amount in Currency 2
bsl Source bsl Exchange Key
csl Source csl Amount in Currency 4
dsl Source dsl Amount in Currency 5
esl Source esl Amount in Currency 6
fsl Source fsl Amount in Currency 7
gsl Source gsl Amount in Currency 8
Segment Source Segment Segment number
FinancialServicesProductGroup Source FinancialServicesProductGroup Product Group (FS)
FinancialServicesBranch Source FinancialServicesBranch Branch (FS)
FinancialDataSource Source FinancialDataSource Data Source
FinancialManagementArea Source FinancialManagementArea FM Area
GrantID Source GrantID Sender Grant
Fund Source Fund Sender Fund
PartnerFund Source PartnerFund Receiver Fund
CashLedgerAccount Source CashLedgerAccount Cash Origin Account
CnsldtnCashLedgerChartOfAccts Source CnsldtnCashLedgerChartOfAccts Node Class
CompanyCode Source CompanyCode Receiver Company Code
SourceLedger Source SourceLedger Source Ledger
Ledger Source Ledger Ledger
LedgerGLLineItem Source LedgerGLLineItem Journal Entry Item
AccountingDocument Source AccountingDocument Journal Entry
ReferenceFiscalYear Source ReferenceFiscalYear Original FY

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 P_RealTimeRptdFinData_02.
-- 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: PREALTIMERFD_02
-- Parameters: P_CreationDateTimeRgFr : timestamp, P_CreationDateTimeRgTo : timestamp

CREATE VIEW P_RealTimeRptdFinData_02 AS
SELECT
  I_FSItemMappingAssgmtWithVers.FinancialStatementItem AS FinancialStatementItem,
  I_FSItemMappingAssgmtWithVers.ConsolidationChartOfAccounts AS ConsolidationChartOfAccounts,
  coalesce(tfin010.bunit,'') AS PartnerConsolidationUnit,
  P_ConsolidationUnitCurrency.curr AS ConsolidationUnitLocalCurrency,
  P_ConsolidationUnitCurrency.curr_local_send AS CnsldtnUnitLocalCrcySource,
  Source.ConsolidationDimension AS ConsolidationDimension,
  Source.ConsolidationUnit AS ConsolidationUnit,
  Source.ConsolidationVersion AS ConsolidationVersion,
  Source.ConsolidationLedger AS ConsolidationLedger,
  Source.GroupCurrency AS GroupCurrency,
  Source.CnsldtnUnitGroupCrcySource AS CnsldtnUnitGroupCrcySource,
  Source.FiscalPeriod AS FiscalPeriod,
  Source.FiscalYear AS FiscalYear,
  Source.BalanceTransactionCurrency AS BalanceTransactionCurrency,
  Source.BaseUnit AS BaseUnit,
  Source.FinancialTransactionType AS FinancialTransactionType,
  Source.FunctionalArea AS FunctionalArea,
  Source.BusinessArea AS BusinessArea,
  Source.CostCenter AS CostCenter,
  Source.GLAccount AS GLAccount,
  Source.ProfitCenter AS ProfitCenter,
  Source.AmountInTransactionCurrency AS AmountInTransactionCurrency,
  Source.AmountInLocalCurrency AS AmountInLocalCurrency,
  Source.AmountInGroupCurrency AS AmountInGroupCurrency,
  Source.QuantityInBaseUnit AS QuantityInBaseUnit,
  Source.osl AS osl,
  Source.vsl AS vsl,
  Source.bsl AS bsl,
  Source.csl AS csl,
  Source.dsl AS dsl,
  Source.esl AS esl,
  Source.fsl AS fsl,
  Source.gsl AS gsl,
  Source.Segment AS Segment,
  Source.FinancialServicesProductGroup AS FinancialServicesProductGroup,
  Source.FinancialServicesBranch AS FinancialServicesBranch,
  Source.FinancialDataSource AS FinancialDataSource,
  Source.FinancialManagementArea AS FinancialManagementArea,
  Source.GrantID AS GrantID,
  Source.Fund AS Fund,
  Source.PartnerFund AS PartnerFund,
  Source.CashLedgerAccount AS CashLedgerAccount,
  Source.CnsldtnCashLedgerChartOfAccts AS CnsldtnCashLedgerChartOfAccts,
  Source.CompanyCode AS CompanyCode,
  Source.SourceLedger AS SourceLedger,
  Source.Ledger AS Ledger,
  Source.LedgerGLLineItem AS LedgerGLLineItem,
  Source.AccountingDocument AS AccountingDocument,
  Source.ReferenceFiscalYear AS ReferenceFiscalYear
FROM P_RealTimeRptdFinData_01
INNER JOIN P_ConsolidationUnitCurrency ON /* join condition not captured in parsed metadata */
;