cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding ALV grid cntrl

Former Member
0 Kudos

how can i display total or Sum(of values) in ALV grid control?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Put <b>DO_SUM = 'X'</b> in the field catalog to do the sum for that column

Regards

Sudheer

Answers (2)

Answers (2)

Former Member
0 Kudos

hi sree,

u can use the following type-pool for sum in alv grid

gs_filedcat-datatype = 'CURR' or 'QUANT'

gs_fieldcat-do_sum = 'X'.

this will display the sum of that field...

hope this will help u out..

please reward points in case usefull...

regards,

Prashant

Former Member
0 Kudos

Hi,

put <b>sum = x.</b>

Regards