2007 Jul 25 5:16 AM
hI.
in my program am calling another program using call transaction statment.
i want to move other screen when i press radiobutton, but in my program screen changes when i press execution button. how to correct this.
Regards
prajwal.
2007 Jul 25 5:31 AM
In ur report in parameter for user command add
USER-COMMAND 'RDB',
Eg PARAMETERS: P_MRU RADIOBUTTON GROUP SEL DEFAULT 'X' USER-COMMAND AC.
In ur report in parameter for user command add
USER-COMMAND 'RDB',
Eg PARAMETERS: P_MRU RADIOBUTTON GROUP SEL DEFAULT 'X' USER-COMMAND AC.
2007 Jul 25 5:22 AM
Hi Prajwal,
Can you please be more clear as exact issue and requirement.
Regards,
Atish
2007 Jul 25 5:31 AM
2007 Jul 25 5:34 AM
Hi Prajwal,
Then you can just use CALL TRANSACTION.
If you want this program should automtically get called when you press Radio Button then you need to assign the USER-COMMAD to that radio button and based on that you need to use AT-SELECTION SCREEN.. event and there you need to call the transaction.
Regards,
Atish
2007 Jul 25 5:31 AM
In ur report in parameter for user command add
USER-COMMAND 'RDB',
Eg PARAMETERS: P_MRU RADIOBUTTON GROUP SEL DEFAULT 'X' USER-COMMAND AC.
2007 Jul 25 5:36 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |