My requirement is to display an internal table in an ALV with subtotals, but to hide the total line.
I know that when using the older function REUSE_ALV_GRID_DISPLAY, the total line can be hidden using IS_LAYOUT-NO_TOTALLINE = 'X'. The same field is available in is_layout of the method SET_TABLE_FOR_FIRST_DISPLAY (class CL_GUI_ALV_GRID).
Is there a way to hide the total line in the ALV using the newer CL_SALV_TABLE class?
Add comment