Application Development 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: 

Addition problem in ALV. Getting "Desired operation cannot be performed for column"

Former Member
0 Kudos

Hi all,

I have made an editable ALV.

There are three fields which are editable.

All the functions are working fine. But when I press the Total button a message appears "Desired operation cannot be performed for column".

I have added ref table and ref field in the field catalog also,. Though this error is generated.

Please help.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Check field catalog,  Execute The Consistency Check to check current values (Look for field NO_SUM)

Is your field defined as a numeric type, and if type NUMC, check also layout subfield NUMC_TOTAL which may disallow the summation for those fields.

Regards,

Raymond

0 Kudos

Thank you Raymond..

But I have another field which is of type CURR.

For this field also I cant get the sum.

0 Kudos

One more thing. I used the NUMC_TOTAL and it is not giving me the message which I used to get earlier. But I am not getting the Sum of it.