P_ReportedFinancialData_RT_04

DDL: P_REPORTEDFINANCIALDATA_RT_04 SQL: PREPFINDRT_04 Type: view COMPOSITE

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

Data Sources (1)

SourceAliasJoin Type
P_ReportedFinancialData_RT_03 P_ReportedFinancialData_RT_03 from

Parameters (2)

NameTypeDefault
p_timestamp_from timestamp
p_timestamp_to timestamp

Annotations (12)

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

KeyFieldSource TableSource FieldDescription
itgrp I_CnsldtnFinStmntItem BreakdownCategory
BreakdownCategoryFixedValueendassityp
Segmentendassubit
sitem_send tf110 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
rdimen P_ReportedFinancialData_RT_03 rdimen Dimension
rldnr_fin P_ReportedFinancialData_RT_03 rldnr_fin
docln_fin P_ReportedFinancialData_RT_03 docln_fin
ritclg P_ReportedFinancialData_RT_03 ConsolidationChartOfAccounts Cons. COA
robukrs P_ReportedFinancialData_RT_03 robukrs Orig. CC
rbuptr P_ReportedFinancialData_RT_03 rbuptr Partner Unit
rvers P_ReportedFinancialData_RT_03 rvers Version: Tax rt
rbunit P_ReportedFinancialData_RT_03 rbunit Consolidation Unit
budat P_ReportedFinancialData_RT_03 budat Posting Date
gjahr P_ReportedFinancialData_RT_03 gjahr Settlement Year
belnr P_ReportedFinancialData_RT_03 belnr SD Document
docln P_ReportedFinancialData_RT_03 docln Matching Document Line Item
rldnr P_ReportedFinancialData_RT_03 rldnr Ledger (Compat.)
rtcur P_ReportedFinancialData_RT_03 rtcur Currency
runit P_ReportedFinancialData_RT_03 runit Unit/Area
poper P_ReportedFinancialData_RT_03 poper Posting periods
ryear P_ReportedFinancialData_RT_03 ryear Ref. Year1
ritem P_ReportedFinancialData_RT_03 ritem Reporting Item
blart P_ReportedFinancialData_RT_03 blart Rep. rec. doc. type
tsl P_ReportedFinancialData_RT_03 tsl Trans. Currency
hsl P_ReportedFinancialData_RT_03 hsl Local Crcy Amt
ksl P_ReportedFinancialData_RT_03 ksl GrpCurr
osl P_ReportedFinancialData_RT_03 osl Other Crcy Amnt
vsl P_ReportedFinancialData_RT_03 vsl Amount in Currency 2
bsl P_ReportedFinancialData_RT_03 bsl Exchange Key
csl P_ReportedFinancialData_RT_03 csl Amount in Currency 4
dsl P_ReportedFinancialData_RT_03 dsl Amount in Currency 5
esl P_ReportedFinancialData_RT_03 esl Amount in Currency 6
fsl P_ReportedFinancialData_RT_03 fsl Amount in Currency 7
gsl P_ReportedFinancialData_RT_03 gsl Amount in Currency 8
msl P_ReportedFinancialData_RT_03 msl Stat. KeyFig. Qty
gcurr P_ReportedFinancialData_RT_03 gcurr Ledger curr.
activ P_ReportedFinancialData_RT_03 activ Transaction
refdocnr P_ReportedFinancialData_RT_03 refdocnr Reference
refryear P_ReportedFinancialData_RT_03 refryear Reference year
refactiv P_ReportedFinancialData_RT_03 refactiv Ref. Transactn
usnam P_ReportedFinancialData_RT_03 usnam User Name
awtyp P_ReportedFinancialData_RT_03 awtyp Reference Document Type
aworg P_ReportedFinancialData_RT_03 aworg Refer. Org.Unit
logsys P_ReportedFinancialData_RT_03 logsys Source system
rgcurr P_ReportedFinancialData_RT_03 rgcurr Ledger curr.
rlcurr P_ReportedFinancialData_RT_03 rlcurr Valuation Crcy

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

CREATE VIEW P_ReportedFinancialData_RT_04 AS
SELECT
  I_CnsldtnFinStmntItem.BreakdownCategory AS itgrp,
  case when I_BreakdownCategoryField.BreakdownType = '0' or I_BreakdownCategoryField.BreakdownType is null then '' when I_BreakdownCategoryField.BreakdownType = '3' then I_BreakdownCategoryField.BreakdownCategoryFixedValue end as sityp AS BreakdownCategoryFixedValueendassityp,
  case tf110.sitem_send when '01' then P_ReportedFinancialData_RT_03.rmvct when '02' then P_ReportedFinancialData_RT_03.rfarea when '03' then P_ReportedFinancialData_RT_03.rbusa when '05' then P_ReportedFinancialData_RT_03.rcntr when '06' then P_ReportedFinancialData_RT_03.racct when '07' then P_ReportedFinancialData_RT_03.prctr when '08' then P_ReportedFinancialData_RT_03.Segment end as subit AS Segmentendassubit,
  tf110.sitem_send AS sitem_send,
  rmvct,
  rfarea,
  rbusa,
  rcntr,
  racct,
  prctr,
  Segment,
  P_ReportedFinancialData_RT_03.rdimen AS rdimen,
  P_ReportedFinancialData_RT_03.rldnr_fin AS rldnr_fin,
  P_ReportedFinancialData_RT_03.docln_fin AS docln_fin,
  P_ReportedFinancialData_RT_03.ConsolidationChartOfAccounts AS ritclg,
  P_ReportedFinancialData_RT_03.robukrs AS robukrs,
  P_ReportedFinancialData_RT_03.rbuptr AS rbuptr,
  P_ReportedFinancialData_RT_03.rvers AS rvers,
  P_ReportedFinancialData_RT_03.rbunit AS rbunit,
  P_ReportedFinancialData_RT_03.budat AS budat,
  P_ReportedFinancialData_RT_03.gjahr AS gjahr,
  P_ReportedFinancialData_RT_03.belnr AS belnr,
  P_ReportedFinancialData_RT_03.docln AS docln,
  P_ReportedFinancialData_RT_03.rldnr AS rldnr,
  P_ReportedFinancialData_RT_03.rtcur AS rtcur,
  P_ReportedFinancialData_RT_03.runit AS runit,
  P_ReportedFinancialData_RT_03.poper AS poper,
  P_ReportedFinancialData_RT_03.ryear AS ryear,
  P_ReportedFinancialData_RT_03.ritem AS ritem,
  P_ReportedFinancialData_RT_03.blart AS blart,
  P_ReportedFinancialData_RT_03.tsl AS tsl,
  P_ReportedFinancialData_RT_03.hsl AS hsl,
  P_ReportedFinancialData_RT_03.ksl AS ksl,
  P_ReportedFinancialData_RT_03.osl AS osl,
  P_ReportedFinancialData_RT_03.vsl AS vsl,
  P_ReportedFinancialData_RT_03.bsl AS bsl,
  P_ReportedFinancialData_RT_03.csl AS csl,
  P_ReportedFinancialData_RT_03.dsl AS dsl,
  P_ReportedFinancialData_RT_03.esl AS esl,
  P_ReportedFinancialData_RT_03.fsl AS fsl,
  P_ReportedFinancialData_RT_03.gsl AS gsl,
  P_ReportedFinancialData_RT_03.msl AS msl,
  P_ReportedFinancialData_RT_03.gcurr AS gcurr,
  P_ReportedFinancialData_RT_03.activ AS activ,
  P_ReportedFinancialData_RT_03.refdocnr AS refdocnr,
  P_ReportedFinancialData_RT_03.refryear AS refryear,
  P_ReportedFinancialData_RT_03.refactiv AS refactiv,
  P_ReportedFinancialData_RT_03.usnam AS usnam,
  P_ReportedFinancialData_RT_03.awtyp AS awtyp,
  P_ReportedFinancialData_RT_03.aworg AS aworg,
  P_ReportedFinancialData_RT_03.logsys AS logsys,
  P_ReportedFinancialData_RT_03.rgcurr AS rgcurr,
  P_ReportedFinancialData_RT_03.rlcurr AS rlcurr
FROM P_ReportedFinancialData_RT_03
;