Fins_Rev_Rec_Comp_Abgsl

DDL: FINS_REV_REC_COMP_ABGSL SQL: FINS_RR_COMP_KEY Type: view

Compatible RA keys

Fins_Rev_Rec_Comp_Abgsl is a CDS View that provides data about "Compatible RA keys" in SAP S/4HANA. It reads from 2 data sources (fins_trr_val, tkkaa).

Data Sources (2)

SourceAliasJoin Type
fins_trr_val b inner
tkkaa c inner

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName FINS_RR_COMP_KEY view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientDependent true view
EndUserText.label Compatible RA keys view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL 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_Comp_Abgsl.
-- 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_COMP_KEY

CREATE VIEW Fins_Rev_Rec_Comp_Abgsl AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN fins_trr_val AS b ON /* join condition not captured in parsed metadata */
INNER JOIN tkkaa AS c ON /* join condition not captured in parsed metadata */
;