Hey Guys,
Here is my problem. I have an ABAP program that has a selection screen and creates a report in a ALV format. When I double click one of the lines on the report, a new program is called using the SUBMIT command with a RETURN, this new program also has a selection screen and then produces a generic looking report. My problem is that when I hit the back button, I am taken back to the selection screen of my called program, and then when I hit the back button again, I am taken back to the ALV report from the calling program, and then when I hit the back button again I am taken to my selection screen from the calling program. Is there anyway that I could just hit the back button one time and go directly back to the original selection screen with the original values still contained? Any suggestions would be appreciated.