‎2009 Jul 23 7:28 AM
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?
‎2009 Jul 23 7:53 AM
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.
‎2009 Jul 23 7:53 AM
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.