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: 

Grouping Radio Button

Former Member
0 Kudos

Hi,

I am trying to groups some radio buttons in Screen painter for a view.

However when I execute the view I get a dump with following message:

Category Error at Screen Runtime

Runtime Errors DYNP_TOO_MANY_RADIOBUTTONS_ON

While preparing the screen "SAPLCRM_LOY_OB_PROF" 0002 for screen display, it was detected that in a group of radio buttons, there is more than one field set.

Can anyone suggest as to why this is happening.

Regards

Arvind

5 REPLIES 5

Former Member
0 Kudos

you have set more than one radio buttons in the group as 'X'.

Only one radio button in a group can be active at any time.

Edited by: ZAFCO ABAP on Apr 13, 2009 2:30 PM

0 Kudos

I get the error while executing the view itself, I am not doing any save.

How can I check this in the screen painter, which all radio buttons in the group are set to "X".

Regards

Arvind

0 Kudos

Hi,

You need to select all the radio buttons in the se51 and right Click on it and select the Radio Button Group->Define to group the radio buttons & Expand to ungroup them.

If define is enable then radio buttons need's to be grouped.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

while declaring the radio buttons you should do like this

parameters :pa_lim_1 RADIOBUTTON GROUP lim,
                  pa_lim_2 RADIOBUTTON GROUP lim,
                  pa_lim_3 RADIOBUTTON GROUP lim.

Regards,

Nitin.