‎2006 Sep 12 4:01 PM
How Do Everyone!
I have amended an exitsing ABAP report which displays
information via an ALV grid
i.e. FM 'REUSE_ALV_GRID_DISPLAY'.
It uses the logical database PCH. When the report is
displayed the icons - SAVE layout and SELECT layout
are both missing. But the icon for CHANGE - layout is
displayed.
Does anybody know how I get get the missing icons
(SAVE layout and SELECT layout)to be displayed.
Thanks
Andy
‎2006 Sep 12 4:02 PM
Hi,
Use the parameter I_SAVE and pass the value as 'A' to get the save layout button in the output.
THanks,
Naren
‎2006 Sep 12 4:02 PM
Hi,
Use the parameter I_SAVE and pass the value as 'A' to get the save layout button in the output.
THanks,
Naren
‎2006 Sep 12 4:06 PM
In the 'REUSE_ALV_GRID_DISPLAY' there is a export parameter i_save, pass 'A' to it.