Application Development and Automation 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: 
Read only

Reg : ALV grid

Former Member
0 Likes
327

Hi,

Good Evening to all ABAPERS. I have one doubt regarding ALV GRID.

what is the query to display the sum of a particular column in grid display without displaying all the records, i.e, i need to display only the sum of records without that records in the grid..

Thanks &Regards,

Usha.

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
305

You can use TOTAL , for more info see the class.

Once you have total , delete the other rows from ALV.

Hi,

Good Evening to all ABAPERS. I have one doubt regarding ALV GRID.

what is the query to display the sum of a particular column in grid display without displaying all the records, i.e, i need to display only the sum of records without that records in the grid..

Thanks &Regards,

Usha.

1 REPLY 1
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
306

You can use TOTAL , for more info see the class.

Once you have total , delete the other rows from ALV.