‎2006 Aug 09 3:29 PM
Hi all,
I hae developed an ALV report. Now i have saved a default variant. When i use this variant and execute the report, certain buttons such as SUM do not appear on the toolbaar. If i remove the variant and execute the report, the SUM button comes up.
I have tried saving the layout when SUM button is there. BUt as soon as i run using any variant, SUM button disappers.
Kindly help.
‎2006 Aug 09 3:32 PM
Hi Nishant,
In you coding part, did you pass the i_save as 'A' parameter in the function module REUSE_ALV_GRID_DISPLAY?
Regards,
Ravi
‎2006 Aug 09 3:53 PM
‎2006 Aug 09 4:55 PM
Hi Nishant,
I think Vijay is right. If you do not have any fields that are summable, then the button will not appear.See if the fields you chose as variant doesn't have any fields that are summable(Numeric data).
Regards,
Ravi
‎2006 Aug 09 4:58 PM
Hi Ravi,
There quiet a few fields which are numeric .
Regards
Nishant
Message was edited by: Nishant Gupta
‎2006 Aug 09 3:36 PM
Hi Nishant,
If you don't have SUMMABLE columns then SUM option automatically disables. and more over you have default variant , in that default variant you don't have any SUMMABLE columns(i.e type n/p). so it always disables that SUM button. when you remove Defalut option for that variant and save. and try to check with differnt combinations with Numeric columns and see/
Regards
vijay
Regards
vijay