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 Configurations Perspective of the SAP NetWeaver Developer Studio (NWDS) and in the Local DCs view, create a local development component project of type Web Dynpro:

                            a.      Under Local Development, select My Components, open the context menu and choose Create New DC.

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

       2.      In the Web Dynpro Explorer of the Web Dynpro Perspective, expand the node DC MetaData DC Definition, and select Used DCs.

                            a.      To create a DC dependency, open the context menu and choose Add Used DC.

                            b.      Select Local Development  SAP-EU  caf/eu/gp/api/wd  DC MetaData  Public Parts  GPWebDynproCO. For Dependency Type, select Build Time, Design Time, and Run Time. Choose weak from the dropdown list.

                            c.      Repeat the previous step to define a dependency to DCs SAP-EU caf/eu/gp/api (public part external) and SAP-JEE com.sap.security.api.sda (public part default).

       3.      Select your Web Dynpro project and open its context menu. Choose Properties.

       4.      Choose Web Dynpro References  Library References.

       5.      Add a reference for library caf/eu/gp/api.

       6.      To save the project, choose This graphic is explained in the accompanying text (Save All Metadata).

Result

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

Now continue with Implementing a Web Dynpro Component .

 

End of Content Area