<?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>Question Re: Workflow has not been triggered in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240364#M3280167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After several minutes i cant find that API. should i use any transaction to identify the API that is related to the object or WF.?&lt;BR /&gt;moving forward.. in su01 the profile is not define WF-batch but using same function (which the WF is doing fine in other environment) WF-batch profile is also not visible..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 09:22:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-04T09:22:53Z</dc:date>
    <item>
      <title>Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaq-p/9240359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Im currently working with an issue which the workflow has not been triggered at all, what i mean is upon process a workflow must send an email to user pertaining to a change..upon checking my inbox and swia there have been no process found to this transacton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way where i can properly check the worfklow process of triggering events or transaction code that might help me get out with this, ive checke some blog, post and docs, but since im newbie in WF, some notes are not clear to me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any response will be greatly appreciated..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 06:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaq-p/9240359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-04T06:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240360#M3280163</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;&amp;nbsp; There are ways to check what workflows got triggered based on Event Trace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Follow below steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Switch On the Event Trace. Tcode: SWELS&lt;/LI&gt;&lt;LI&gt;Execute the Business Process because of which the workflow has to trigger&lt;/LI&gt;&lt;LI&gt;Once step 2 is complete.. Switch off the Event Trace using same Tcode as in step 1&lt;/LI&gt;&lt;LI&gt;Check the Event Trace list using the Tcode SWUE.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; By this process you will know whether workflow triggered or not provided if there are any events that would trigger the workflow (which already should be maintained in the Workflow Header Data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In addition to that&amp;nbsp; Also check whether the user WF-BATCH has profiles like SAP_ALL &amp;amp; SAP_NEW if not check with your basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Revert for any clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Narin Nandivada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 07:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240360#M3280163</guid>
      <dc:creator>narin_nandivada3</dc:creator>
      <dc:date>2013-01-04T07:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240361#M3280164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If event trigger and workflow not trigger, then also check is there any check function module maintain in SWE2. And is there any condtion maintain in the event linkage in Basic data in swdd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 08:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240361#M3280164</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2013-01-04T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240362#M3280165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Narin and anjan for helpful answers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ narin - upon checking SWUE, the WF has not been triggered, is there any additional checking that might help me why the event for triggering my WF is not been called..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ anjan.. there have been no linkage called on my WF,, by the way what is linkage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 08:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240362#M3280165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-04T08:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240363#M3280166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Have you checked the Profiles of WF-BATCH (SAP_ALL &amp;amp; SAP_NEW) in SU01 Transaction?&lt;/LI&gt;&lt;LI&gt;How actually the workflow should trigger? Is it based on certain API call? If so whats that API?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240363#M3280166</guid>
      <dc:creator>narin_nandivada3</dc:creator>
      <dc:date>2013-01-04T09:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240364#M3280167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After several minutes i cant find that API. should i use any transaction to identify the API that is related to the object or WF.?&lt;BR /&gt;moving forward.. in su01 the profile is not define WF-batch but using same function (which the WF is doing fine in other environment) WF-batch profile is also not visible..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240364#M3280167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-04T09:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240365#M3280168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;First follow as Narin suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in SWE2, try to find your workflow no with Event. click on that line. Then check there&amp;nbsp; 'Linkage Activted' checked or not. Share that screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240365#M3280168</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2013-01-04T09:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240366#M3280169</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;The event linkage is something that links event trigger with particular workflow template.&lt;/P&gt;&lt;P&gt;As suggested above, the event linkage for a workflow should be active for workflow trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWDD -&amp;gt; Enter WF no -&amp;gt; Basic data Tab(Red Hat symbol) -&amp;gt;Start Events-&amp;gt; The symbol under A should be green&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would suggest to go through the workflow basics book or content available online.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240366#M3280169</guid>
      <dc:creator>former_member16044</dc:creator>
      <dc:date>2013-01-04T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240367#M3280170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; WF-BATCH is the User (Actually Batch User who is responsible to process activities in background).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So for this User Wf-BATCH in SU01 Transaction(in display mode) kindly check in Profiles Tab what are the list of profiles assigned to this User and check whether SAP_NEW and SAP_ALL are in that list. If not contact your sys. basis admin. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; you say:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;After several minutes i cant find that API. should i use any transaction to identify the API that is related to the object or WF.?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kindly confirm below points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the Header Data of Workflow Do you find any Event Binding? like BO Event / Class Event?&lt;/LI&gt;&lt;LI&gt;If Step 1 answer is "YES" then check whether the binding is correct or not&lt;/LI&gt;&lt;LI&gt;If Step 1 answer is "NO" then the workflow might be triggered directly.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Needless to ask your business process - Would you pls let us know technically how this workflow is expected to trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Narin Nandivada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240367#M3280170</guid>
      <dc:creator>narin_nandivada3</dc:creator>
      <dc:date>2013-01-04T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240368#M3280171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all tenks for all your help.&lt;BR /&gt;i see some points in the WF - as said by rahul the A is on deactivated mode, now what i did is to seek help on activation on it, but i cant find the right step on how to make that A turn to green..&lt;BR /&gt;please send me some step on how to make do this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 02:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240368#M3280171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-05T02:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240369#M3280172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;follow up, when i use the other user it shown that this A is in activate status, but even i did this the WF has not been triggered for that user.&lt;BR /&gt;-&amp;gt;@Narin - about the user profile &lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 9pt;"&gt;WF-BATCH (SAP_ALL &amp;amp; SAP_NEW), ive ask out basic folks . -- sap_new is visible in that profile but they also added that we are using dialog account..&lt;BR /&gt;-&amp;gt;@Narin - WF WS9000004 should be trigger after the VA42 process for approval has been saved..after that WF should send email in the approver and needs to be shown in SWIA list.. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 02:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240369#M3280172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-05T02:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow has not been triggered</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240370#M3280173</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WF-BATCH user should be system user and should not be dialog user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope the event trace switch is turned on and no filters are set in the event trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If workflow is not getting triggered, check any change documents are getting created on saving VA42 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There are standard workflows for customer and master contract. Those are WS20000048 and WS200000049 respectively.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 07:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-has-not-been-triggered/qaa-p/9240370#M3280173</guid>
      <dc:creator>suresh_subramanian2</dc:creator>
      <dc:date>2013-01-05T07:10:09Z</dc:date>
    </item>
  </channel>
</rss>

