Show TOC

Procedure documentationImplementing Custom Manual Activities

 

To create a custom manual activity, for example to redirect the user to another link, you can implement custom classes.

Procedure

  1. Ensure the custom class meets the following requirements:

    • It inherits from CL_SISE_ACTIVITY_MANUAL.

    • It implements the method GET_NAV_LINK.

    For a sample implementation, see CL_SISE_ACT_MANUAL_AGS.

    Note Note

    One class can call several automated activities. You must implement only one class for all activity calls.

    End of the note.

More Information

For more information about integrating the custom manual activity in a step your guided procedure, see Maintaining and Activating a Guided Procedure.