
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.
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.
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.
A library reference to caf/eu/gp/api is automatically added.
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