FINS_REV_REC_DATA_VIEWD

DDL: FINS_REV_REC_DATA_VIEWD SQL: FINS_RR_DATAD Type: view

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

FINS_REV_REC_DATA_VIEWD 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 (finsc_ld_cmp).

Data Sources (1)

SourceAliasJoin Type
finsc_ld_cmp v inner

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName FINS_RR_DATAD view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
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

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_VIEWD.
-- 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: FINS_RR_DATAD

CREATE VIEW FINS_REV_REC_DATA_VIEWD AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN finsc_ld_cmp AS v ON /* join condition not captured in parsed metadata */
;