In this tutorial, we will learn how to apply totals and subtotals in ALV report using factory class CL_SALV_TABLE.
To apply Subtotals in ALV,
Apply totals on a column in ALV. click here to know
Apply SORTing on a column ALV to which you want subtotals using method ADD_SORT(). click here
Enable subtotals for the column by passing the parameter while calling the method ADD_SORT().
Classes Used : CL_SALV_TABLE, CL_SALV_AGGREGATIONS and CL_SALV_SORTS.
Create a program in SE38-ABAP编辑器 and copy the below code.
https://gist.github.com/prakash13t/6688ce13ce8eddf42325#file-subtotal_salv-abap
Output with Totals and Subtotals on Airline column:
[adsenseyu1]