Show TOC Start of Content Area

Procedure documentation Creating and Configuring the Web Dynpro Project  Locate the document in its SAP Library structure

Use

To be able to implement a Web Dynpro component that can be used with Guided Procedures, you must set up your Web Dynpro project correctly.

Procedure

...

       1.      Open the Development Infrastructure perspective of the SAP NetWeaver Developer Studio (NWDS) and in the Component Browser view, create a local development component project of type Web Dynpro:

                            a.      Under Local Development, select software component My Components, open the context menu and choose New Development Component.

Note

You can also create your own software component and use it when developing DCs. In both cases, make sure that you have added the relevant dependencies to the software components you intend to use in your project. You do this in the Dependencies tab page of the software component.

                            b.      In the New Development Component (Project) dialog, select the Web Dynpro type, provide the relevant details for the component, and choose Next and Finish.

       2.      In the Component Properties view of the component, open the Dependencies tab page and add the following DCs:

¡        Local Development  GP-CORE  caf/eu/gp/api/wd (public part GPWebDynproCO) 

¡        Local Development  GP-CORE  caf/eu/gp/api (public part external)

¡        Local Development  ENGFACADE  tc/je/usermanagement/api (public part api)

Choose Next and make sure that Deploy Time and Run Time are selected for each DC, and Build Time is selected for each of the public parts listed above.

       3.      Choose Finish.

A library reference to caf/eu/gp/api is automatically added.

       4.      Save the project.

Result

You have created and set up the project in which you will develop your callable object.

Now continue with implementing the Web Dynpro component.

More Information

Implementing a Web Dynpro Component

Setting Up Your Project

End of Content Area