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: 

how come back from screen

Former Member
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Ram

try using below statments

leave to screen 100.

set screen 100.

Reward if it helps,

Satish

Former Member
0 Kudos

Hi

leave to screen 0

Former Member
0 Kudos

Hi Ram,

Try this.

leave to screen 0.

set screen 0.

Reward If Useful.

Regards,

Chitra