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

Cannot sum a column in ALV

Former Member
0 Likes
678

Hello,

i´ve developed an ALV, and i have a problem. This ALV has 2 field like LABST type. When i push 'SUM' button, i can´t sum this field (column). I recibe an error like this.

"YOU CANNOT EXECUTE THIS OPERATION OVER THE COLUMN 'TEORIC STOCK' "

Can anyone help me?

Thanks.!

Hello,

i´ve developed an ALV, and i have a problem. This ALV has 2 field like LABST type. When i push 'SUM' button, i can´t sum this field (column). I recibe an error like this.

"YOU CANNOT EXECUTE THIS OPERATION OVER THE COLUMN 'TEORIC STOCK' "

Can anyone help me?

Thanks.!

3 REPLIES 3
Read only

Former Member
0 Likes
530

Hi,

ur field catalog should have minimum of two char data type fields

when the remining columns are num fields.

Regards,

S.Nehru.

Read only

Former Member
0 Likes
530

Hi ,

Check for the DO_SUM flag in fieldcatalog for the particlular field.

regards

Sourabh Verma

Read only

Former Member
0 Likes
530

Check whether you have associated the unit of measure for the quantity fields in the field catalog definition?

Thanks

Balaji