‎2007 Aug 28 11:26 AM
Hi
In my program i have 5 Radio buttons , when i select any one of the radio button it will call the anther program, program working fine. my problem is when i press the Back button it leave the program instead of leaving screen. ( i wanna come back to the main screen).
am using submit statement to all the program
please help me .
Regard
prajwal
‎2007 Aug 28 11:33 AM
Hi prajwal ...
This is the way you have to use SUBMIT in this case..
<b>SUBMIT <REPORT> AND RETURN.</b>
Now the control will be returned back to the Selection screen of Calling Report.
<b>Reward if Helpful</b>
‎2007 Aug 28 11:30 AM
‎2007 Aug 28 11:31 AM
Hi prajwal,
you have a selection-screen with five radio buttons. The radio buttons trigger a SUBMIT.
this should be submit and return. Don't forget to clear sy-ucomm after calling the program.
Regards,
Clemens
‎2007 Aug 28 11:33 AM
Hi prajwal ...
This is the way you have to use SUBMIT in this case..
<b>SUBMIT <REPORT> AND RETURN.</b>
Now the control will be returned back to the Selection screen of Calling Report.
<b>Reward if Helpful</b>
‎2007 Aug 28 11:43 AM
‎2007 Aug 28 11:34 AM
‎2007 Aug 28 11:38 AM