2007 Mar 14 4:55 AM
hello experts,
Can anyone tell me the differnece between the modal dialog box screen and normal screen in dialog programming. I tried with both types of screens and could not find any difference between them. Can you tell me the actual difference and where it is applicable..
2007 Mar 14 5:01 AM
A normal screen occupies a whole GUI window. Modal dialog boxes only cover a part of a GUI window. Their interface elements are also arranged differently. A subscreen is a screen that you can display in a subscreen area on a different screen in the same ABAP program.
reward if it helps u..
sai ramesh
2007 Mar 14 5:01 AM
A normal screen occupies a whole GUI window. Modal dialog boxes only cover a part of a GUI window. Their interface elements are also arranged differently. A subscreen is a screen that you can display in a subscreen area on a different screen in the same ABAP program.
reward if it helps u..
sai ramesh
2007 Mar 14 5:01 AM
when u specify a screen as modal dialog box while creating it will be displayed as popup when that screen is called, which is different from normal screen
2007 Mar 14 5:10 AM