‎2006 Aug 23 11:02 PM
hi guys,
i am triggering workflow from report. when i am execute the report from my user name then the workflow is triggering.
but when i am executeing the report diffrent SAP user it is not triggering(any other).
why it is happens like that?
i am using sap_wapi_create_event FM.
pls give me solution.
Thanks
Sankar
Message was edited by: sankar surya
‎2006 Aug 23 11:04 PM
hi
i think you may be configured as the responsible agent in the workflow..
Cheers,
Abdul Hakim
‎2006 Aug 24 9:42 AM
‎2006 Aug 24 10:00 AM
Keep the answers above into account.
Another hint: If you like to start the workflow directly from a report, you can use the function module SWW_WI_START or SWW_WI_START_SIMPLE. This avoid the overhead used by the event-manager, because the event-manager isn't used.
Best regards
Elmar Vogt