!--a11y-->
Carrying Out the Initial Steps 
To do this tutorial you first have to carry out the following steps common to all Web Dynpro applications:
· Creating a project
· Creating a component with a window and a view.
· Creating an application
You carry out these steps as described in the standard documentation linked to below. However, make sure that you use the names (for example, for applications and views) suggested below.
...
1. Create a new project as described in Creating a Web Dynpro Project. Call the project SimpleGraphics.
2. Create a component as described in Creating a Web Dynpro Component. Call the component SimpleGraphics and call the component path com.sap.tc.graphics. Call the view SimpleGraphicsView.
3. Create a Web Dynpro application as described in Defining a Web Dynpro Application. Call your application SimpleGraphics. Call the package com.sap.tc.graphics.
You have now carried out the prerequisites for your project. The next step is to insert a business graphic in the view.
