Setting Up Your Project
Whenever you use the Guided Procedures application interfaces (GP API) to develop the functionality of your composite applications, you must set up the required dependencies for your project first, so that you can implement and use the API.
1. Decide which development component type you need to use and create the relevant development component project.
For example, if you choose to implement a Web Dynpro application, create a new Web Dynpro type development component project.
2. Add a build-time dependency to the following DCs:
¡ caf/eu/gp/api (public part external) in software component SAP-EU
¡ com.sap.security.api.sda in software component SAP-JEE_1
3. If you implement the function in a Web Dynpro project, select your project, open the context menu and choose Properties. Open Web Dynpro References ® Library References and add a new reference to caf/eu/gp/api.
4. Create a component of the relevant type, that is, a Web Dynpro component, or a Java class.
