
In Guided Procedures (GP), you can transfer forms in two ways:
The form is transferred through the HTTP protocol. This enables the user to submit data back to the GP framework using a Servlet on the GP side that receives the data and sends it for further processing.
More information: Enabling Form Submission Using HTTP
The form can initially be accessed through the HTTP protocol. After the form is processed, it is sent back to a recipient's mailbox as an e-mail attachment.
More information: Enabling Form Submission Using SMTP
If you want to edit your form in offline mode, you use an asynchronous connection. To do this, you configure the adapter communication data. An adapter is a module ensuring the connection between the GP framework and the service that provides the form (such as ADS).
You can use more than one communication connection setting of an adapter at the same time for different composite forms.
If you are using interactive forms migrated from SAP NetWeaver 7.0 to SAP Composition Environment, you may also see adapter.adobe in the adapter list. This adapter can have only one active communication connection setting and it is used by all interactive forms.
Set the following parameters:
Overview of Adapter Parameters for Forms
| Parameter | Description |
|---|---|
|
Name |
Enter a unique name for the communication connection setting. Note
To edit the name of a communication setting, it should not be used by a callable object or composite form. |
|
Protocol |
Choose between the following e-mail protocols:
|
|
Server |
Enter the mail server to receive the form. |
|
Folder Name |
Enter the target folder of your e-mail program, such as Test folder . |
|
User name |
Enter the username of the mailbox account. |
|
Password |
Enter the account password. |
|
Confirm |
Confirm the account password. |
|
Client |
Enter the name part of your e-mail address, that is, everything that comes before the at sign (@). Tip
john.smith |
|
Domain |
Enter the domain part of your e-mail address, that is, everything following the at sign (@). Tip
@company.com |
If you have selected the adapter.adobe from the adapter list, the Name and Default columns are not visible because you can choose only one communication setting from the communication settings list that is used by all interactive forms. Using multiple communication settings at the same time is only supported by the template.PDF adapter based on Java for composite forms.
You cannot delete a communication setting that is the default one or is in use by a callable object or a composite form.
More Information
Creating and Configuring Forms
Exposing Composite Forms as Callable Objects