Entering content frameProcedure documentation Creating Web Form Tasks Locate the document in its SAP Library structure

Use

You need a Web Form Task to insert an activity in a workflow that can be executed in the Web Workplace.

Note

The following parts of the task definition characterize a Web form task:

Procedure

Define Web Form Tasks

  1. Choose Tools ® Business Workflow ® Development ® Definition tools ® Tasks/Task groups ® Create.
  2. Choose the type TS for standard task in the Task type field.
  3. Choose This graphic is explained in the accompanying text.
  4. Note

    Alternatively, you can also create a new task from the Workflow Builder. Create a step of the activity type and go to the Control tab page. Here choose This graphic is explained in the accompanying textThis graphic is explained in the accompanying text ® Create task.

  5. Define the basic data of your task.
  6. Enter FORM as the object type and HTMLProcess as the object method.
  7. Extend the container definition

    All of the data that is to be displayed to the form user or changed must exist as container elements in the task container.

  8. Choose This graphic is explained in the accompanying text Container to call the container editor.
  9. The container already contains the standard system elements. To add elements to the container, choose This graphic is explained in the accompanying text.
  10. You can only transfer and display single values (not object references) using a Web 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 ABAP Dictionary.

  11. Set the following indicators for every container element that is to be used on the web form:

Note

If you change a container element that is used on a web form, you have to generate the web transaction again.

Further Procedure

Complete the task definition:

  1. Declare the Possible Agents of the task.
  2. Save the task definition.
Leaving content frame