2024 Apr 08 11:30 AM
Hi how to display this kind of result(image below) using factory method in CL_SALV_TABLE or is it possible to do it in factory method?
I know the total and subtotal is possible but how about the Beginning Qty and Company before the Row?
2024 Apr 08 12:33 PM - edited 2024 Apr 08 4:13 PM
Define the company as a sort criteria, but, AFAIK, the documentation of CL_SALV_TABLE states that manipulating subtotal is not possible.
Consider use of CL_GUI_ALV_GRID instead to play with subtotals.
NB: You could access the CL_GUI_ALV_GRID instance behind CL_SALV_TABLE, but after upgrade to a version > 756 This will no longer be possible.