How to design ALV List with total and subtotals.

The columns of the ALV list can be aggregated using the fields subtot of internal table lvc_t_sort. There are mainly two changes needed to achieve this Aggregation. The Internal table lvc_t_sort with the field subtot must be set to ‘X’. The field ‘do_sum’ of field catalog must be set to ‘X’ to the column which …

How to design ALV List with total and subtotals. Read More »