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 display

Former Member
0 Likes
543

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

4 REPLIES 4
Read only

Former Member
0 Likes
526

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

Read only

0 Likes
526

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

Read only

0 Likes
526

can u post d code....

( mainly declaration of ur final internal table and ALV FM .......)

Ramesh

Read only

Former Member
0 Likes
526

1. Check d fields which u taken is numaric or not

2.in field catalog do_sum= 'X'

Ramesh.