cancel
Showing results for 
Search instead for 
Did you mean: 

Issue Regarding Modal Dialog Box

former_member226225
Contributor
0 Kudos

Hi Friends,

                can anybody differentiate  the differnces between Modal Dialog Box and Modeless Dialog Box.

Thanks,

Raghunadh Kodali.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raghunath.

Modal dialog box is one which you must close to perform other operations on the screen. You must respond to the dialog box. When the dialog box is open you can not do any other work on the screen.

In Modaless dialog, you can do other work when it is open. It is not a necessary that you have to respond to that dialog box to do other work.

Regards,

Fareez

former_member226225
Contributor
0 Kudos

Ok Fareez,

              

             can you give the code how to create the modeless dialog box in webdynpro,

   

Thanks,

Raghunadh.

Former Member
0 Kudos

Here is the code,

By default modal parameter is abap_true which means its modal dialog box

Regards,

Fareez

Former Member
0 Kudos

Please close the thread if you found the answer.

Regards,

Fareez