Grouping SAP dynpro screen radiobuttons

When creating radiobuttons on a dialog dynpro screen they will not be linked to each other by default so the user will be able to set all radio buttons to be selected. You therefore need to link them together so that when one is selected SAP knows to deselect the one that was selected. In order to do this you need to open up the graphical layout editor and select the radio buttons which you want to group together, once they are selected you will need to right click on the selection and choose 'define group'. The radiobuttons should now work correctly and only allow one radio button to be selected at any one time.



Related Articles

ABAP Dialog Programming Techniques - BC410
Insert image onto SAP screen
Insert image onto SAP screen
Creating your first ABAP dialog screen program in SAP
SAP ABAP dynpro programs, dialog screen programs with input fields, buttons, OO ALV grids etc..
SAP ABAP dynpro programs, dialog screen programs with input fields, buttons, OO ALV grids etc..
SAP dialog screen / dynpro Exit Command
Dialog programming, dynpro screen field validation
SAP Graphics Development - Example code and information on various areas of graphics development
Add a dropdown list to a SAP dynpro screen using the Listbox option
Implementing a subscreen to an ABAP dynpro screen with SAP
F4 help functionality for a dynpro screen field using the PROCESS ON VALUE-REQUEST statement