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

Problem with DO_SUM on ECC6

Former Member
0 Likes
403

Hi Abapers,

I'm using "DO_SUM" from fieldcatalog to sum up a field XX on ECC6 using ALV LIST, but it's not working. Instead, the same code works very well on 4.7.

Can anyone give me a guidance.

Best regards.

1 ACCEPTED SOLUTION
Read only

former_member632458
Participant
0 Likes
374

Hi,

Pl check in the ALV FM have u passed it_sort . and also do manually the SUM in the OUt Put and check.

Regards,

Rajehs S

2 REPLIES 2
Read only

former_member632458
Participant
0 Likes
375

Hi,

Pl check in the ALV FM have u passed it_sort . and also do manually the SUM in the OUt Put and check.

Regards,

Rajehs S

Read only

0 Likes
374

Hi,

I have done the same code on 4.7 release, it's working well, then when i passed to ECC6, it's not working.

the result of report shows the sum of a column without details.

Best regards.