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

ALV Report

Former Member
0 Likes
639

Hi,

I want to get ALV Report Total Text in the end of the report.So suggest me how to perform this. I am not using ALV object oriented. Please suggest with sample code.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
608

HI ,

thanks

Hi,

I want to get ALV Report Total Text in the end of the report.So suggest me how to perform this. I am not using ALV object oriented. Please suggest with sample code.

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
608

enable the subtotal for that field in the field catalog.

Read only

Former Member
0 Likes
608

Hi Jyotsana,

You have to use Sort functionality.

Just refer this nice code snippet on SCN [TOTAL TEXT|http://wiki.sdn.sap.com/wiki/displaySnippets/DisplaytotaltextinOO-ALV] by author Jyojit Ghosh

Regards

Abhii

Read only

Former Member
0 Likes
609

HI ,

thanks

Read only

Former Member
0 Likes
608

Hi... you can use event for subtotal text... slis_ev_subtotal_text

here is part of sample code...

> Please respect the 2,500 character posting limit

Regards

Vasu

Edited by: Rob Burbank on Dec 29, 2009 1:06 PM