I_FinClsgGroupingRule

DDL: I_FINCLSGGROUPINGRULE SQL: IFINVALGRPRL Type: view COMPOSITE

Grouping Rule

I_FinClsgGroupingRule is a Composite CDS View (Dimension) that provides data about "Grouping Rule" in SAP S/4HANA. It reads from 2 data sources (R_CustomFinClsgGrpgRule, R_SAPFinClsgGrpgRule).

Data Sources (2)

SourceAliasJoin Type
R_CustomFinClsgGrpgRule R_CustomFinClsgGrpgRule from
R_SAPFinClsgGrpgRule R_SAPFinClsgGrpgRule union_all

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IFINVALGRPRL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Grouping Rule view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey FinancialClosingGroupingRule view
VDM.viewType #COMPOSITE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Search.searchable 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 I_FinClsgGroupingRule.
-- 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: IFINVALGRPRL

CREATE VIEW I_FinClsgGroupingRule AS
SELECT *  -- field list not available in parsed metadata
FROM R_CustomFinClsgGrpgRule
-- UNION ALL with additional select branch(es): R_SAPFinClsgGrpgRule
;