2013 Feb 22 11:54 AM
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
2013 Feb 22 12:09 PM
You may try this : write the entire report in At selection-screen.
don't use any other events in the program ...
Regards
Soumya
2013 Feb 22 12:11 PM
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
2013 Feb 22 12:37 PM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |