Application Development 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: 

Radio button issue in Table Control...

Former Member
0 Kudos

Hello Gurus,

I have converted a CHAR01 field in one of the column in table control to "Left radio Button". Now I want the first radio button in the table control to be checked as default. How can I do this ?

When I run the program, I get an ABAP dump saying that

Error Analysis:

Only one field may be selected in each group of radio buttons

(value 'X').

If this is not the case, on of the following situations occurs:

a.) Multiple fields in the group are selected at the same time.

This is an error and the application is terminated and the current

short dump displayed.

b.) No field is selected in the group.

In this case, the system sets the first radio button of the group

as a default value. This may be an irresponsible way to program,

however, no error is generated.

Can some one please help. ?

Regards,

Jainam.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

Check the demo program DEMO_DYNPRO_CHECK_RADIO

1 REPLY 1

Former Member
0 Kudos

HI,

Check the demo program DEMO_DYNPRO_CHECK_RADIO