‎2009 Nov 17 11:29 AM
Hai,
how to get back to selection screen from module pool screen
‎2009 Nov 17 11:45 AM
There are many way, it depends upon your requirement.
Press F1 on SUBMIT, LEAVE, LEAVE TO SCREEN.
‎2009 Nov 19 10:34 AM
if i using leave or leave to screen .the screen get back to the se38 (program) screen . iam not getting back to the input field
screen
‎2009 Nov 17 11:48 AM
‎2009 Nov 17 12:22 PM
Hi,
Try "LEAVE TO SCREEN 0" in the exit handler module. The function code for back button is "&F03".
Thanks,
Avinash
Moderator message - Please do not beg for points
Edited by: Rob Burbank on Nov 17, 2009 9:53 AM
‎2009 Nov 17 3:00 PM
If the first screen is selection screen and the next screen is the one you want to come back from.... Just use LEAVE TO SCREEN 0.
This will take you to back screen. You need to write this under PAI for SY-UCOMM value
‎2009 Nov 17 7:46 PM
Hi,
You can use CALL SELECTION-SCREEN <screen no> statement.
Or you can even write: CALL TRANSACTION <tcode name>
Regards,
Nisha Vengal.