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: 

Application toolbar in ALV report.

Former Member
0 Kudos

Hi friends,

In my ALV report, the summation tool bar is not showing/avalibale in my screen output display.....so that im not able to sum up the reocrd values also.....

I've checked the same in my program GUI status and all the std toolbard available....but its displaying in my screen output...

WIll anyone pls tell me how to fix this issue....??

Pls comment

thanks & regards

sankar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Do you have any numeric contents in the output. i.e the data type should be type int or numc. Then by default the summation will be available in the application toolbar. If you have used type char, replace appropriately.

Hope this helps you.

Regards,

Subbu

4 REPLIES 4

Former Member
0 Kudos

Hi,

Do you have any numeric contents in the output. i.e the data type should be type int or numc. Then by default the summation will be available in the application toolbar. If you have used type char, replace appropriately.

Hope this helps you.

Regards,

Subbu

Former Member
0 Kudos

hi sankar,

there might be a possibility that the columns you are displaying may not be summable that is why the summation button is not coming and if that is not the case then copy the pf status of the standard ALV into your program and ten check.

regards,

n.jain

Former Member
0 Kudos

Sankar,

Generaly for customized reports,we need to add all these buttons on memubar.

For this double click on PF-STATUS.Go to application tool bar --->expand the icon --->add Function code

"&SUM" in one column and "&UMC" other column --->activate it .

Don't forget to reward if useful....

Former Member
0 Kudos

Thanks,

still i didnt get my solution...so i've changed the ALV logic completely

like "APPEND YA_FIELDCAT TO T_FIELDCAT."

I dont know...the error...but here its working fine...

regards

sankar.