Show TOC Start of Content Area

Procedure documentation Setting Up the Web Dynpro DC Project  Locate the document in its SAP Library structure

 

Procedure

Creating a Web Dynpro DC

       1.      Choose the menu path FileNewProject to start the New Project Wizard.

       2.      Expand the Development Infrastructure and select Development Component. Choose Next.

       3.      Expand the root node with the vendor ID (for example: sap.com ) and select Web Dynpro. Choose Next.

       4.      Expand the node Local Development and select MyComponents[demo.sap.com]. Choose Next.

       5.      Enter wdstuds in the Name field to specify the name of the DC. Leave the other settings unchanged and choose Finish.

Specifying Dependences

       6.      In the context menu of the Web Dynpro project choose Development ComponentComponent Properties.

       7.      Choose Dependencies → Add…

       8.      Expand the MyComponents[demo.sap.com] and select the studsapp project. Choose Finish.

This graphic is explained in the accompanying text

Defining the Basic Project Structure

       9.      Expand the Web Dynpro node in the structure of the project.

   10.      To start the relevant wizard, open the context menu of the Applications node and choose Create Application.

   11.      Enter a name for your Web Dynpro application, such as StudsWDApp, and specify the package name for the Java classes will be generated. Then choose Next.

   12.      Accept the selection Create a new component and choose Next again.

   13.      Accept also the predefined settings for the window, the interface view, and the startup plug. Choose Finish.

Result

The project structure you have created includes all the elements that enable you to define the specific functions of an Web Dynpro client application.

Next Step

Creating the EJB Model

 

 

End of Content Area