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

Check Box in Table Control

Former Member
0 Likes
488

i have a requirement where in i need to include a check box in a table control, as in the first column is a sales order , 2nd a item the third should be a check box.Any pointers on how to get a check box in a table control.

i have a requirement where in i need to include a check box in a table control, as in the first column is a sales order , 2nd a item the third should be a check box.Any pointers on how to get a check box in a table control.

2 REPLIES 2
Read only

Former Member
0 Likes
461

Hello ,

In the Attributes of the Table Control u could enable the

w/ selcolumn check box to get the first checkbox.

For getting the 3rd column as checkbox

Declare a field in the itab u r using for the TC

<b>Check like DD03D-KEYFLAG</b>

Add this feild in the TC as the third Column,

Hope this will solve ur problem.,

If useful reward.

Vasanth

Read only

Former Member
0 Likes
461

Hi

U need only:

- to drag a checkbox from the left colunm of the screen painter to your table control.

- Or before inserting the field in the table control set the flag CHKB;

- Or after inserting the field in the table control, select it and go to Edit->Convert->Checkbox

Max