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

radobuttons

Former Member
0 Likes
614

when we create radio buttons by default one of the buttons will be in active mode .can i create buttons with no button in active mode.

1 ACCEPTED SOLUTION
Read only

michael-john_turner
Active Participant
0 Likes
594

I think you can, but by definition that doesn't make sense - one radiobutton in a group should always be on. Perhaps you should be using checkboxes instead?

MJ

5 REPLIES 5
Read only

michael-john_turner
Active Participant
0 Likes
595

I think you can, but by definition that doesn't make sense - one radiobutton in a group should always be on. Perhaps you should be using checkboxes instead?

MJ

Read only

Former Member
0 Likes
594

Hello Pavan,

Unfortunately, this is not possible in ABAP.

Regards,

Anand Mandalika.

Read only

suresh_datti
Active Contributor
0 Likes
594

You can set the default values in the INITIALIZATION event... but Why?

~Suresh

Read only

Former Member
0 Likes
594

hi,

I dont think so. the best i can suggest is create 3 and hide the one which is ticked using addition no-display.

mark if it helps.

santhosh

Read only

Former Member
0 Likes
594

no u cant create a radio button group with 2 radio buttons unchecked...atleast one of them should be checked...Instead use check boxes wherein u can leave them unchecked and user can check and based on that additional functionality can be written