Show TOC

Procedure documentationImplementing Custom Automatic Activities Locate this document in the navigation structure

 

To add a custom automatic activity to a guided procedure, create an implementing class.

Procedure

  1. Call transaction SE80.

  2. Create an implementing class, inheriting from the CL_SISE_ACTIVITY_AUTO class.

  3. Ensure the implementing class implements the EXECUTE_CONFIGURATION method.

For more information, see the sample implementation in class CL_GPA_ACTIVITY_AUTO.

More Information

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