Application Development and Automation 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: 
Read only

Modal Dialog Box Screen

Former Member
0 Likes
1,297

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!

4 REPLIES 4
Read only

Former Member
0 Likes
937

What kind of transaction is it?

Rob

Read only

0 Likes
937

The transaction is "Program and screen (dialog transaction)" with screen number 1500 set as the initial screen number.

Read only

0 Likes
937

I implemented someting similar that calls the screen from a FM. It seems to work OK.

Rob

Read only

0 Likes
937

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.