!--a11y-->
Specifying the Project Structure 
To prepare the further procedure in the SAP NetWeaver Developer Studio, specify the following project structure for the example application of the value selector: Choose the menu option File ® New ® Web Dynpro Project.
...
1.
Web-Dynpro-Project (menu option File ® New ® Web Dynpro Project):
Name: WebDynpro_Valuehelp
2.
Web-Dynpro-Application:
Name: ValuehelpApp
Package: com.sap.tc.webdynpro.tutorials.valuehelp
Authentication: false
Choose the pushbutton Next and then the radio button Create a
new component:
a.
Web-Dynpro-Component:
Component Name: Valuehelp
Component Package: com.sap.tc.webdynpro.tutorials.valuehelp
b.
Web-Dynpro-Window:
Window Name: Valuehelp
Window Package: com.sap.tc.webdynpro.tutorials.valuehelp
c.
Web-Dynpro-View:
Select the checkbox Embed new View.
View Name: Main
View Package: com.sap.tc.webdynpro.tutorials.valuehelp
With the exception of the names, this project structure is identical to the
one defined under Creating a Simple
Value Selector.
In the next step, you can easily insert a simple value
selector into the Main view.