Start of Content Area

Process documentation Creating a Simple Web Dynpro Application Locate the document in its SAP Library structure

Recommendation

You can download the Web Dynpro project for the current tutorial from the Software Developer Network SDN (sdn.sap.com ® Web Application Server ® Web Dynpro ® Sample Applications and Tutorials) in two versions: one skeleton version you can use for exercises and one final version (solution) for an immediate build, deployment and run on the Java engine of the SAP Web Application Server.

Purpose

To start with, you create your Web Dynpro application using a simple example that illustrates the basic concepts of developing Web applications based on Web Dynpro. The example application should look like this:

This graphic is explained in the accompanying text

The Web Dynpro application consists of only one page, which contains the static part Welcome to Your first Web Dynpro Application and a graphic. Text and graphic are displayed in the Web browser. The text is inserted using a UI element of the type TextView. The graphic is a MIME object, which is inserted using a UI element of the type Image. Both UI elements are inserted into a UI element of the type Group.

Process Flow

The exercises for the introductory example application consist of the following steps:

·        Creating a Web Dynpro Project

·        Creating a Web Dynpro Component

·        Creating and Designing a View

·        Defining a Web Dynpro Window

·        Defining a Web Dynpro Application

·        Deploying a Web Dynpro Project

·        Calling a Web Dynpro Application

·        Displaying the Current Date Using Data Binding

This graphic is explained in the accompanying text Create the first Web Dynpro project.

 

End of Content Area