!--a11y-->
Dialog Boxes in Web Dynpro
Applications
In this tutorial, you use a few steps to create a Web Dynpro application that uses various types of dialog box.
In the tutorial project TutWD_Popup_Init, the starting point is the application for sending an e-mail. This application contains an input form for the e-mail addresses of the sender and the recipient, the subject, and the text.
The task of this tutorial is to assign functions to the To, Search (Google), and Send Email pushbuttons (see figure).
If you choose To, a new Web Dynpro window containing a simple address book is displayed in a dialog box. If you select an address in this dialog box, this is written to the input field for the recipient address.
If you choose Search (Google), an external window, which is assigned a URL address (for example, http://www.google.de), opens.
If you choose Send Email, a confirmation dialog box containing two pushbuttons appears. Ok closes the dialog box and new email closes the dialog box and deletes the content of the input form.

When you have completed the described procedure, you will be able to:
|
! |
Display a Web Dynpro window in a dialog box |
|
! |
Open an external window in a Web Dynpro application |
|
! |
Create a confirmation dialog box |
Prerequisites
Systems, Installations, and
Authorizations
· The SAP NetWeaver Developer Studio is installed on your PC.
· You have access to the SAP J2EE Engine.
· Basic knowledge of the Java programming language
· Knowledge of programming of Web Dynpro applications
Next step:
