Fins_Rev_Rec_Cons_Check_View

DDL: FINS_REV_REC_CONS_CHECK_VIEW SQL: FINS_RR_CONS_CHK Type: view

Consistency check of ACDOCA items

Fins_Rev_Rec_Cons_Check_View is a CDS View that provides data about "Consistency check of ACDOCA items" in SAP S/4HANA. It reads from 1 data source (finsc_ld_cmp).

Data Sources (1)

SourceAliasJoin Type
finsc_ld_cmp v inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName FINS_RR_CONS_CHK view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Consistency check of ACDOCA items 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_Cons_Check_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.
-- SQL view name: FINS_RR_CONS_CHK

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