FINS_REV_REC_DATA_VIEW_base

DDL: FINS_REV_REC_DATA_VIEW_BASE Type: view_entity Package: FINS_REV_REC_UTIL

Data of trans. based revenue recog. for cumulative process.

FINS_REV_REC_DATA_VIEW_base is a CDS View that provides data about "Data of trans. based revenue recog. for cumulative process." in SAP S/4HANA. It reads from 1 data source (acdoca) and exposes 58 fields. Part of development package FINS_REV_REC_UTIL.

Data Sources (1)

SourceAliasJoin Type
acdoca a from

Annotations (5)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Data of trans. based revenue recog. for cumulative process. view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view

Fields (58)

KeyFieldSource TableSource FieldDescription
rldnr acdoca rldnr Ledger (Compat.)
objnr objnr Val. Obj. No.
ps_prj_pnr ps_prj_pnr Project def.
ps_posid ps_posid WBS Element
ps_psp_pnr ps_psp_pnr WBS Element
ps_pspid ps_pspid Project def.
paobjnr paobjnr Profit. segment
aufnr aufnr SettlementOrder
kdauf kdauf SD Document
kdpos kdpos Sales Ord. Item
vtkey vtkey Contract
vtpos vtpos Item
ra_pob_id ra_pob_id POB
gjahr ryear Ref. Year1
poper poper Posting periods
fiscyearper fiscyearper Period/Year
budat budat Posting Date
hkont racct GL Account From
gkont gkont Offsetting Acct
slalittype slalittype SLALineItemType
rtind
bukrs rbukrs Company Code
werks werks Receiving Plant
gsber rbusa Business Area
prctr prctr Profit Centers
matnr matnr Vehicle Model
kunnr kunnr Stock customer
pernr pernr Personnel no.
rsrce rsrce Resource
uprctr uprctr Origin Profit Center
rwcur rwcur Transaction Currency
rhcur rhcur Local Currency
rkcur rkcur Ledger curr.
rocur rocur Free Defined Crcy 1
rvcur rvcur Free Defined Crcy 4
rbcur rbcur Free Defined Crcy 3
rccur rccur Third Currency
rdcur rdcur Free Defined Crcy 5
recur recur Free Defined Crcy 6
rfcur rfcur Free Defined Crcy 7
rgcur rgcur Free Defined Crcy 8
rco_ocur rco_ocur Object Currency
runit runit Unit/Area
max_budat
wsl
hsl
ksl
kfsl
osl
vsl
bsl
csl
dsl
esl
fsl
gsl
co_osl
msl

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 FINS_REV_REC_DATA_VIEW_base.
-- 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.

CREATE VIEW FINS_REV_REC_DATA_VIEW_base AS
SELECT
  a.rldnr AS rldnr,
  objnr,
  ps_prj_pnr,
  ps_posid,
  ps_psp_pnr,
  ps_pspid,
  paobjnr,
  aufnr,
  kdauf,
  kdpos,
  vtkey,
  vtpos,
  ra_pob_id,
  ryear AS gjahr,
  poper,
  fiscyearper,
  budat,
  racct AS hkont,
  gkont,
  slalittype,
  cast( case awtyp when 'TBRR' then ' ' else 'X' end as fins_trr_real_time ) AS rtind,
  rbukrs AS bukrs,
  werks,
  rbusa AS gsber,
  prctr,
  matnr,
  kunnr,
  pernr,
  rsrce,
  uprctr,
  rwcur,
  rhcur,
  rkcur,
  rocur,
  rvcur,
  rbcur,
  rccur,
  rdcur,
  recur,
  rfcur,
  rgcur,
  rco_ocur,
  runit,
  max(budat) AS max_budat,
  sum(wsl) AS wsl,
  sum(hsl) AS hsl,
  sum(ksl) AS ksl,
  sum(kfsl) AS kfsl,
  sum(osl) AS osl,
  sum(vsl) AS vsl,
  sum(bsl) AS bsl,
  sum(csl) AS csl,
  sum(dsl) AS dsl,
  sum(esl) AS esl,
  sum(fsl) AS fsl,
  sum(gsl) AS gsl,
  sum(co_osl) AS co_osl,
  sum(msl) AS msl
FROM acdoca AS a
;