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

dialog programming - bring screen in front

Former Member
0 Likes
664

I have a requirement where I am supposed to call a module pool screen in search help exit of material using call transaction. It is working when i use F4 help from MM03, but when i am using the same search help from a custom sceen, the new screen opens behind the F4 help screen. Is there a way i can bring that screen in front?

Thanks,

HD

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Hi,

try the following:

In SE51 of your screen select screen attributes and change screen type to Modal dialog box Then it should come to front!

Regards,

Klaus

2 REPLIES 2
Read only

Former Member
0 Likes
628

Hi,

try the following:

In SE51 of your screen select screen attributes and change screen type to Modal dialog box Then it should come to front!

Regards,

Klaus

Read only

0 Likes
627

Currently screen type is selection screen and it does not allow me to change it to modal dialog.