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: 

Sum 2 subtotal Columns alv

Former Member
0 Kudos
151

Hello, I need to sum this two fields to make a field "Totals". Anyone can help me?

1 ACCEPTED SOLUTION

iftah_peretz
Active Contributor
0 Kudos
110

Hi,

How about summing them yourself? Loop the data and sum it and add to the table a summation column.

Some column can not be added by the subtotals button.

Let me know if you need help doing so.

Best,

Iftah.

2 REPLIES 2

iftah_peretz
Active Contributor
0 Kudos
111

Hi,

How about summing them yourself? Loop the data and sum it and add to the table a summation column.

Some column can not be added by the subtotals button.

Let me know if you need help doing so.

Best,

Iftah.

0 Kudos
110

you was rigth i just did in the Internal table, it's working.