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

Totalize by rows

Former Member
0 Likes
520

Is there a way to totalize by rows instead of columns in an ALV ? I need to know it because probably I will have to modify a program with this kind of change.

Thank you.

3 REPLIES 3
Read only

Former Member
0 Likes
492

in that case maintain one more colomn to display the total of the ROW.

Regards

Prabhu

Read only

Former Member
0 Likes
492

I doubt about that functionality but the best way is to add a column in the report and sum the fields you require !!

Read only

Former Member
0 Likes
492

simple way is to define another field at the end & calculate it manually in LOOP and ENDLOOP. and send that internal table to ALV function module.

also,check this link.

Regards

srikanth