Application Development 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: 

Enquiry in leave program

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

former_member632991
Active Contributor
0 Kudos

Hi,

use leave to screen 0.

Regards,

Sonika

Former Member
0 Kudos

Hi Pooja,

U can use the statement "Leave to screen 0.".

Regards,

Pulokesh