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

Doubt On Screen Processing

Former Member
0 Likes
722

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.

5 REPLIES 5
Read only

Former Member
0 Likes
699

Hi:

[Link|http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbabfe35c111d1829f0000e829fbfe/frameset.htm]

Regards

Shashi

Read only

Former Member
0 Likes
699

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.

Read only

qamar_javed
Participant
0 Likes
699
Read only

qamar_javed
Participant
0 Likes
699

Hi,

If you have got your answer mark this thread as answered.

Regards,

Qamar

Read only

Former Member
0 Likes
699

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