Skip to Content
0
Mar 12, 2007 at 01:39 PM

syntax for calling 1000 screen(abap o/p screen) from screen 200.

637 Views

Hi all,

i need to change the SAP program relating to the transaction QA32.i have already changed the program & i added 2 screens in this program by using CALL SCREEN syntax.

my problem is

when i execute YQA32 (copy of QA32 with modification) transaction, i am getting the output in the screen 1000.when i double click on any material on that screen (1000), the control will go to screen 200 (CALL SCREEN 200).

everything is going fine. but in screen 200, i have putted a 'BACK' push button. if i will press 'BACK' on screen 200, it should go to screen 1000 which is normal ABAP output screen(here,the output screen of YQA32).

if i will put syntax like LEAVE TO SCREEN 1000 OR LEAVE PROGRAM OR LEAVE SCREEN, IT IS NOT WORKING. the control is directly going to program if i will add LEAVE PROGRAM.

what syntax i need to use to come to screen 1000 from screen 200 in the BACK user command of screen 200.plz suggest.

Thanks & Regards

pabitra