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 tree

Former Member
0 Likes
393

i have a alv tree. i am doing summation using the toolbar button where the sum is displayed accordingly in the frontend, is there a anyway i can make this result reflect in my internal table with the alv tree data?

1 ACCEPTED SOLUTION
Read only

SimoneMilesi
Active Contributor
0 Likes
345

No, the summarization button works only on displayed data (what the user see).

If you need to summarize into the internal table, you have to code it and disable the sum button.

Or you can create a CUSTOM sum button that summarize (coding it) the internal table and refresh the output.

1 REPLY 1
Read only

SimoneMilesi
Active Contributor
0 Likes
346

No, the summarization button works only on displayed data (what the user see).

If you need to summarize into the internal table, you have to code it and disable the sum button.

Or you can create a CUSTOM sum button that summarize (coding it) the internal table and refresh the output.