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 Layout Variant problem

Former Member
0 Likes
745

I have an ALV report that has the option to select the layout variant on the select options screen. If I leave the variant blank the report has the SUM button available when displayed. If I change the layout by selecting a variant, the SUM button stays visible. If, however, I run the report and select a layout variant on the select options screen, when the report is displayed, the SUM button is NOT displayed. Why would this be happening?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
551

When a layout is saved ,in the popup window that is displayed,check the 2nd tab "Save with:.This contains checkboxes for "sort order" and "subtotals".If these are not checked then the "SUM" button will not be displayed.

2 REPLIES 2
Read only

dani_mn
Active Contributor
0 Likes
551

HI,

Check if there is amount field in this variant, because sum button displayed, when there is an amount field in alv display.

Regards,

Read only

Former Member
0 Likes
552

When a layout is saved ,in the popup window that is displayed,check the 2nd tab "Save with:.This contains checkboxes for "sort order" and "subtotals".If these are not checked then the "SUM" button will not be displayed.