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 problem

Former Member
0 Likes
403

I would like to stop the workflow email for the particular user in his outlook mailbox which are trigerring after one of the event of purchase order.

Where we have to do the changes that i am not able to find out.

Please let me know which setting need to carried out.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
385

Hi,

Can you be a little more elaborative in explaining the issue? i mean to say....on which event the workflow is triggered.is it on creation of a Purchase order or changing the PO. because there are many events available in the Business object BUS2012.

after finding that go to the workflow template that is being triggered and check the task from which the mail is being sent. in the task, you would be able to find the method that is used in that task. in that method, you will be able to change the coding to stop the mail from Workflow.

Regards

Sam

3 REPLIES 3
Read only

Former Member
0 Likes
385

Hi,

You can achieve this by writing some code in the Copied Business object BUS2012 program of PO for a triggering event of a method.

reward if useful

regards,

Anji

Read only

former_member189631
Active Contributor
0 Likes
385

Hi Nilesh,

You can make changes in your workflow itself.

Goto the transaction SWEL and execute the event which will

display all triggered events . In the display list you can find the name of the receiver type for your corresponding event. This Name is nothing bur Workflow

or task name.

Goto copy this number and goto PFTC transaction,here give the number and

find the corresponding send mail step and modify.

Regards,

Ramganesan K.

Read only

Former Member
0 Likes
386

Hi,

Can you be a little more elaborative in explaining the issue? i mean to say....on which event the workflow is triggered.is it on creation of a Purchase order or changing the PO. because there are many events available in the Business object BUS2012.

after finding that go to the workflow template that is being triggered and check the task from which the mail is being sent. in the task, you would be able to find the method that is used in that task. in that method, you will be able to change the coding to stop the mail from Workflow.

Regards

Sam