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

Popup window

Former Member
0 Likes
427

I need to show in a popup window several vars. These vars must be edited for the user.

I try to use functions with pattern popup* but can't allow me do this.

Somebody knows a way to do this easily?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

If I properly understand, you want to show a popup window having your own fields. <i>I do not understand what do you mean by 'vars'.</i>

If you have your own screen, that you need to display, create the screen for e.g. 9000 as modal dialog box and then later you can call using:

CALL SCREEN  STARTING AT  <top left>
                   ENDING   AT  <bottom right>.

To create a screen as modal dialog box, go to SE51, enter program name, screen number and in the attributes tab change screen type to Modal Dialog Box.

Regards,

Subramanian V.

1 REPLY 1
Read only

Former Member
0 Likes
363

If I properly understand, you want to show a popup window having your own fields. <i>I do not understand what do you mean by 'vars'.</i>

If you have your own screen, that you need to display, create the screen for e.g. 9000 as modal dialog box and then later you can call using:

CALL SCREEN  STARTING AT  <top left>
                   ENDING   AT  <bottom right>.

To create a screen as modal dialog box, go to SE51, enter program name, screen number and in the attributes tab change screen type to Modal Dialog Box.

Regards,

Subramanian V.