!--a11y-->
Creating a Simple Web Dynpro
Application 
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:

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.
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
Create
the first Web
Dynpro project.
