
You can validate the output of the composite form. For example, you can use an RFC-enabled function module to check if the form input is consistent with the data required.
The validation of the composite form input is implemented by mapping the parameters of the form to the input parameters of the relevant validation service.
The GP framework provides an error handling mechanism that enables you to automatically send an e-mail message to the step processor if an error occurs.
To use a service for validation, you must have exposed it as a callable object.
More information: Creating Callable Objects in the GP Design Time
The definition of form validation is part of the procedure for exposing the form as a callable object.
To enable form validation:
If you want to edit an existing form, in the gallery, select the relevant form object and open its design time. Then switch to edit mode, and open the Validation tab page.
Once you create the composite form, you can view validation service definitions and mappings on the Validation tab page of the form design time. You can also edit services by toggling edit mode