cancel
Showing results for 
Search instead for 
Did you mean: 

Count values from table

Former Member
0 Kudos

Hello,

do you know how to count values from al records of the the table in one field? E.G. i ve got 5rows in the table. 1record = 2, 2 =3, 3=4, 4=5, 5=6. How to count sigma value (20) into other field?

Thanks for help!!

Martin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Fabien,

I know that, but I can't use ABAP in this case. I have to resolve it on VC side.

Martin

Former Member
0 Kudos

Hello,

the simplest way is to do it in ABAP, return in a new variable the sum of the content of the return table.

Fabien.