Show TOC

Procedure documentationCreating a Modal Window Using UI Snippets in Web Dynpro Locate this document in the navigation structure

 

You use this procedure to create a modal window. This is often used to display a dialog box with the help of the available UI snippets in Web Dynpro.

Prerequisites

  • You have created a Web Dynpro development component.

    For more information, see Creating a Web Dynpro DC

  • You have created a Web Dynpro component, window, and views.

    For more information, see Creating Components

  • You have created an additional Window.

    For more information, see Adding Windows

Procedure

  1. In the Web Dynpro perspective, choose   Windows   Show Views   Snippets  

  2. Drag the Modal Window snippet and drop it on the View Designer.

  3. In the Insert Snippet: Modal Window, select the window you wish to navigate to, enter the necessary details, and choose Insert.

    The system creates a modal window on the view. You can access this window at runtime using the corresponding button.

    Note Note

    The system allows you to select only one window in the option Insert Snippet: Modal Window.

    End of the note.