Fins_Rev_Rec_Flow

DDL: FINS_REV_REC_FLOW SQL: FINSRR_FLOW Type: view

Flow of documents

Fins_Rev_Rec_Flow is a CDS View that provides data about "Flow of documents" in SAP S/4HANA. It reads from 1 data source (bkpf).

Data Sources (1)

SourceAliasJoin Type
bkpf k left_outer

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName FINSRR_FLOW view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Flow of documents view
ClientDependent true 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_Flow.
-- 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: FINSRR_FLOW

CREATE VIEW Fins_Rev_Rec_Flow AS
SELECT *  -- field list not available in parsed metadata
LEFT OUTER JOIN bkpf AS k ON /* join condition not captured in parsed metadata */
;