2010 Jan 07 8:52 PM
Greetings,
I have a Z program where my intial screen is a Modal dialog box called in intially as...
call screen 1500 starting at 10 5
ending at 55 10.
When I run it directly from SE80 it runs fine however when I assign a tcode with the Screen number 1500 and run it from the tcode the float window of dialog box is blown out to full screen. How do maintain that floating box look when using a Modal dialog box as my initial screen?
Many thanks!
Greetings,
I have a Z program where my intial screen is a Modal dialog box called in intially as...
call screen 1500 starting at 10 5
ending at 55 10.
When I run it directly from SE80 it runs fine however when I assign a tcode with the Screen number 1500 and run it from the tcode the float window of dialog box is blown out to full screen. How do maintain that floating box look when using a Modal dialog box as my initial screen?
Many thanks!
2010 Jan 07 9:31 PM
2010 Jan 07 9:37 PM
The transaction is "Program and screen (dialog transaction)" with screen number 1500 set as the initial screen number.
2010 Jan 07 9:53 PM
I implemented someting similar that calls the screen from a FM. It seems to work OK.
Rob
2010 Jan 08 3:30 PM
OK I figured out a work around..
I start with a essentially a blank screen (1400).. with only a PBO module that sets the pf and title and then in that PBO module I do my call of my modal dialog box screen. I set 1400 as the initial screen for my tcode it works great.