
Troubleshooting in Workflow Processing
Check the following when errors occur in event-driven workflows:
Is an event generated which starts the task?
For direct inbound processing using ALE (exception handling):
·
If the function module returns the correct workflow parameter?·
If the event is maintained for the corresponding object type in the corresponding ALE table (which can be reached using the inbound process code)?
You can use the ALE consistency check: Tools ® Business Framework ® ALE ® Development ® IDoc ® Inbound processing ® Consistency check and refer to the messages for your process code.
For inbound processing using workflow:
·
Does the implementation program for the processed method call the function module SWE_EVENT_CREATE with the correct event?Does the event have a task as event receiver?