<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Workflow problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092558#M435218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Where we have to do the changes that i am not able to find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know which setting need to carried out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 14:03:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-03T14:03:39Z</dc:date>
    <item>
      <title>Workflow problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092558#M435218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Where we have to do the changes that i am not able to find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know which setting need to carried out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 14:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092558#M435218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092559#M435219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can achieve this by writing some code in the Copied Business object BUS2012 program  of PO  for a triggering event of a method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 14:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092559#M435219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T14:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092560#M435220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make changes in your workflow itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto the transaction SWEL and execute the event which will&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;or task name.&lt;/P&gt;&lt;P&gt;Goto copy this number and goto PFTC transaction,here give the number and &lt;/P&gt;&lt;P&gt;find the corresponding send mail step and modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramganesan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 14:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092560#M435220</guid>
      <dc:creator>former_member189631</dc:creator>
      <dc:date>2007-04-03T14:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092561#M435221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 14:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-problem/m-p/2092561#M435221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T14:28:06Z</dc:date>
    </item>
  </channel>
</rss>

