
For the purposes of this tutorial, you create a Data Input Form for entering the user data, which is used in the next step of the process. The input form must contain at least one field for the User ID.
As a basis for the input form, you can use one of the Web Dynpro components available in Guided Procedures (GP). You need to expose it as a callable object, and then attach it to an action.
1. Create the Callable Object
Choose Insert New to enter an output parameter for the form. For example, add User ID of type String. Its value is required.
The design time for the callable object opens.
2. Create the Action
To confirm, choose Select.
You have implemented the action that represents the first step in the process. Your next step is to create an action that handles the exception, defined by the User Details callable object.
More information: Creating an Action to Handle the Exception