2008 Jun 26 9:25 AM
Hi guys,
I have another ALV problem:
I have an ALV which is editable. I found out, that in this case the settings which I made in the field SEL_MODE of the layout are overwritten. [An easy ALV Reference, p. 26|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907] . In there a way to avoid that the settings are overwritten or to change them? I already tried it using the get/set layout methods, but it didn't work. The user should only be able to select one row.
Regards,
Martin
2008 Jul 01 6:42 AM
go to se51 double click on your table control open a properties
window inside of table control in that click on line sel single radio button
& also column sel single radio button
there are 3 types of selection
none
single
multiple
just click on single radio button
save check activate
regards
Aniruddh Singh
2008 Jul 01 7:08 AM
2008 Jul 01 7:12 AM
Hi,
check the below statement
One point to notice here is that if you set your ALV Grid as to be editable, it may override your selection mode regardless of your layout settings.
Reward if found helpful.
Regards,
SB
2008 Jul 01 7:29 AM
Of course, I saw this statement, that's why I inserted the link to the PDF and the page. My question is, if there is another way to set the single selection mode.