P_ReportedFinancialData_RT_03

DDL: P_REPORTEDFINANCIALDATA_RT_03 SQL: PREPFINDRT_03 Type: view COMPOSITE

P_ReportedFinancialData_RT_03 is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_FSItemMappingAssgmtWithVers, P_ReportedFinancialData_RT_02) and exposes 51 fields.

Data Sources (2)

SourceAliasJoin Type
I_FSItemMappingAssgmtWithVers I_FSItemMappingAssgmtWithVers left_outer
P_ReportedFinancialData_RT_02 P_ReportedFinancialData_RT_02 from

Parameters (2)

NameTypeDefault
p_timestamp_from timestamp
p_timestamp_to timestamp

Annotations (12)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName PREPFINDRT_03 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 (51)

KeyFieldSource TableSource FieldDescription
ritem I_FSItemMappingAssgmtWithVers FinancialStatementItem FS Item
ConsolidationChartOfAccounts I_FSItemMappingAssgmtWithVers ConsolidationChartOfAccounts Cons. COA
rbuptr
rgcurr P_ReportedFinancialData_RT_02 gcurr Ledger curr.
rlcurr P_ConsolidationUnitCurrency curr Valuation Crcy
rdimen P_ReportedFinancialData_RT_02 rdimen Dimension
rldnr_fin P_ReportedFinancialData_RT_02 rldnr_fin
docln_fin P_ReportedFinancialData_RT_02 docln_fin
robukrs P_ReportedFinancialData_RT_02 robukrs Orig. CC
rassc P_ReportedFinancialData_RT_02 rassc Trading Partner
rvers P_ReportedFinancialData_RT_02 rvers Version: Tax rt
rbunit P_ReportedFinancialData_RT_02 rbunit Consolidation Unit
budat P_ReportedFinancialData_RT_02 budat Posting Date
belnr P_ReportedFinancialData_RT_02 belnr SD Document
docln P_ReportedFinancialData_RT_02 docln Matching Document Line Item
sbusa P_ReportedFinancialData_RT_02 sbusa Trdg Part.BA
rldnr P_ReportedFinancialData_RT_02 rldnr Ledger (Compat.)
rtcur P_ReportedFinancialData_RT_02 rtcur Currency
runit P_ReportedFinancialData_RT_02 runit Unit/Area
poper P_ReportedFinancialData_RT_02 poper Posting periods
ryear P_ReportedFinancialData_RT_02 ryear Ref. Year1
rmvct P_ReportedFinancialData_RT_02 rmvct Transact. Type
rfarea P_ReportedFinancialData_RT_02 rfarea R FuncArea
rcntr P_ReportedFinancialData_RT_02 rcntr Cost Center
prctr P_ReportedFinancialData_RT_02 prctr Profit Centers
rbusa P_ReportedFinancialData_RT_02 rbusa Business Area
blart P_ReportedFinancialData_RT_02 blart Rep. rec. doc. type
gjahr P_ReportedFinancialData_RT_02 gjahr Settlement Year
racct P_ReportedFinancialData_RT_02 racct GL Account From
tsl P_ReportedFinancialData_RT_02 tsl Trans. Currency
hsl P_ReportedFinancialData_RT_02 hsl Local Crcy Amt
ksl P_ReportedFinancialData_RT_02 ksl GrpCurr
osl P_ReportedFinancialData_RT_02 osl Other Crcy Amnt
vsl P_ReportedFinancialData_RT_02 vsl Amount in Currency 2
bsl P_ReportedFinancialData_RT_02 bsl Exchange Key
csl P_ReportedFinancialData_RT_02 csl Amount in Currency 4
dsl P_ReportedFinancialData_RT_02 dsl Amount in Currency 5
esl P_ReportedFinancialData_RT_02 esl Amount in Currency 6
fsl P_ReportedFinancialData_RT_02 fsl Amount in Currency 7
gsl P_ReportedFinancialData_RT_02 gsl Amount in Currency 8
msl P_ReportedFinancialData_RT_02 msl Stat. KeyFig. Qty
activ P_ReportedFinancialData_RT_02 activ Transaction
refdocnr P_ReportedFinancialData_RT_02 refdocnr Reference
refryear P_ReportedFinancialData_RT_02 refryear Reference year
refactiv P_ReportedFinancialData_RT_02 refactiv Ref. Transactn
usnam P_ReportedFinancialData_RT_02 usnam User Name
awtyp P_ReportedFinancialData_RT_02 awtyp Reference Document Type
aworg P_ReportedFinancialData_RT_02 aworg Refer. Org.Unit
logsys P_ReportedFinancialData_RT_02 logsys Source system
gcurr P_ReportedFinancialData_RT_02 gcurr Ledger curr.
Segment P_ReportedFinancialData_RT_02 Segment Segment number

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_ReportedFinancialData_RT_03.
-- 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: PREPFINDRT_03
-- Parameters: p_timestamp_from : timestamp, p_timestamp_to : timestamp

CREATE VIEW P_ReportedFinancialData_RT_03 AS
SELECT
  I_FSItemMappingAssgmtWithVers.FinancialStatementItem AS ritem,
  I_FSItemMappingAssgmtWithVers.ConsolidationChartOfAccounts AS ConsolidationChartOfAccounts,
  coalesce(tfin010.bunit,'') AS rbuptr,
  P_ReportedFinancialData_RT_02.gcurr AS rgcurr,
  P_ConsolidationUnitCurrency.curr AS rlcurr,
  P_ReportedFinancialData_RT_02.rdimen AS rdimen,
  P_ReportedFinancialData_RT_02.rldnr_fin AS rldnr_fin,
  P_ReportedFinancialData_RT_02.docln_fin AS docln_fin,
  P_ReportedFinancialData_RT_02.robukrs AS robukrs,
  P_ReportedFinancialData_RT_02.rassc AS rassc,
  P_ReportedFinancialData_RT_02.rvers AS rvers,
  P_ReportedFinancialData_RT_02.rbunit AS rbunit,
  P_ReportedFinancialData_RT_02.budat AS budat,
  P_ReportedFinancialData_RT_02.belnr AS belnr,
  P_ReportedFinancialData_RT_02.docln AS docln,
  P_ReportedFinancialData_RT_02.sbusa AS sbusa,
  P_ReportedFinancialData_RT_02.rldnr AS rldnr,
  P_ReportedFinancialData_RT_02.rtcur AS rtcur,
  P_ReportedFinancialData_RT_02.runit AS runit,
  P_ReportedFinancialData_RT_02.poper AS poper,
  P_ReportedFinancialData_RT_02.ryear AS ryear,
  P_ReportedFinancialData_RT_02.rmvct AS rmvct,
  P_ReportedFinancialData_RT_02.rfarea AS rfarea,
  P_ReportedFinancialData_RT_02.rcntr AS rcntr,
  P_ReportedFinancialData_RT_02.prctr AS prctr,
  P_ReportedFinancialData_RT_02.rbusa AS rbusa,
  P_ReportedFinancialData_RT_02.blart AS blart,
  P_ReportedFinancialData_RT_02.gjahr AS gjahr,
  P_ReportedFinancialData_RT_02.racct AS racct,
  P_ReportedFinancialData_RT_02.tsl AS tsl,
  P_ReportedFinancialData_RT_02.hsl AS hsl,
  P_ReportedFinancialData_RT_02.ksl AS ksl,
  P_ReportedFinancialData_RT_02.osl AS osl,
  P_ReportedFinancialData_RT_02.vsl AS vsl,
  P_ReportedFinancialData_RT_02.bsl AS bsl,
  P_ReportedFinancialData_RT_02.csl AS csl,
  P_ReportedFinancialData_RT_02.dsl AS dsl,
  P_ReportedFinancialData_RT_02.esl AS esl,
  P_ReportedFinancialData_RT_02.fsl AS fsl,
  P_ReportedFinancialData_RT_02.gsl AS gsl,
  P_ReportedFinancialData_RT_02.msl AS msl,
  P_ReportedFinancialData_RT_02.activ AS activ,
  P_ReportedFinancialData_RT_02.refdocnr AS refdocnr,
  P_ReportedFinancialData_RT_02.refryear AS refryear,
  P_ReportedFinancialData_RT_02.refactiv AS refactiv,
  P_ReportedFinancialData_RT_02.usnam AS usnam,
  P_ReportedFinancialData_RT_02.awtyp AS awtyp,
  P_ReportedFinancialData_RT_02.aworg AS aworg,
  P_ReportedFinancialData_RT_02.logsys AS logsys,
  P_ReportedFinancialData_RT_02.gcurr AS gcurr,
  P_ReportedFinancialData_RT_02.Segment AS Segment
FROM P_ReportedFinancialData_RT_02
LEFT OUTER JOIN I_FSItemMappingAssgmtWithVers ON /* join condition not captured in parsed metadata */
;