‎2005 Jun 28 9:30 AM
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?
‎2005 Jun 28 9:42 AM
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.
‎2005 Jun 28 9:42 AM
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.