Defining a Task to be Executed as a Web Form 
Prerequisites
You have defined a workflow and now want to add a single-step task that can be processed with a Web form.

The part of the task definition that is relevant to forms essentially entails
Procedure
Defining the Form Task
Then choose Task
® Create.Enter
FORM as the object type and HTMLProcess as the object method.Extending the Container Definition
You can add other container elements to a container as form-specific extensions. The contents of these elements can then be displayed and edited in the fields on the form. All of the data that is to be displayed to the form user must exist as container elements in the task container.
You can only transfer single values (not object references) from the form. If you want to add container elements for this purpose, therefore, you must always create them with a data type reference to a table field in the dictionary.
When generating the HTML template in the SAP@WebStudio the container element name is also used as the name of the display-/input field.
It is therefore recommended that you choose "meaningful" names (although the HTML templates can of course be processed at any time).


Note that when later changes are made to the name of container elements, the web transaction must be regenerated.
Further Procedure
Complete the task definition: