Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

grouping function

Aggregate function for GROUPING SETS in a query. The result of the grouping function GROUPING indicates whether a specific column was part of the aggregation. The return value of the grouping function is 0 for the column that was not part of the aggregation or 1 for the column that was part of the aggregation.

More

Other versions: 7.31 | 7.40 | 7.54