Procedure documentationDefining the Standard Task "Create SAPscript Text" Locate this document in the navigation structure

Procedure

  1. Choose   Tools   Business Workflow   Development   Tasks/Task Groups   Create  .

  2. Select Standard task in the list field Task and then .

  3. Enter the following data:

    • Abbreviation: Any abbreviation from your namespace

    • Name: Any task description

    • Work item text: Any text to identify the work item in the Business Workplace

    • Object Type: STD_TEXT

    • Method: CREATE

  4. Choose .

Agent assignment
  1. Choose   Additional Data   Agent Assignment   Maintain   to specify the possible agents for this single-step task.

  2. Choose .

Result

You have defined a single-step task that enables a SAPscript text to be created when it is executed.

This creates an object of the type STD_TEXT (SAPscript standard text). The reference to this object is stored in the container element _WI_Object_ID of the task container after execution of the method.

If you use this task as an activity in a workflow definition, you must pass this reference in the binding from the task container to the workflow container. To do this you require a container element in the workflow container with a data type reference to the object type STD_TEXT.

Note Note

This text is displayed in another single-step task Display Standard Text. Therefore this single-step task should really only be used as a step in a workflow definition.

End of the note.