<?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 Re: terminating event deactivation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434500#M544418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jimbo , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to de activate a terminating event of a single step standard task ,but i am not able to .&lt;/P&gt;&lt;P&gt;i have removed the event linkage in tcode SWEINST , but still it is activated when checked in SWU0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLzz let me know  some tcode or program where in I can &amp;lt;b&amp;gt;de activate a terminating event .&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 11:23:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T11:23:54Z</dc:date>
    <item>
      <title>terminating event deactivation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434497#M544415</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;There is an terminating event of a task in a workflow builder which is activated .&lt;/P&gt;&lt;P&gt;Can someone please suggest some tcodes from where the terminating events are displayed and can be deactivated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please let me know does the tcode SWETYPV display only triggering events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ankita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 11:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434497#M544415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: terminating event deactivation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434498#M544416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The transaction SWETYPV only shows the Triggering Events for a workflow. This has got no check for the terminating events. I am pretty sure on this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regarding the first question: I am also searching for same, if i get a clue i shall reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Goutham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434498#M544416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: terminating event deactivation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434499#M544417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;Your question is a bit unclear. What do you want to do exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example say you have defined a task Change sales Order as ASYNCHRONOUS. This means that the workflow task won't complete until you raise a terminating event -- this event will be defined in the workflow.&lt;/P&gt;&lt;P&gt;So say a user OUTSIDE the workflow changes a sales order via VA02  you (or the transaction) needs to set an event  SALES ORDER CHANGED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done via Change docs SWEC (not my favorite way but can be useful), or for a lot of standard SAP business objects via SWE3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are lucky you might find an event already defined in the appropriate business object (look at transaction SWE3 as stated above) in which case just call the method you want to execute when  the terminating event is raised by the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For custom (i.e non SAP standard transactions) you can raise an event quite easily using Function Module  SAP_WAPI_CREATE_EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when the action occurs that you want to use to terminate the workflow just include that FM in your method in a Business object or class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without knowing what you want to do it's a bit hard to be more helpful - if you explain the problem more clearly we can give some code  examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jimbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434499#M544417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T07:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: terminating event deactivation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434500#M544418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jimbo , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to de activate a terminating event of a single step standard task ,but i am not able to .&lt;/P&gt;&lt;P&gt;i have removed the event linkage in tcode SWEINST , but still it is activated when checked in SWU0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLzz let me know  some tcode or program where in I can &amp;lt;b&amp;gt;de activate a terminating event .&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 11:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434500#M544418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: terminating event deactivation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434501#M544419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can deactivate the terminating event in the task definition screen PFTC. SAP specifically mentions that you should not deactivate the linkage using SWE3 or SWEISNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, go to PFTC and display the task. Then, under the "Terminating Events" tab, deactivate the linkage. This should take care of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 14:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminating-event-deactivation/m-p/2434501#M544419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T14:34:07Z</dc:date>
    </item>
  </channel>
</rss>

