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

Hide multiple selection in REUSE_ALV_GRID_DISPLAY

Former Member
0 Likes
1,069

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

4 REPLIES 4
Read only

Former Member
0 Likes
782

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

Read only

lijisusan_mathews
Active Contributor
0 Likes
782

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.

Read only

lijisusan_mathews
Active Contributor
0 Likes
782

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.

Read only

Former Member
0 Likes
782

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