FINS_REV_REC_COMP_ABGSL_SLACK

DDL: FINS_REV_REC_COMP_ABGSL_SLACK SQL: FINSRR_COMPKEY_S Type: view

Slack compatible RA keys

FINS_REV_REC_COMP_ABGSL_SLACK is a CDS View that provides data about "Slack compatible RA keys" in SAP S/4HANA. It reads from 9 data sources.

Data Sources (9)

SourceAliasJoin Type
fins_trr_val b inner
fins_trr_val b inner
fins_trr_val b inner
t001 c inner
t001 c inner
t001 c inner
tkkaa d inner
tkkaa d inner
tkkaa d inner

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName FINSRR_COMPKEY_S view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientDependent true view
EndUserText.label Slack compatible RA keys view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 1 view
AbapCatalog.preserveKey true 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_SLACK.
-- 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_COMPKEY_S

CREATE VIEW FINS_REV_REC_COMP_ABGSL_SLACK 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 t001 AS c ON /* join condition not captured in parsed metadata */
INNER JOIN tkkaa AS d ON /* join condition not captured in parsed metadata */
;