Creating an Input Data Form
Use
In the second step of the process the user enters data, which is used in the next step of the process. For example, the input form can contain fields for the first and the last name of the applicant, and for his or her education and spoken languages.
To provide the input form, you can use one of the Web Dynpro components that Guided Procedures (GP) provides. You expose it as a callable object, and then attach it to an action.
Procedure
Creating a Callable Object
- Launch GP design time and choose Create Callable Object from the contextual panel.
- Enter the following data:
- Type - select Forms → Data Input Form
- Name - enter CO 2: Data Input
- Description - enter a brief description of the callable object; for example, Data input
- Original Language - choose English
- Location - choose My First Process
- Choose Next.
- Choose Insert Newto enter an output parameter for the form. Add the following parameters:
- First Name - a parameter of type String; its value is required
- Last Name - a parameter of type String; its value is required
- Education - a parameter of type String
- Languages - a parameter of type Structure
- Select the Languagesparameter and choose Insert Childto create subentries for the structure. For example, you can define entries for English and German, as well as an additional field Otherwhere the applicant can enter the other languages he or she knows.
- Choose Insert Newto enter an output parameter for the form. Add the following parameters:
- Choose Next and then Finish and Open.
The design time for the callable object opens.
- Choose
(Activate).
Creating an Action
- Return to the gallery and choose Create Action from the contextual panel.
- Enter the following data:
- Name - for example, Enter Data
- Description - enter a brief description of the action; for example, Enter Data
- Original Language - select English
- Folder - select My First Process
- Make sure you select Callable Object for Execution from the Item dropdown list, and choose
(Insert). - Browse to select CO 2: Data Input e.
To confirm, choose Select.
- Choose
(Activate).
Result
You have implemented the action that represents the second step in the process.
Before you implement the last step of the process, you must set up the templates used when the system sends e-mails.