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

ALV

Former Member
0 Likes
507

Hi all,

In My Report the SUMMATION Button in the ALV is in disable mode. <b>I used OOPS Concept</b>. Moreover i dont have the Sum too.. by giving do_sum = 'X' in the corresponding field in the field catalog.

Please help me out.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
487

in field catalog check if do_sum is checked or not.

also give the datatype as QUAN or CURR

wa_fieldcat-datatype = 'CURR'. or

wa_fieldcat-datatype = 'QUAN'.

Regards

Vasu

3 REPLIES 3
Read only

Former Member
0 Likes
488

in field catalog check if do_sum is checked or not.

also give the datatype as QUAN or CURR

wa_fieldcat-datatype = 'CURR'. or

wa_fieldcat-datatype = 'QUAN'.

Regards

Vasu

Read only

0 Likes
487

i have given....

but what is the link between that Button to this???

Read only

0 Likes
487

If one of your fields in the feild catalog is set for summation, then the button appears on the toolbar automatically. Make sure that you are setting your fields that you want to sum as below in your field cat.

fieldcat-do_sum = 'X'.

fieldcat-datatype = 'QUAN'.