Show TOC

Creating a Simple Flight Info ApplicationLocate this document in the navigation structure

Use

The following tutorial provides you with step-by-step instructions for creating an application that fetches a suitable set of data and displays it in a table when a parameter is passed from a database table. Table SFLIGHT will be used as a sample database table, which you can display beforehand using Transaction SE11.

Note

Your system contains the package SWDP_DEMO_TUTORIALS with a few example applications of differing complexity.

Procedure

Unlike the first tutorial, Creating Your First Web Dynpro Application each individual step is no longer described in detail. It therefore makes sense to go through the tutorial named above before you begin this one.

As before, you have logged on to the system and are in the ABAP Workbench (Transaction SE80). In the object list, choose Web-Dynpro-Comp./Intf..

  1. Enter a new name for your Web Dynpro component and select Display.

  2. On the Create dialog, enter a description for the new component and choose the type Web Dynpro Component.

  3. Confirm the Create dialog and save your new component as a local object (package $TMP).

Part 1: Creating and Editing the Search View"