P_ReportedFinancialData_RT_05

DDL: P_REPORTEDFINANCIALDATA_RT_05 SQL: PREPFINDRT_05 Type: view COMPOSITE

P_ReportedFinancialData_RT_05 is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_ReportedFinancialData_RT_04) and exposes 50 fields.

Data Sources (1)

SourceAliasJoin Type
P_ReportedFinancialData_RT_04 P_ReportedFinancialData_RT_04 from

Parameters (2)

NameTypeDefault
p_timestamp_from timestamp
p_timestamp_to timestamp

Annotations (12)

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

KeyFieldSource TableSource FieldDescription
rdimen P_ReportedFinancialData_RT_04 rdimen Dimension
rldnr_fin P_ReportedFinancialData_RT_04 rldnr_fin
docln_fin P_ReportedFinancialData_RT_04 docln_fin
ritclg P_ReportedFinancialData_RT_04 ritclg Consolidation COA
robukrs P_ReportedFinancialData_RT_04 robukrs Orig. CC
rvers P_ReportedFinancialData_RT_04 rvers Version: Tax rt
rbunit P_ReportedFinancialData_RT_04 rbunit Consolidation Unit
budat P_ReportedFinancialData_RT_04 budat Posting Date
gjahr P_ReportedFinancialData_RT_04 gjahr Settlement Year
belnr P_ReportedFinancialData_RT_04 belnr SD Document
docln P_ReportedFinancialData_RT_04 docln Matching Document Line Item
rldnr P_ReportedFinancialData_RT_04 rldnr Ledger (Compat.)
rtcur P_ReportedFinancialData_RT_04 rtcur Currency
poper P_ReportedFinancialData_RT_04 poper Posting periods
ryear P_ReportedFinancialData_RT_04 ryear Ref. Year1
ritem P_ReportedFinancialData_RT_04 ritem Reporting Item
itgrp P_ReportedFinancialData_RT_04 itgrp Breakdown Cat.
sityp P_ReportedFinancialData_RT_04 sityp Trip Schedule Type
sitem_send sitem_send Sender Field Subitem
rmvct rmvct Transact. Type
rfarea rfarea R FuncArea
rbusa rbusa Business Area
rcntr rcntr Cost Center
racct racct GL Account From
prctr prctr Profit Centers
Segment Segment Segment number
tsl P_ReportedFinancialData_RT_04 tsl Trans. Currency
hsl P_ReportedFinancialData_RT_04 hsl Local Crcy Amt
ksl P_ReportedFinancialData_RT_04 ksl GrpCurr
osl P_ReportedFinancialData_RT_04 osl Other Crcy Amnt
vsl P_ReportedFinancialData_RT_04 vsl Amount in Currency 2
bsl P_ReportedFinancialData_RT_04 bsl Exchange Key
csl P_ReportedFinancialData_RT_04 csl Amount in Currency 4
dsl P_ReportedFinancialData_RT_04 dsl Amount in Currency 5
esl P_ReportedFinancialData_RT_04 esl Amount in Currency 6
fsl P_ReportedFinancialData_RT_04 fsl Amount in Currency 7
gsl P_ReportedFinancialData_RT_04 gsl Amount in Currency 8
gcurr P_ReportedFinancialData_RT_04 gcurr Ledger curr.
activ P_ReportedFinancialData_RT_04 activ Transaction
refdocnr P_ReportedFinancialData_RT_04 refdocnr Reference
refryear P_ReportedFinancialData_RT_04 refryear Reference year
refactiv P_ReportedFinancialData_RT_04 refactiv Ref. Transactn
usnam P_ReportedFinancialData_RT_04 usnam User Name
awtyp P_ReportedFinancialData_RT_04 awtyp Reference Document Type
aworg P_ReportedFinancialData_RT_04 aworg Refer. Org.Unit
logsys P_ReportedFinancialData_RT_04 logsys Source system
mslendasmsl
docty I_CnsldtnDocumentType ConsolidationDocumentType Document Type
rgcurr P_ReportedFinancialData_RT_04 rgcurr
rlcurr P_ReportedFinancialData_RT_04 rlcurr

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

CREATE VIEW P_ReportedFinancialData_RT_05 AS
SELECT
  P_ReportedFinancialData_RT_04.rdimen AS rdimen,
  P_ReportedFinancialData_RT_04.rldnr_fin AS rldnr_fin,
  P_ReportedFinancialData_RT_04.docln_fin AS docln_fin,
  P_ReportedFinancialData_RT_04.ritclg AS ritclg,
  P_ReportedFinancialData_RT_04.robukrs AS robukrs,
  P_ReportedFinancialData_RT_04.rvers AS rvers,
  P_ReportedFinancialData_RT_04.rbunit AS rbunit,
  P_ReportedFinancialData_RT_04.budat AS budat,
  P_ReportedFinancialData_RT_04.gjahr AS gjahr,
  P_ReportedFinancialData_RT_04.belnr AS belnr,
  P_ReportedFinancialData_RT_04.docln AS docln,
  P_ReportedFinancialData_RT_04.rldnr AS rldnr,
  P_ReportedFinancialData_RT_04.rtcur AS rtcur,
  P_ReportedFinancialData_RT_04.poper AS poper,
  P_ReportedFinancialData_RT_04.ryear AS ryear,
  P_ReportedFinancialData_RT_04.ritem AS ritem,
  P_ReportedFinancialData_RT_04.itgrp AS itgrp,
  P_ReportedFinancialData_RT_04.sityp AS sityp,
  sitem_send,
  rmvct,
  rfarea,
  rbusa,
  rcntr,
  racct,
  prctr,
  Segment,
  P_ReportedFinancialData_RT_04.tsl AS tsl,
  P_ReportedFinancialData_RT_04.hsl AS hsl,
  P_ReportedFinancialData_RT_04.ksl AS ksl,
  P_ReportedFinancialData_RT_04.osl AS osl,
  P_ReportedFinancialData_RT_04.vsl AS vsl,
  P_ReportedFinancialData_RT_04.bsl AS bsl,
  P_ReportedFinancialData_RT_04.csl AS csl,
  P_ReportedFinancialData_RT_04.dsl AS dsl,
  P_ReportedFinancialData_RT_04.esl AS esl,
  P_ReportedFinancialData_RT_04.fsl AS fsl,
  P_ReportedFinancialData_RT_04.gsl AS gsl,
  P_ReportedFinancialData_RT_04.gcurr AS gcurr,
  P_ReportedFinancialData_RT_04.activ AS activ,
  P_ReportedFinancialData_RT_04.refdocnr AS refdocnr,
  P_ReportedFinancialData_RT_04.refryear AS refryear,
  P_ReportedFinancialData_RT_04.refactiv AS refactiv,
  P_ReportedFinancialData_RT_04.usnam AS usnam,
  P_ReportedFinancialData_RT_04.awtyp AS awtyp,
  P_ReportedFinancialData_RT_04.aworg AS aworg,
  P_ReportedFinancialData_RT_04.logsys AS logsys,
  case when tf103a_runit.BreakdownType = '0' or tf103a_runit.BreakdownType is null then 0 when tf103a_runit.BreakdownType = '3' then P_ReportedFinancialData_RT_04.msl end as msl AS mslendasmsl,
  I_CnsldtnDocumentType.ConsolidationDocumentType AS docty,
  P_ReportedFinancialData_RT_04.rgcurr AS rgcurr,
  P_ReportedFinancialData_RT_04.rlcurr AS rlcurr
FROM P_ReportedFinancialData_RT_04
;