P_REALTIMERPTDFINDATANRL_RT

DDL: P_REALTIMERPTDFINDATANRL_RT SQL: PREALTFDNRL_RT Type: view COMPOSITE

P_REALTIMERPTDFINDATANRL_RT is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (P_DataSubmitRequest, P_REALTIMERPTDFINDATANRL_TN) and exposes 102 fields with key field gl_sirid.

Data Sources (2)

SourceAliasJoin Type
P_DataSubmitRequest P_DataSubmitRequest inner
P_REALTIMERPTDFINDATANRL_TN P_REALTIMERPTDFINDATANRL_TN from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName PREALTFDNRL_RT 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
AbapCatalog.preserveKey true view

Fields (102)

KeyFieldSource TableSource FieldDescription
KEY gl_sirid Source gl_sirid Record number
rldnr Source rldnr Ledger (Compat.)
rvers Source rvers Version: Tax rt
ryear Source ryear Ref. Year1
rtcur Source rtcur Currency
runit Source runit Unit/Area
poper Source poper Posting periods
rdimen Source rdimen Dimension
rbunit Source rbunit Consolidation Unit
ritclg Source ritclg Consolidation COA
ritem Source ritem Reporting Item
rbuptr Source rbuptr Partner Unit
robukrs Source robukrs Orig. CC
sityp Source sityp Trip Schedule Type
subit Source subit Subitem
tsl Source tsl Trans. Currency
hsl Source hsl Local Crcy Amt
ksl Source ksl GrpCurr
msl Source msl Stat. KeyFig. Qty
ktopl Source ktopl G/L Chart of Accounts
rhcur Source rhcur Local Currency
rkcur Source rkcur Ledger curr.
racct Source racct GL Account From
zuonr Source zuonr Finance Project
rcntr Source rcntr Cost Center
prctr Source prctr Profit Centers
rfarea Source rfarea R FuncArea
rbusa Source rbusa Business Area
kokrs Source kokrs Org. Value
segment Source segment Segment number
scntr Source scntr Sender Cost Ctr
pprctr Source pprctr Partner PC
sfarea Source sfarea Sender FnArea
sbusa Source sbusa Trdg Part.BA
rassc Source rassc Trading Partner
psegment Source psegment Partner Segment
aufnr Source aufnr SettlementOrder
kunnr Source kunnr Stock customer
lifnr Source lifnr Vendor no.
matnr Source matnr Vehicle Model
matkl_mm Source matkl_mm Material Group
werks Source werks Receiving Plant
rmvct Source rmvct Transact. Type
ps_posid Source ps_posid WBS Element
ps_pspid Source ps_pspid Project def.
fkart Source fkart Ship. cost type
vkorg Source vkorg SD Sales Org.
vtweg Source vtweg RefDistCh-Cust/Mat.
spart Source spart Source supplier
matnr_copa Source matnr_copa Product Sold
matkl Source matkl Product Sold Group
kdgrp Source kdgrp Customer group
land1 Source land1 Trip Ctry/Reg
brsch Source brsch Industry
bzirk Source bzirk Sales District
kunre Source kunre Bill-to Party
kunwe Source kunwe Ship-to Party
konzs Source konzs Group
ps_psp_pnr Source ps_psp_pnr WBS Element
timestamp Source timestamp UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
xblnr Source xblnr Reference
docty Source docty Document Type
rldnr_fin Source rldnr_fin Source Ledger
docnr Source docnr Well doc.no.
docln Source docln Matching Document Line Item
refryear Source refryear Reference year
fiscyearper Source fiscyearper Period/Year
updhp Source updhp HighstUpdPer
budat Source budat Posting Date
refdocnr Source refdocnr Reference
cpudt Source cpudt Imported On
cputm Source cputm Time
awtyp Source awtyp Reference Document Type
aworg Source aworg Refer. Org.Unit
logsys Source logsys Source system
usnam Source usnam User Name
wsdat Source wsdat Value Date
refdocln Source refdocln Reference Item
rrcty Source rrcty Record Type
rtflg Source rtflg Currency Translation Indicator
drcrk Source drcrk Debit/Credit
coicu Source coicu Investee Unit
rvsdocnr Source rvsdocnr Reversed With
revyear Source revyear Year of reversal doc
yracq Source yracq Year of Acquisition
sgtxt Source sgtxt Text
autom Source autom Automatic Call
rcongr Source rcongr Consolidation Group
bvorg Source bvorg Intercompany Transac
coiac Source coiac Investment Activity
orndocnr Source orndocnr Reversed doc.
plevl Source plevl Posting Level
refdocct Source refdocct Ref. Doc. Cat.
docct Source docct Document Categ.
coinr Source coinr Investment Activity Number
refactiv Source refactiv Ref. Transactn
activ Source activ Transaction
rpflg Source rpflg Apportionment
rcomp Source rcomp Trading Partner
pracq Source pracq Period of Acquisition
uppcu Source uppcu Investor Unit
_dataaging Source _dataaging Data Aging

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_REALTIMERPTDFINDATANRL_RT.
-- 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: PREALTFDNRL_RT

CREATE VIEW P_REALTIMERPTDFINDATANRL_RT AS
SELECT
  Source.gl_sirid AS gl_sirid,
  Source.rldnr AS rldnr,
  Source.rvers AS rvers,
  Source.ryear AS ryear,
  Source.rtcur AS rtcur,
  Source.runit AS runit,
  Source.poper AS poper,
  Source.rdimen AS rdimen,
  Source.rbunit AS rbunit,
  Source.ritclg AS ritclg,
  Source.ritem AS ritem,
  Source.rbuptr AS rbuptr,
  Source.robukrs AS robukrs,
  Source.sityp AS sityp,
  Source.subit AS subit,
  Source.tsl AS tsl,
  Source.hsl AS hsl,
  Source.ksl AS ksl,
  Source.msl AS msl,
  Source.ktopl AS ktopl,
  Source.rhcur AS rhcur,
  Source.rkcur AS rkcur,
  Source.racct AS racct,
  Source.zuonr AS zuonr,
  Source.rcntr AS rcntr,
  Source.prctr AS prctr,
  Source.rfarea AS rfarea,
  Source.rbusa AS rbusa,
  Source.kokrs AS kokrs,
  Source.segment AS segment,
  Source.scntr AS scntr,
  Source.pprctr AS pprctr,
  Source.sfarea AS sfarea,
  Source.sbusa AS sbusa,
  Source.rassc AS rassc,
  Source.psegment AS psegment,
  Source.aufnr AS aufnr,
  Source.kunnr AS kunnr,
  Source.lifnr AS lifnr,
  Source.matnr AS matnr,
  Source.matkl_mm AS matkl_mm,
  Source.werks AS werks,
  Source.rmvct AS rmvct,
  Source.ps_posid AS ps_posid,
  Source.ps_pspid AS ps_pspid,
  Source.fkart AS fkart,
  Source.vkorg AS vkorg,
  Source.vtweg AS vtweg,
  Source.spart AS spart,
  Source.matnr_copa AS matnr_copa,
  Source.matkl AS matkl,
  Source.kdgrp AS kdgrp,
  Source.land1 AS land1,
  Source.brsch AS brsch,
  Source.bzirk AS bzirk,
  Source.kunre AS kunre,
  Source.kunwe AS kunwe,
  Source.konzs AS konzs,
  Source.ps_psp_pnr AS ps_psp_pnr,
  Source.timestamp AS timestamp,
  Source.xblnr AS xblnr,
  Source.docty AS docty,
  Source.rldnr_fin AS rldnr_fin,
  Source.docnr AS docnr,
  Source.docln AS docln,
  Source.refryear AS refryear,
  Source.fiscyearper AS fiscyearper,
  Source.updhp AS updhp,
  Source.budat AS budat,
  Source.refdocnr AS refdocnr,
  Source.cpudt AS cpudt,
  Source.cputm AS cputm,
  Source.awtyp AS awtyp,
  Source.aworg AS aworg,
  Source.logsys AS logsys,
  Source.usnam AS usnam,
  Source.wsdat AS wsdat,
  Source.refdocln AS refdocln,
  Source.rrcty AS rrcty,
  Source.rtflg AS rtflg,
  Source.drcrk AS drcrk,
  Source.coicu AS coicu,
  Source.rvsdocnr AS rvsdocnr,
  Source.revyear AS revyear,
  Source.yracq AS yracq,
  Source.sgtxt AS sgtxt,
  Source.autom AS autom,
  Source.rcongr AS rcongr,
  Source.bvorg AS bvorg,
  Source.coiac AS coiac,
  Source.orndocnr AS orndocnr,
  Source.plevl AS plevl,
  Source.refdocct AS refdocct,
  Source.docct AS docct,
  Source.coinr AS coinr,
  Source.refactiv AS refactiv,
  Source.activ AS activ,
  Source.rpflg AS rpflg,
  Source.rcomp AS rcomp,
  Source.pracq AS pracq,
  Source.uppcu AS uppcu,
  Source._dataaging AS _dataaging
FROM P_REALTIMERPTDFINDATANRL_TN
INNER JOIN P_DataSubmitRequest ON /* join condition not captured in parsed metadata */
;