2007 Apr 14 6:20 AM
Hi All,
I am generating ALV grid report using ABAP Objects.when the grid is being displayed the summation symbol is supressed .Tell me which thing needs to be set to get that summation button active .
Thanks in advance
Mohit
Hi All,
I am generating ALV grid report using ABAP Objects.when the grid is being displayed the summation symbol is supressed .Tell me which thing needs to be set to get that summation button active .
Thanks in advance
Mohit
2007 Apr 14 6:23 AM
If u dont have any numeric fields in your output.. the summation button will automatically get disabled in the output !!!
When u dont have any numeric fields then what is the use of <b>SUMMATION</b> button..
<b>
let me know if u have Numeric fields in your output structure !!</b>
If u want to get the summation for the fields then pass 'X' to the DO_SUM field of the field catalog table for that particular field..
plz do remember to close the thread, when your problem is solved !!
reward if it helps u..
sai ramesh
2007 Apr 14 6:33 AM
hi
i am having the Decimal field and i want to sum that .
And i have set the DO_SUM field also but not able to enable that summation button .
Thanks
mohit
2007 Apr 14 8:40 AM
can u post d code....
( mainly declaration of ur final internal table and ALV FM .......)
Ramesh
2007 Apr 14 8:16 AM
1. Check d fields which u taken is numaric or not
2.in field catalog do_sum= 'X'
Ramesh.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |