Entering content frame

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

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.

 

Leaving content frame