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

Multiple select on table control

Former Member
0 Likes
5,197

Hi,

Is it possible to select multiple rows of a table control using shift + control keys? If so, how can I achieve this?

I have mutilple select option checked but that works only if the lines are individually selected.

Regards,
Esha

7 REPLIES 7
Read only

ronaldo_aparecido
Contributor
0 Likes
2,596

Hi check please

Property COL_SEL_MODE of table control.

Column selection mode: 0, 1, 2 for none, one or multiple rows can be selected. Transferred from Screen Painter. Can be changed in the ABAP program.


Table Controls in ABAP Programs - ABAP Programming (BC-ABA) - SAP Library

Read only

0 Likes
2,596

Hi Ronaldo,

Im trying to select mutlple rows using control + shift. Is that possible?

'LINE_SEL_MODE' is 3 to select multiple rows but that just lets me select each row individually. Is it possible to select using ctrl+shift ?

Regards,
Esha

Read only

Former Member
0 Likes
2,596

hi Esha Raj,

It is possible to select multiple rows using Shift + SPACE.

Read only

0 Likes
2,596

Hi Abdul,

SHIFT+SPACE doesn't work with table controls.


Regards,
Esha

Read only

0 Likes
2,596

To select an entire row, choose Shift + Space in cell navigation mode. To select an entire column, choose Ctrl + Space. To select the entire table control contents, choose Ctrl + a.

Read only

0 Likes
2,596

Thanks Adul,

But my requirement is a little different, I want to select multiple rows using a keyboard shortcut like Shift+ctrl.  Would you know of any way to do that?

Read only

Former Member
0 Likes
2,596

Hi,

     I Think This feature is not available in Table Control ,even by mouse by select & drag no of Columns      too.

     This can be achieved by using ALV in custom container.