SAP GROUPING - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

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 involved in the aggregation or 1 for the column that was involved in the aggregation.
ABAP_MORE_INFO