2014 Oct 07 7:23 PM
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
2014 Oct 07 7:57 PM
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
2014 Oct 07 9:22 PM
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
2014 Oct 07 9:33 PM
hi Esha Raj,
It is possible to select multiple rows using Shift + SPACE.
2014 Oct 07 9:41 PM
Hi Abdul,
SHIFT+SPACE doesn't work with table controls.
Regards,
Esha
2014 Oct 07 9:45 PM
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.
2014 Oct 07 9:50 PM
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?
2014 Oct 08 6:02 AM
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.