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

Execute on Radio Button Selection

jogeswararao_kavala
Active Contributor
0 Likes
617

Dear Experts,

I have a selection screen, where several radio buttons were arranged to execute various report programs with variants.

For this I need to select the desired radio-button and then click on the execute button at the top to get the respective output..

To improve further:

I want the program to execute as soon as the radio-button is selected. (Without having to click on the Execute button)

Please help to accomplish this.

kind regards

Jogeswara Rao

Dear Experts,

I have a selection screen, where several radio buttons were arranged to execute various report programs with variants.

For this I need to select the desired radio-button and then click on the execute button at the top to get the respective output..

To improve further:

I want the program to execute as soon as the radio-button is selected. (Without having to click on the Execute button)

Please help to accomplish this.

kind regards

Jogeswara Rao

3 REPLIES 3
Read only

Former Member
0 Likes
566

You may try this : write the entire report in At selection-screen.

don't use any other events in the program ...

Regards

Soumya

Read only

yogendra_bhaskar
Contributor
0 Likes
566

Hi Rao ,

you can do it AT SELECTION-SCREEN OUTPUT.

and don't forget to put USER-COMMAND flag at radio button

regards,

Yogendra Bhaskar

Read only

Former Member
0 Likes
566

Hi,

Although technically possible, I find it a little bit strange to use radio buttons for that.

I would display a tree with different nodes. Then, depending on the node where the user clicks, I call the next report with the right variant. See tcode sxmb_moni for example, it's doing exactly that.

Regards,

David.