Entering content frameProcedure documentation Starting a Task with a Web Form Locate the document in its SAP Library structure

Prerequisites

You have developed an Internet Service with the four HTML templates for starting workflows or tasks or executing work items. You have also edited the HTML templates (if necessary) to design your own individual Web form.

Procedure

  1. Open your Internet browser.
  2. Call the ITS service. The URL must have the following structure:
  3. Syntax

    http://<ITS-Server>/scripts/wgate/<webtransaction>/!?WEB_FLAG=X&~OkCode=CONT

    <ITS-Server> is the name of your Internet Transaction Server.

    <webtransaction> is replaced with the name of your web transaction.

    WEB_FLAG=X is the transaction that is executed using a Web form.

    ~OkCode=CONT - the initial screen (screen 50) is skipped.

    The form with the input fields is displayed.

  4. Edit the form.
  5. Transfer the form to the SAP System using the function provided (usually by clicking a pushbutton).

A success message is then displayed informing you of the work item ID of the workflow or task started.

Leaving content frame