‎2007 Jun 16 7:07 PM
Hi!
what all the diff types of screens in dialog programming?
Thanks
‎2007 Jun 16 7:21 PM
Normal Screen
Sub Screen
Modal dialog Screen
Goto SE80 & create a screen in module pool program. You will find all types of screens.
Reward if its useful.
‎2007 Jun 16 7:21 PM
Normal Screen
Sub Screen
Modal dialog Screen
Goto SE80 & create a screen in module pool program. You will find all types of screens.
Reward if its useful.
‎2007 Jun 16 7:25 PM
‎2007 Jun 16 7:33 PM
Modal dialog screen appears like a POP-UP.
It will not occupy the whole window, it only cover a part of
a GUI window. You can specify the X,Y co-ordinates.
<b>
Syntax:</b>
CALL SCREEN <scrn>
STARTING AT <X1> <Y1>
ENDING AT <X2> <Y2>.
Regards,
Sail
‎2007 Jun 16 7:47 PM