Application Development and Automation 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: 
Read only

Enquiry in leave program

Former Member
0 Likes
769

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
Read only

Former Member
0 Likes
750

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.

Hi Pooja,

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

Regards,

Pulokesh

4 REPLIES 4
Read only

Former Member
0 Likes
750

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

Read only

Former Member
0 Likes
751

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.

Read only

former_member632991
Active Contributor
0 Likes
750

Hi,

use leave to screen 0.

Regards,

Sonika

Read only

Former Member
0 Likes
750

Hi Pooja,

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

Regards,

Pulokesh