2007 Nov 08 10:14 AM
hi all,
i created one screen i.e 100. i assigned menu bar.
from screen 100 im calling screen 200 for display list.
in the PBO of screen 200 i written like this
supress dialog.
leave to list-processing and return screen 0,
but im unable to come out of the screen.
if romove the menu for screen 100 it is coming back .
please give the solution ASAP.
Regards,
Ramprasad
hi all,
i created one screen i.e 100. i assigned menu bar.
from screen 100 im calling screen 200 for display list.
in the PBO of screen 200 i written like this
supress dialog.
leave to list-processing and return screen 0,
but im unable to come out of the screen.
if romove the menu for screen 100 it is coming back .
please give the solution ASAP.
Regards,
Ramprasad
2007 Nov 08 11:42 PM
Sounds like you need to set a new PF-STATUS before the "leave to list-processing"...? You can then add a "at user-command." in your *TOP include for the module pool where you can handle any functions selected from the list.
Jonathan
2007 Nov 10 12:12 AM
Hi Ram
try using below statments
leave to screen 100.
set screen 100.
Reward if it helps,
Satish
2007 Nov 10 6:29 AM
2007 Nov 13 4:06 AM
Hi Ram,
Try this.
leave to screen 0.
set screen 0.
Reward If Useful.
Regards,
Chitra