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: 

ALV: Selection mode in editable ALV

Former Member
0 Kudos
961

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

4 REPLIES 4

former_member756887
Participant
0 Kudos
97

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

0 Kudos
97

I don't have a table control, I'm using ALV!

Former Member
0 Kudos
97

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

0 Kudos
97

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.