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: 

Table control row selection issue

Former Member
0 Kudos

Hi all,

I have table control with the following attributes.

line selection = multiple

w/selColumn = 'X'. (structure-mark)

but when i execute the program, i am not able to select the

rows for some reason by clicking on the selection button.(all the row selection buttons became disabled).

does anyone faced this kind of problem..?

what could be the reason..?

Thanks;

Sara

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

w/selColumn = 'FIELDNAME'. "<----what ever you specify

"here which should be the field of your internal table

"then only it will be possible to select the record.

if you specify 'X' , then this X should be a column of the Table.

0 Kudos

i declared data base structure which has MARK column.

so gave selcolumn as 'stucture-mark'

loop tab with control......

endloop.

here my tab is like my db structure.

i have diff screens and they had diff table controls they are all working fine

but only in one screen this senario is not working..

(i am using tabstrip whchi has 5 tabs. when you click each tab, that call s diff screens and one has this table control)

do i need any thing to set if call under tabstrip)

0 Kudos

are you giving it in quotes

'stucture-mark'

if so remove the quotes and try.