cancel
Showing results for 
Search instead for 
Did you mean: 

Selection of individual table rows not working, while deselection works

Former Member
0 Kudos

Help! I developped this elaborate mass update tool to update a WebDynpro table and just found out that the mutiple selection is not working correctly.

I have a table UI element with no initial lead selection and 0:n cardinality on my context node. I would like to select multiple rows, but that only works with holding down the SHIFT key, NOTwith the CTRL-key.

That means I can only select multiple rows if they are next to eachother. Even stranger is that I can select all rows and then afterwards de-select individual ones WITH the CTRL-key just fine.

For my application I really need to be able to select individual lines on a page, then scroll down a few pages and select some more. Is this a bug or is there some other key-combination for selecting multiple individual rows?

We are on Basis release 701 (SAPKB70103)

Thanks for any help,

Peter

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

OSS note resolved problem

Former Member
0 Kudos

Thanks Robert, but I don't think it has anything to do with my tabel properties, because I tried the ALV display in WebDynpro and it has the same issue.

Former Member
0 Kudos

Hello all,

I have the exact same problem, but unfortunately, no anwser has been found here... ??

The CTRL button doesn't work for selecting two rows, but if I use the SHIFT button for selecting a block of rows, then I can use the CTRL button to deselect some of the rows...

Thanks in advance for your replies

Former Member
0 Kudos

I actually found an OSS note that fixed the problem: 1306538

Peter

Former Member
0 Kudos

Thank you very much, it looks like this note solves the problem.

Former Member
0 Kudos

hm.. that's really odd.. i have a large table on my WD that i'm working on right now that lets you select by holding down control.. have you checked for any OSS notes?

have you tried creating a test WD app with another table to see if it works>?

Former Member
0 Kudos

here are the properties of my table


Properties (Table)	
ID	TABLE1
accessibilityDescription	
dataSource	SELECT_MODE.ITEM_LIST
design	standard
displayEmptyRows	1
emptyTableText	No Records Found
enabled	1
firstActualRow	0
firstVisibleRow	0
firstVisibleScrollableCol	
fixedTableLayout	0
footerVisible	1
gridMode	both
legendId	
readOnly	1
rowCount	-1
rowSelectable	1
scrollableColCount	-1
selectedPopin	
selectionChangeBehaviour	auto
selectionMode	multiNoLead
tooltip	Ctrl Click to Select Multiple Business Cases
visible	Visible
visibleRowCount	12
width	800px
Events	
onFilter	
onLeadSelect	
onScroll	
onSelect	
onSort	
Layout Data (GridData)	
cellBackgroundDesign	transparent
colSpan	1
height	
hAlign	beginOfLine
paddingBottom	
paddingLeft	
paddingRight	
paddingTop	10px
vAlign	baseline
width	100%