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: 

Total/subtotal Alv object oriented

Former Member
0 Kudos

Hi,

How can I active icon of total/subtotal in alv grid object?

it is disabled.

Thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

To activate the total/subtotal icon you need to have atleast one numberic field in the output table which you are using to display the data.

4 REPLIES 4

shishupalreddy
Active Contributor
0 Kudos

hi,

please check whether u have amount related fields in the output ...

if they ae there it will be enabled ..

regards

0 Kudos

Thanks.

with filed int1 is ok.

Former Member
0 Kudos

Hi,

You need to have an field which is an integer type i.e. type i in the structure and make the subtotal as 'X' in the Field layout.

Thanks & Regards

Sarves Sombhatla

Former Member
0 Kudos

hi,

To activate the total/subtotal icon you need to have atleast one numberic field in the output table which you are using to display the data.