Hi all,
I have a screen 100 and from i going to modal dialog screen 200 and based on selection on screen i go to screen 300 i.e i input in screen 200 and press enter ,it would take me to screen 300 .
in pai of screen 100
leave to screen 200
leave to screen 300
in pai of screen 200
leave to screen 0
now it comes to screen 100 pai not pbo and leaves to screen 300.
but i have x symbol on the on the modal dialog when i press that i don't want to go to screen 300, i just want to close the modal dialog screen
so in pai of screen 200
i had when sy-ucomm = 'exit'.
leave to screen 100.
now it goes to pbo of screen 100 but it doesn't close the modal dialog and the screen 200 becomes a copy of screen 100 and stays above screen 100.
Is there any command where i can leave to pbo and close the modal dialog box.
Thanks
Kajol