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

Former Member
0 Likes
397

Hi,

Can i get some idea regarding how to implement check box inside a table contraol.

Thanks in Advance.

Shahana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi,

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:

Hope these help you.

Regards,

Reshma

2 REPLIES 2
Read only

Former Member
0 Likes
364

in screen property .

in disizn screen.

rigtht click text box-> convert to chk box.

Message was edited by:

Karthikeyan Pandurangan

Read only

Former Member
0 Likes
365

Hi,

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:

Hope these help you.

Regards,

Reshma