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
422

Hi experts

I have a ztable field, which i want to display into table control as a Check Box.

Can anyone tell me, how to do and the steps needed.

Regards

Rajaram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

while designing the table control just create a character field with length 1 and right click that and press convert that into checkbox. there is an option avilable for that.

Please reward points if useful.

Hi experts

I have a ztable field, which i want to display into table control as a Check Box.

Can anyone tell me, how to do and the steps needed.

Regards

Rajaram

2 REPLIES 2
Read only

Former Member
0 Likes
401

Hi Raja Ram,

Chk this demo program: DEMO_DYNPRO_TABCONT_LOOP_AT

& RSDEMO02.

Another way:

Go to the edit mode of the screen select the table control column you want to make it as check box and follow the menu EDIT->CONVERT->check box.

(make sure that column definition in itab/ddtab is of size 1 char)

Also chek out this link:

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
402

while designing the table control just create a character field with length 1 and right click that and press convert that into checkbox. there is an option avilable for that.

Please reward points if useful.