!--a11y-->
Importing the Project Template 
So that you can continue with the tutorial, the SAP Developer Network (SDN) provides:
· The project template TutWD_Table_Init (the starting point for this tutorial)
· The Web Dynpro project TutWD_Table, which corresponds to the result at the end of this tutorial
· The text of this tutorial as PDF file
· You have access to the SAP Developer Network.
· You have installed the SAP NetWeaver Developer Studio.
...
1. Log on to the SAP Developer Network through URL http://sdn.sap.com. If you do not have a user ID, you must register before you can proceed.
2. Choose Home ® Developer Areas ® Web Application Server ® Web Dynpro and then Code Samples ® Sample Applications and Tutorials.
3. Download the zip file TutWD_Table_Init.zip containing the project template TutWD_Table_Init and save the zip file to any directory on your local hard disk or directly in the work area of the SAP NetWeaver Developer Studio.
4. Unpack the content of the ZIP file TutWD_Table_Init.zip.
5. Start the SAP NetWeaver Developer Studio.
6. Import the Web Dynpro project TutWD_Table_Init
a. In the menu, choose File à Import…
b. In the next window, choose Existing Project into Workspace and click Next to confirm.
c. Choose Browse, open the folder in which you unpacked the project TutWD_Approval_Init, and select the project.
d. Confirm by choosing Finish
Now you can open the following structure of the project TutWD_Table_Init in the Web Dynpro Explorer.
Web Dynpro Project Structure |
|
|
|
The required views are embedded in the MasterDetail viewset.
|
This view is provided for displaying the table with the products. |
This view is provided for displaying the detailed data of a selected product. |
In the window, both views are embedded as view set. |

The Web Dynpro project TutWD_Table_Init can already be run in the Web browser, but no content is displayed yet on the user interface.
Creating the Component Controller Contexts