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

Going back to selection screen !!!!!!!!!!!!.

Former Member
0 Likes
925

hi,

In my report program, from the output screen, when i click the BACK icon defined in the PF status, the control shd be taken back to the selection screen.

I shdnt use,

LEAVE TO SCREEN 0.

any other method????

useful answers wil be rewarded surely !!!!!!!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

Give name to selection screen and

Try to Call selection-screen.

Reward if useful.

7 REPLIES 7
Read only

Former Member
0 Likes
897

Give name to selection screen and

Try to Call selection-screen.

Reward if useful.

Read only

Former Member
0 Likes
896

Hi,

What is the issue in using LEAVE TO SCREEN 0..

Thanks

Naren

Read only

0 Likes
896

i dunno why...but i am asked not to use it.......

Read only

Former Member
0 Likes
896

HI,

use set screen 0 instead of leave to screen 0.

rgds,

bharat.

Read only

Former Member
0 Likes
896

hi balaji,

Double click the PF status...

choose application toolbar menu....

give the fuction code BACK......save and activate.....

also set the function type as "E".

now check it..when u press back button ..it goes back..

Regards..

Balaji ( assign points if this helps u ....)

Read only

Former Member
0 Likes
896

hi,

u can use set screen or call screen as

set screen 'screenno' or call screen 'screenno' instead of leave to screen 'screenno'.

but problem that u ll face is if u use

set screen: then after execution of cureent screen only u ll go to selection screen.

call screen: if u use call screen then execution of current screen is queued and system goes to selection screen and after executing that it comes back to prevoius sctreen and resumes the queued execution.

so prefer leave to screen after u complete execution as

leave to screen 'screenno'.

if useful reward soem points.

with regards,

suresh.

Read only

Former Member
0 Likes
896

Hi,

In the Screen Attributes tab, give the input for next Screen ur created screen number only ...like Next screen = [screen 0100]

&

Under PAI event, code like this

 set screen 0.
  leave screen.

Reward Points if it is Useful.

THanks,

Manjunath MS