Creation of Events for Test Purposes

Use

You can use this function to create an event for test purposes. This can be used, for example, to start a task or a workflow via an event, and hence check the definition and functionality of triggering events.

Activities

To create an event for test purposes, choose Start of the navigation pathTools Next navigation step Business Workflow Next navigation step Development Next navigation step Utilities Next navigation step Events Next navigation step Create EventEnd of the navigation path.

  1. Describe the event to be triggered with object type and event ID.

  2. Enter an object key so that the event is generated for a unique object.

  3. Decide how the receiver function module is to be called:

    Trigger receiver FM with delay

    The system calls the receiver function module as a tRFC with a delay of 10 minutes. In the meantime, you can call the tRFC log under your name ( Start of the navigation pathEnvironment Next navigation step RFC QueueEnd of the navigation path) in order to call the receiver function module in the debugger from there. The call is then made in a separate logical context.

    Trigger receiver FM synchronously

    The system calls the receiver function module synchronously. You have the opportunity to trace the determination of the receiver (search in linkage table) and the call to the receiver function module in the debugger, and to branch to the receiver called.

    Activate the debugging mode via the OK code /h before triggering the event.

  4. Select Create Event.