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 .
-
Describe the event to be triggered with object type and event ID.
-
Enter an object key so that the event is generated for a unique object.
-
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 ( ) 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.
-
Select Create Event.

