4 weeks ago
Hi everyone,
I am using REUSE_ALV_GRID_DISPLAY_LVC to display alv.
So how can i get the subtotal column value to calculate ?
Ex:
I want to calculate the Success Rate at the last column in subtotal line to show the result of total Actual / total Target (the number on subtotal line)
I set do_sum for these columns and sort like that
4 weeks ago
The REUSE_ALV_GRID_DISPLAY_LVC FM uses the CL_GUI_ALV_GRID class.
Handle the AFTER_REFRESH event of this class to update the totals/sub-totals using the GET_SUBTOTALS method and trigger a new soft display using the REFRESH_TABLE_DISPLAY method.
4 weeks ago
Possibilities to solve: