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: 

ALV

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

i have given....

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

0 Kudos

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'.