[adsenseyu2]
In this tutorial we will learn how to add totals to the ALV report using CL_SALV_TABLE.
To add totals,
Get the Aggregation object of the ALV using GET_AGGREGATIONS().
Add Aggregation for a particular column by calling the method ADD_AGGREGATION().
Classes used : CL_SALV_TABLE and CL_SALV_AGGREGATIONS.
Create a program in SE38-ABAP编辑器 and copy the below code
https://gist.github.com/prakash13t/e0e973617e49b9ae7edf#file-totals_salv-abap
Output without Totals:
[adsenseyu1]
Output with Totals: