‎2009 Feb 11 3:31 AM
Hi Friends,
I am trying to trigger a custom Workflow using BAPI from external system for Intra country transfer/.
Can you please suggest how do I do that .
Many Thanks.
Regards,
Rajesh
‎2009 Feb 11 3:32 AM
I came to know that SWE_EVENT_CREATE can help me.I am not getting the link between event and workflow.
Please help me guys.
Regards,
Rajesh
‎2010 Feb 26 9:14 AM
Start transaction SWETYPV and you will see the linkage between event and workflow.
In transaction SWUD you can simulate events to see whether the workflow starts without any errors.
In transaction SWELS you can start an event trace to see which events have been raised. Later on you can review this log using transaction SWEL.
‎2010 Feb 26 9:25 AM
As an alternative you could start the workflow directly - without an event. From external systems this could be done via SAP_WAPI_START_WORKFLOW. From within the SAP system use SWW_WI_START_SIMPLE or SWW_WI_START.