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

Former Member
0 Likes
454

I am having two columns in alv grid both of them are netvalues.

my requirement is

let us say i am having ten rows in alv grids with three columns a,b,c.

b and c are net values .

total of ten rows for column b is 100 where as for c is 250.

for me i want a row to be printed at the last adding these two values i.e 350.

can anybody help me , i want it to be done using alv and not by coding.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

You will have to do it by coding. I don't think there is any option in ALV to add the contents of columns

Regards,

Nikhil

3 REPLIES 3
Read only

Former Member
0 Likes
436

You will have to do it by coding. I don't think there is any option in ALV to add the contents of columns

Regards,

Nikhil

Read only

Former Member
0 Likes
435

make an event END-OF-PAGE and use it in ur ALV display,

calculate the sum you want to display at bottom of alv display in this event( using commentary).

display it in footer with required text.

<REMOVED BY MODERATOR>

Rgds,

Ashokg

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 1:49 PM

Read only

Former Member
0 Likes
435

THANKS