‎2009 Mar 23 10:33 AM
Hi While creating any lay out for screen,
in Attributes tab we have Box called Screen Type.In that screen type we have
Normal
Subscreen
Modal Dialog Box
Selection Screen.
I didnot find any difference if i select Normal or Modal Dialog Box,
Can any one tell me what is the difference.
‎2009 Mar 23 10:36 AM
Hi:
[Link|http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbabfe35c111d1829f0000e829fbfe/frameset.htm]
Regards
Shashi
‎2009 Mar 23 10:59 AM
A normal screen occupies a whole window. A dialog box will only display over part of a window. A subscreen is a screen that you can display in an area within another screen. A selection screen is generated automatically by a report program.
‎2009 Mar 23 11:23 AM
Hi,
Just check this link :
http://help.sap.com/saphelp_nw70/helpdata/en/d1/801ca2454211d189710000e8322d00/frameset.htm
Hope this helps.
Regards,
Qamar
‎2009 Mar 26 7:34 AM
Hi,
If you have got your answer mark this thread as answered.
Regards,
Qamar
‎2009 Mar 26 7:54 AM
Hi ,
normal screen is the default screen.
u call using
call screen number.
ocuupies full window.
modal dialog box occ
occupies a part of window.
call using
CALL SCREEN STARTING AT <top left>
ENDING AT <bottom right>.
Unlike normal pop-ups, a modal dialog box has its own pushbuttons and title. There is no menu bar and command field entries are not possible.
Regards