Return to screen

Question:
Dear all,
I have a screen(first screen) in which i call a report program and transport parameters to the report program. The report program has a selection screen,I use export and submit method,but could not return the first screen when click back on the selection screen.
My code:
Thanks cake,
But that does skip my selection screen .....
Ooops, you're right
That skip the selection-screen:
  SUBMIT your_report USING SELECTION-SCREEN 1000
                                AND RETURN.
That don't:
  SUBMIT your_report VIA SELECTION-SCREEN 1000
                                AND RETURN.
Actually for my first answer I look at one of my program but I forgot that I use the 2 above methode in it ... so I pick the first one.
CaKe
Answer:
Thanks cake,
But that still skip the selection screen when back to the first program...
It works when called the report program.
Best regards

More Articles:

printing Page Numbers?
Send Mail to an Internet Mail Adress from SAP?
To increase the capacity of an Internal Table?
Hints and Inner Join?
Current Work Process and Process ID?
Function Module?