Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

workflow not triggerd

Former Member
0 Likes
421

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

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
385

hi

i think you may be configured as the responsible agent in the workflow..

Cheers,

Abdul Hakim

Read only

0 Likes
385

Check the answers given in th BPM forum

Read only

Former Member
0 Likes
385

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