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

Screen Painter

Former Member
0 Likes
863

Hi all,

How to use Checkbox in a screen. I have used checkbow in my third screen to insert values in the third table. But it is not working.

CAn u help me out.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
844

Checkbox is just like a single character TYPE character field, nothing more. When checked it will have the value 'X', when not checked, it will be space.

Regards,

Rich Heilman

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
845

Checkbox is just like a single character TYPE character field, nothing more. When checked it will have the value 'X', when not checked, it will be space.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
843

Hi all,

Thank you for replying to my question. I have some more doubt.

Should I group them or give a name to the check box or should i give same name for the checkboxes.

Read only

0 Likes
843

Each checkbox is a separate input field, so each should have a different name and corresponding DATA statement in the ABAP program.

Grouping only comes into play when dealing with radiobuttons.

Regards,

Rich Heilman

Read only

0 Likes
843

It seems that you have marked your thread as solved, please consider rewarding points for helpful answers and marking the answer which solved the problem as "Solved".

Regards,

Rich Heilman

Read only

Former Member
0 Likes
843

check the below link

almost same prob

Regards,

GUDURI

Read only

Former Member
0 Likes
843

Hi,

Thank You for answering me. I have some more doubt. Should I group them like radio button. Or should I give the same name for the checkboxes. Or can I give different name for checkboxes.

Read only

0 Likes
843

As I said, earlier, no need to group like you do with radiobuttons, you need to give each checkbox a different name because they are just like any other input field, the names must be unique..

Regards,

Rich Heilman