2007 Apr 11 2:34 PM
Hi,
I have 3 screens in which after editing the fied calling the second screen and on the next screen calling the third screen...when 'BACK' button on third field . should leave the program...I already given LEAVE PROGRAM.But not working...
Pooja
2007 Apr 11 2:37 PM
Hi Pooja
First check whether you have activated whole module pool program including screens. Then try with SET SCREEN 0 followed by LEAVE PROGRAM. May be it will come. Check with the FCT code you have give for back button, as it is case sensitive.
Regards
Haritha.
Try this..
SET SCREEN 0.
LEAVE TO SCREEN.
in the BACK sy-ucomm.
Or in the Second screen while u r calling the third screen use LEAVE TO SCREEN command .. this command erases the Previous screen.. and onli the current screen will be available.. now in the third screen u can write LEAVE PROGRAM . to exit from the program..
reward if it helps u..
sai ramesh
2007 Apr 11 2:37 PM
Try this..
SET SCREEN 0.
LEAVE TO SCREEN.
in the BACK sy-ucomm.
Or in the Second screen while u r calling the third screen use LEAVE TO SCREEN command .. this command erases the Previous screen.. and onli the current screen will be available.. now in the third screen u can write LEAVE PROGRAM . to exit from the program..
reward if it helps u..
sai ramesh
2007 Apr 11 2:37 PM
Hi Pooja
First check whether you have activated whole module pool program including screens. Then try with SET SCREEN 0 followed by LEAVE PROGRAM. May be it will come. Check with the FCT code you have give for back button, as it is case sensitive.
Regards
Haritha.
2007 Apr 11 2:37 PM
2007 Apr 11 2:44 PM
Hi Pooja,
U can use the statement "Leave to screen 0.".
Regards,
Pulokesh
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |