Fins_Rev_Rec_Data_View
Data of trans. based revenue recog. for cumulative process.
Fins_Rev_Rec_Data_View 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 (FINS_REV_REC_DATA_VIEW_base) and exposes 59 fields. Part of development package FINS_REV_REC_UTIL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| FINS_REV_REC_DATA_VIEW_base | FINS_REV_REC_DATA_VIEW_base | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 (59)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| rldnr | 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 | gjahr | Settlement Year | ||
| poper | poper | Posting periods | ||
| fiscyearper | fiscyearper | Period/Year | ||
| budat | budat | Posting Date | ||
| hkont | hkont | Transfer acct | ||
| gkont | gkont | Offsetting Acct | ||
| slalittype | slalittype | SLALineItemType | ||
| rtind | rtind | |||
| bukrs | bukrs | Value | ||
| werks | werks | Receiving Plant | ||
| gsber | gsber | Business Area | ||
| prctr | prctr | Profit Centers | ||
| matnr | matnr | Vehicle Model | ||
| kunnr | kunnr | Stock customer | ||
| vbund | ||||
| 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 | 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.
-- 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 AS
SELECT
rldnr,
objnr,
ps_prj_pnr,
ps_posid,
ps_psp_pnr,
ps_pspid,
paobjnr,
aufnr,
kdauf,
kdpos,
vtkey,
vtpos,
ra_pob_id,
gjahr,
poper,
fiscyearper,
budat,
hkont,
gkont,
slalittype,
rtind,
bukrs,
werks,
gsber,
prctr,
matnr,
kunnr,
cast(' ' as rassc) AS vbund,
pernr,
rsrce,
uprctr,
rwcur,
rhcur,
rkcur,
rocur,
rvcur,
rbcur,
rccur,
rdcur,
recur,
rfcur,
rgcur,
rco_ocur,
runit,
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 FINS_REV_REC_DATA_VIEW_base
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA