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

selection column in Table control..

Former Member
0 Likes
1,833

Hi ,

I have used a table control wizard in my custom screen. And it gives the desired output.

But it doesnot contain the selection column ( used to slelect the table control rows) .

Now i want to add that column to my existing Table control.

1) what changes should i do with my Internal table?

2) What should be included with the Table control in Screen Painter?

I searched the forum..but i didnt get the solution..

If anybody knows pls suggest me..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,165

hi sathya,

this may be helpful to u

goto the screen painter double click on the table control wizard,u will get a pop up screenpainter attributes.

In that pop up towards the end you will have a checkbox w/selcolumn,just check it.you will be able to get theselection column for your table control.

u have to give a name to the selection column and add to the internal table which has the contents of the table control.you can select and unselect the columns using that variable.

regards,

sravanthi

2 REPLIES 2
Read only

Former Member
0 Likes
1,165

Hi,

In the screen painter double click your table control, a pop-up will appear, in that u can select that selection button.

Regards,

Nishant

Read only

Former Member
0 Likes
1,166

hi sathya,

this may be helpful to u

goto the screen painter double click on the table control wizard,u will get a pop up screenpainter attributes.

In that pop up towards the end you will have a checkbox w/selcolumn,just check it.you will be able to get theselection column for your table control.

u have to give a name to the selection column and add to the internal table which has the contents of the table control.you can select and unselect the columns using that variable.

regards,

sravanthi