Application Development 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: 

modal dialog

Former Member
0 Kudos

what is modal dialog?

plz reply...........

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Modal Dialog box is just another type of screen.

When u goto transaction SE51 --> there are 4 types of screen it shows. Modal Dialog box is one of them.

Actually this screen comes as a popup in from of the user in with which user can interact.

But just like a subscreen, modal dialog box also requires a base screen on which it is called.

Regards,

Himanshu.

3 REPLIES 3

Former Member
0 Kudos

hI

<b>Screen type for modal dialog box</b>

If you activate this attribute, the screen is used as a modal dialog box. In the program, you call the screen with

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.

To call a Modal dialog Screen use the statement:

CALL SCREEN <NO> STARTING AT 2 5 ENDING AT 40 20.

<b>REWARD IF USEFULL</b>

Former Member
0 Kudos

Hi,

Modal Dialog box is just another type of screen.

When u goto transaction SE51 --> there are 4 types of screen it shows. Modal Dialog box is one of them.

Actually this screen comes as a popup in from of the user in with which user can interact.

But just like a subscreen, modal dialog box also requires a base screen on which it is called.

Regards,

Himanshu.

Former Member
0 Kudos

Hi,

Modal dialog box is a screen displayed as a pop-up and called using:

Call screen 9003 starting at 10 10.

In the attributes define as modal dialog box

Regards,

Anju