ABAP Runtime Errors

DYNP_TOO_MANY_RADIOBUTTONS_ON SAP ABAP Runtime Error dynp too many radiobuttons on







DYNP_TOO_MANY_RADIOBUTTONS_ON is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: Y - Error at Screen Runtime

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


DYNP_TOO_MANY_RADIOBUTTONS_ON ABAP Runtime Error

In the present case, the error is triggered by radio button <runtime parameter> in screen <runtime parameter> <runtime parameter>.
Another field or multiple fields are set in the group of radio buttons that this field belongs to.
Application program <runtime parameter> must therefore be corrected. It also needs to be ensure that exactly one field is set in each group of radio buttons - meaning that it has the value 'X'. Fields that are not set have the value SPACE. More than one radio button is active. Please see dynpro error for more details about the possible cause of this runtime error and how it could be avoided.

In a group of radio buttons, exactly one of the fields must be set - meaning that must have the value 'X'.
If this is not the case, one of the following situations occurs:
- Multiple radio buttons of the group are set at the same time. This error causes the appplication to terminated and triggers the short dump that you are currently reading.
- None of the radio buttons from the group have been set:
In this case, the first radio button is set by the system before the screen output. This is a sign of a neglectful programming, but does not cause an error. Please see dynpro error for more details about the possible cause of this runtime error and how it could be avoided.

While formatting screen <runtime parameter> <runtime parameter> for display, the system discovered that more than one field is set in a group of radio buttons .