2008 Jul 09 8:31 AM
Hi Experts,
I created a main program in se38.
I called a screen 100(that is module pool program).
in that i called dialog box. If i press ok in the dialog box i should come to screen 100
but it is gooing to screen 1000 that is main program.
Syntax i writen in dialog box is LEAVE TO SCREEN 0.
plz reply as soon as possible.
Hi Experts,
I created a main program in se38.
I called a screen 100(that is module pool program).
in that i called dialog box. If i press ok in the dialog box i should come to screen 100
but it is gooing to screen 1000 that is main program.
Syntax i writen in dialog box is LEAVE TO SCREEN 0.
plz reply as soon as possible.
2008 Jul 09 8:35 AM
2008 Jul 09 8:39 AM
hiii
leave to screen 0 means it will give you a first screen after execution you got.if you want to go directly to any screen then just use
call screen 100.
regards
twinkal
2008 Jul 09 8:40 AM
HI,
again call screen '100'.
otherwise leave to screen '100'.
or set screen ''100'.
regards.
sriram.
2008 Jul 09 9:32 AM
Hi,
You should use CALL SCREEN '0100'. It will take you to 100 screen.
or
You can use LEAVE TO SCREEN '0100'. It will LEAVE the current screen and take you to the screen 100.
With Regards,
Rupinder
2008 Aug 04 1:57 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |