Application Development 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: 

Disable Multiple Row Selection in REUSE_ALV_GRID_DISPLAY

Former Member
0 Kudos

How can I disable multiple rows from being selected in an ALV grid that is created using REUSE_ALV_GRID_DISPLAY?

I do not see a selection mode option in the Layout for this Func Mods

2 REPLIES 2

MarcinPciak
Active Contributor
0 Kudos

Hi John,

You can use NO_ROWMARK of layout structrue in REUSE_ALV_GRID_DISPLAY_LVC instead. It's still SLIS type-pools in use, though.

Check [Vijay's bottom most post|; how to use this fm.

Regards

Marcin

PS: Sorry I mixed it up. I thought you want to suppress selection at all. For your request therefore SEL_MODE = 'B' of layout strcuture is what you need. Above fm still applies.

Edited by: Marcin Pciak on Jul 30, 2009 11:16 PM

Former Member
0 Kudos

You just need to clear field sel_mode in layout structure