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 grid display

Former Member
0 Likes
589

Hi

I am trying to diplay a small report on ALV grid, In the output it is summing up the years and dates also along with amount, and giving the sum as 0000 (for all date and year columns). But its giving correct total for the amount. I want to remove that total rows which are giving 0000 other than the amount.

please help.

Hi

I am trying to diplay a small report on ALV grid, In the output it is summing up the years and dates also along with amount, and giving the sum as 0000 (for all date and year columns). But its giving correct total for the amount. I want to remove that total rows which are giving 0000 other than the amount.

please help.

4 REPLIES 4
Read only

Former Member
0 Likes
574

Hi,

In catalog, pass no_sum = 'X' for the fields for which u dont need summation. for the rest pass no_sum = ' '.

Reward if helpful.

Reagrds,

Ramya

Read only

Former Member
0 Likes
574

Hi,

in the fieldcat pass the value do_sum = 'X' for the fields only to which u want the total.pass the value do_sum = ' ' for the fields which u don't want the total.

rgds,

bharat.

Read only

Former Member
0 Likes
574

I have already used no_sum and do_sum, Thanks for your promt reply. Anyway one of my friend helped me to get correct display.

Thanks!

Edited by: Amminesh K on Mar 11, 2008 7:15 AM

Read only

0 Likes
574

Hi,

could u share the right answer with us.

Regards,

RK.