‎2008 Mar 10 8:02 AM
Hi,
I have to trigger a workflow through a portal screen.So for that I have to define my own function module which will have the event name to trigger that workflow.Also the event needs to be defined. Can anyone plz help me with the coding of such a function module?
‎2008 Mar 10 8:13 AM
‎2008 Mar 10 8:13 AM
‎2008 Mar 10 8:16 AM
hi,
Use SWW_WI_START_SIMPLE by passing Workflow task name and any container values required in workflow.
or u can use FM SAP_WAPI_START_WORKFLOW.
Hope this helps, Do reward.