Creating and Configuring the Web Dynpro Project
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
- 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:
- Under Local Development, select software component My Components, open the context menu and choose New → Development Component.
- In the New Development Component (Project) dialog, select the Web Dynpro type, provide the relevant details for the component, and choose Next and Finish.
- 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.
- Choose Finish.
A library reference to caf/eu/gp/api is automatically added.
- 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