P_ECCSINTEGRPTDFINDATA

DDL: P_ECCSINTEGRPTDFINDATA SQL: PECCSIRFD Type: view_entity COMPOSITE

P_ECCSINTEGRPTDFINDATA is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_ReportedFinancialData_RT) and exposes 58 fields with key field gl_sirid.

Data Sources (1)

SourceAliasJoin Type
P_ReportedFinancialData_RT P_ReportedFinancialData_RT from

Annotations (8)

NameValueLevelField
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true 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 (58)

KeyFieldSource TableSource FieldDescription
KEY gl_sirid gl_sirid Record number
rldnr rldnr Ledger (Compat.)
rrcty rrcty Record Type
rvers rvers Version: Tax rt
ryear ryear Ref. Year1
rtcur rtcur Currency
rhcur rhcur Local Currency
rkcur rkcur Ledger curr.
runit runit Unit/Area
drcrk drcrk Debit/Credit
poper poper Posting periods
docct docct Document Categ.
docnr docnr Well doc.no.
docln docln Matching Document Line Item
rcomp rcomp Trading Partner
rdimen rdimen Dimension
rbunit rbunit Consolidation Unit
ritclg ritclg Consolidation COA
ritem ritem Reporting Item
rbuptr rbuptr Partner Unit
rcongr rcongr Consolidation Group
robukrs robukrs Orig. CC
sityp sityp Trip Schedule Type
subit subit Subitem
plevl plevl Posting Level
rpflg rpflg Apportionment
rtflg rtflg Currency Translation Indicator
docty docty Document Type
yracq yracq Year of Acquisition
pracq pracq Period of Acquisition
coicu coicu Investee Unit
updhp updhp HighstUpdPer
tsl tsl Trans. Currency
hsl hsl Local Crcy Amt
ksl ksl GrpCurr
msl msl Stat. KeyFig. Qty
sgtxt sgtxt Text
autom autom Automatic Call
activ activ Transaction
bvorg bvorg Intercompany Transac
budat budat Posting Date
wsdat wsdat Value Date
refdocnr refdocnr Reference
refryear refryear Reference year
refdocln refdocln Reference Item
refdocct refdocct Ref. Doc. Cat.
refactiv refactiv Ref. Transactn
cpudt cpudt Imported On
cputm cputm Time
usnam usnam User Name
rvsdocnr rvsdocnr Reversed With
orndocnr orndocnr Reversed doc.
coiac coiac Investment Activity
coinr coinr Investment Activity Number
revyear revyear Year of reversal doc
awtyp awtyp Reference Document Type
aworg aworg Refer. Org.Unit
logsys logsys Source system

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_ECCSINTEGRPTDFINDATA.
-- 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: PECCSIRFD

CREATE VIEW P_ECCSINTEGRPTDFINDATA AS
SELECT
  gl_sirid,
  rldnr,
  rrcty,
  rvers,
  ryear,
  rtcur,
  rhcur,
  rkcur,
  runit,
  drcrk,
  poper,
  docct,
  docnr,
  docln,
  rcomp,
  rdimen,
  rbunit,
  ritclg,
  ritem,
  rbuptr,
  rcongr,
  robukrs,
  sityp,
  subit,
  plevl,
  rpflg,
  rtflg,
  docty,
  yracq,
  pracq,
  coicu,
  updhp,
  tsl,
  hsl,
  ksl,
  msl,
  sgtxt,
  autom,
  activ,
  bvorg,
  budat,
  wsdat,
  refdocnr,
  refryear,
  refdocln,
  refdocct,
  refactiv,
  cpudt,
  cputm,
  usnam,
  rvsdocnr,
  orndocnr,
  coiac,
  coinr,
  revyear,
  awtyp,
  aworg,
  logsys
FROM P_ReportedFinancialData_RT
;