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: 

DYNP_TOO_MANY_RADIOBUTTONS_ON

soumya_jose3
Active Contributor
0 Kudos

Hi,

I am getting the runtime error DYNP_TOO_MANY_RADIOBUTTONS_ON when using variants which selects the radiobutton.

PARAMETERS: p_ld1 RADIOBUTTON GROUP radi USER-COMMAND uc01,

p_ld2 RADIOBUTTON GROUP radi,

p_ld3 RADIOBUTTON GROUP radi,

p_ld4 RADIOBUTTON GROUP radi.

While I navigate from radiobutton p_ld4 to p_ld1 through varaints I am getting this error. In debugging mode I noticed that p_ld1 as well as p_ld4 is selected where as only the radiobutton p_ld1 should be selected. If I don't use variants this is not occuring and only the p_ld1 is selected.

Also when I navigate from any other buttons except p_ld4 using variants this is not occuring.

Please help.

Regards,

Soumya.

8 REPLIES 8

JozsefSzikszai
Active Contributor
0 Kudos

hi,

in one of the AT SELECTION-SCREEN events you assign values to one of the radiobuttons... Just check your code...

hope this helps

ec

0 Kudos

Hi,

Thanks for your reply.

I have not assigned any value in the AT-SELECTION SCREEN event.

I have an AT SELECTION-SCREEN OUTPUT with code like this:

AT SELECTION-SCREEN OUTPUT.

LOOP AT SCREEN.

CASE screen-group1.

WHEN 'D1'.

IF p_ld4 = 'X'.

screen-input = '0'.

screen-invisible = '1'.

ELSE.

screen-input = '1'.

screen-invisible = '0'.

ENDIF.

WHEN 'D2'.

IF p_ld4 = 'X'.

screen-input = '1'.

screen-invisible = '0'.

ELSE.

screen-input = '0'.

screen-invisible = '1'.

ENDIF.

ENDCASE.

MODIFY SCREEN.

ENDLOOP.

Regards,

Soumya.

0 Kudos

ok, what do you mean by "using variants"? Report variants?

0 Kudos

Yes, Report Variants.

0 Kudos

I've tried in a small testprogram and it works. Do you have other events as well in your program? (Like INITIALIZATION, LOAD-OF-PROGRAM, etc)

0 Kudos

Hi soumya is your issue solved.I am also getting the same issue .after upgrade of our systems from sap 4.7 to ECC 6.O

Thanks & regards,

manoj

0 Kudos

Hi,

If you are getting dump when you select the report variants, delete the variant or overright it and save once again. Then run the program. The dump will not be coming again in this case.

Regards - Senthilraj Selvaraj

Edited by: Senthilraj Selvaraj on Jul 22, 2009 5:44 PM

Former Member
0 Kudos

Hi Soumya,

Gothrough the following link,

I hope this will help you,

Regards,

Harish