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

Report using opp

Former Member
0 Likes
677

Hai,

how to get back to selection screen from module pool screen

6 REPLIES 6
Read only

Former Member
0 Likes
648

There are many way, it depends upon your requirement.

Press F1 on SUBMIT, LEAVE, LEAVE TO SCREEN.

Read only

0 Likes
648

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

Read only

Former Member
0 Likes
648

Hi,

F1 on

SET SCREEN

CALL SCREEN

LEAVE SCREEN

LEAVE TO SCREEN

Read only

Former Member
0 Likes
648

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

Read only

former_member191735
Active Contributor
0 Likes
648

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

Read only

0 Likes
648

Hi,

You can use CALL SELECTION-SCREEN <screen no> statement.

Or you can even write: CALL TRANSACTION <tcode name>

Regards,

Nisha Vengal.