Message type: E = Error
Message class: AQ - Message texts for SAP Query
Message number: 364
Message text: Radio button group has only one parameter
You have used the extra function 'RADIOBUTTON GROUP <grp>' to determine
a group of radio buttons. A group of this kind must have at least two
elements. Only one element has been created.
The element has been created.
You must determine at least one more parameter in this group before the
system is able to generate the InfoSet.
Error message extract from SAP system. Copyright SAP SE.
AQ364
- Radio button group has only one parameter ?The SAP error message AQ364, which states "Radio button group has only one parameter," typically occurs in the context of SAP ABAP programming, particularly when dealing with selection screens that include radio button groups. This error indicates that the radio button group defined in your selection screen has only one option, which is not valid because radio buttons are meant to allow the user to select one option from multiple choices.
Cause: Single Radio Button: The radio button group is defined with only one radio button option. Radio buttons are designed to allow users to select one option from a set of two or more options. Incorrect Grouping: The radio buttons may not be correctly grouped, leading to the system interpreting them as a single option.
Solution: To resolve this error, you can take the following steps: Add More Options: Ensure that your radio button group has at least two radio buttons defined. For example: PARAMETERS: p_option1
Get instant SAP help. Sign up for our Free Essentials Plan.
AQ363
Internal error when generating the query report
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AQ362
This program cannot be run in the background in this form
What causes this issue? You are not allowed to generate queries in the global standard area in the background because the Change and Transport system...
AQ365
Global settings are being processed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AQ366
Error in generated report; selection screen is too big
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.