2011 Jul 20 9:57 AM
HI,
I want to hide/dis able Multi selection option in ALV grid...................We are using FM REUSE_ALV_GRID_DISPLAY..........................
Any Idea or suggestion how to do this
FYI :
1. I looked at the forum but could not find anything close to what I needed...................
2. I know it is possible with object based development of ALV grid but in this case we want to use only 'REUSE_ALV_GRID_DISPLAY'
Best Regards
Kiran
HI,
I want to hide/dis able Multi selection option in ALV grid...................We are using FM REUSE_ALV_GRID_DISPLAY..........................
Any Idea or suggestion how to do this
FYI :
1. I looked at the forum but could not find anything close to what I needed...................
2. I know it is possible with object based development of ALV grid but in this case we want to use only 'REUSE_ALV_GRID_DISPLAY'
Best Regards
Kiran
2011 Jul 20 10:31 AM
Hi,
Do you mean that you want to disable the option of selecting multiple records in ALV output.
Did you write EDIT in you field catalog for any field?. This is the one which normally brings the multiple selection option in ALV output. try to remove this in field catalog.
hope it helps.
Thanks,
Venkatesh.
Edited by: venkatesh333 on Jul 20, 2011 11:36 AM
2011 Jul 20 11:18 AM
Can you use reuse_alv_grid_display_lvc.
that uses the same layout options and all as objects.. SO you will be able to set it easily.
2011 Jul 20 11:18 AM
Can you use reuse_alv_grid_display_lvc.
that uses the same layout options and all as objects.. SO you will be able to set it easily.
2013 Feb 20 11:08 AM
HI
You can turn off multiple selection in one-click to be used as single-select component.
for any detailed information u can even see details demo link below
http://www.visualbis.com/products/multi-select-dynamic-grid/
thank u