‎2007 Jun 18 6:13 AM
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 !!!!!!!!!
‎2007 Jun 18 6:16 AM
Give name to selection screen and
Try to Call selection-screen.
Reward if useful.
‎2007 Jun 18 6:16 AM
Give name to selection screen and
Try to Call selection-screen.
Reward if useful.
‎2007 Jun 18 6:16 AM
‎2007 Jun 18 6:29 AM
‎2007 Jun 18 6:18 AM
‎2007 Jun 18 6:26 AM
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 ....)
‎2007 Jun 18 6:27 AM
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.
‎2007 Jun 18 6:29 AM
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