Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CL_SALV_TABLE Subtotal, Total, Beginning

AJeB
Participant
0 Kudos

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?

bolivs22_1-1712572057876.png

 

 

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

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.