Implementing and Exposing a Web Dynpro as a Callable Object
Purpose
In this tutorial you learn how to provide a Web Dynpro application that can be used to complete a simple task within a business process modeled with Guided Procedures.
You do this by creating a local Web Dynpro component, which, in our example, should read the following data about an existing system user, whose details are provided in User Management:
- First name
- Last name
- Telephone number
- Fax number
Prerequisites
- You are familiar with the basic principles of Java programming.
- You have an overview of Web Dynpro programming.
Process Flow
To implement a Web Dynpro callable object, you must:
- Create and configure the Web Dynpro project
- Implement the GP interface for Web Dynpro callable objects
- Deploy the Web Dynpro application
- Expose it as a callable object in the GP design time
- Test and activate it.
You start with Creating and Configuring the Web Dynpro Project .