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

Sigma is not functioning in ALV

Former Member
0 Likes
561

Hi all,

I am dispalying the list using alv list , but in the output of the list sigma symbol(which is there in the interface tool bar) is not working on a particular column, which i want to do the sum (i.e., Tax Amount). it is leading to short dump.

What could be the reason for this, and how to rectify ?

Plz guide me quickly, it is urgent,

Regards,

Krishna

Hi all,

I am dispalying the list using alv list , but in the output of the list sigma symbol(which is there in the interface tool bar) is not working on a particular column, which i want to do the sum (i.e., Tax Amount). it is leading to short dump.

What could be the reason for this, and how to rectify ?

Plz guide me quickly, it is urgent,

Regards,

Krishna

4 REPLIES 4
Read only

Former Member
0 Likes
526

u can do the sum manually in fieldcatalog

'

ls_fieldcat-do_sum = 'X'.

check that for ur required field.

reward if useful.

Read only

Former Member
0 Likes
526

in alv when u populate your field catalog set the 'DOSUM' as 'X' for that field .

say fieldcatalog-DOSUM = 'X'

for the DOSUM to work your it should be used for integer or quantity field

Read only

Former Member
0 Likes
526

hi

while building fieldcatalog,

for WHICH FILED YOU WANT SUM FOR THAT FIELD

<b>give do_sum = 'X'.</b>

Read only

0 Likes
526

Hi.

You must check if the data type of this column can be summed.

Regards.

Miguel.