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: 

Total of numeric fields in the first line of ALV output

Former Member
0 Kudos

Hi All,

i have a problem it is like i have created ALV list display and total is dipalyed of numeric column for each page. my requirement is total should be diaplyed at the end of page plus toal should be diaplyed on the first line of second page also .

please suggest me some solution .

thanks

praveen

1 REPLY 1

Former Member
0 Kudos

Hi

one thing you can do is capture the totals into variables and display then in each top-of-page except first page.

it will work as SORT and all dont have effect on top-of-page data. If you append that to internal table once we hit SORT data will chnage and it will give errorneous effects.