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: 

Problem about Radio Button on the Dynpro

Former Member
0 Kudos

Dear friends

I had a problem about radio button on the screen.

The layout of the screen is quite similar to the demo program:DEMO_DYNPRO_CHECK_RADIO.

I try to add function code to the 3 radio buttons. But it is impossible to add it. The field is not inputable.

And, every time before my screen is loaded.

I clear all the values in the field to make it ready for input. However, all the 3 radio buttons are filled.

Who could help me with the overwhelming problem...?

Many thanks

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Hello,

You need to define the group of the radiobutton.

select all the three radiobutton, Edit > groupping > radibutton group > define.

regards,

Naimesh

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Hello,

You need to define the group of the radiobutton.

select all the three radiobutton, Edit > groupping > radibutton group > define.

regards,

Naimesh

LucianoBentiveg
Active Contributor
0 Kudos

You need to select the 3 radio buttons in dinpro and go to EDIT->GROUPING->RADIO BUTTON GROUP->DEFINE.

Regards.

Shivaji16
Active Participant
0 Kudos

Hi,

you can only assign one function code to all of the radio buttons in a group. When you assign a function code to a radio button in the Screen Painter, the system automatically applies the same function code to all of the other radio buttons in the group.