Application Development and Automation 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: 
Read only

Changing Radiobutton Text at Runtime

mike_mcinerney
Participant
0 Likes
792

I'm building a classical dynpro screen with a group of three radiobuttons.

How can I change the text of these buttons at runtime?

Thanks...

...Mike

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
699

Have a look at function module K_KKB_POPUP_RADIO3 - the screen 300 has text labels for the radiobutton group that you can define at runtime.

Jonathan

I'm building a classical dynpro screen with a group of three radiobuttons.

How can I change the text of these buttons at runtime?

Thanks...

...Mike

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
699

in AT SELECTION SCREEN OUTPUT event you can manipulate the text

Read only

0 Likes
699

Amit - did you mean the PBO?

Rob

Read only

0 Likes
699

Yeah, sorry for screen it will be PBO.

Thanks Rob for correcting me

You may also take a look to this FM - RPY_DYNPRO_INSERT

Read only

Former Member
0 Likes
700

Have a look at function module K_KKB_POPUP_RADIO3 - the screen 300 has text labels for the radiobutton group that you can define at runtime.

Jonathan