<?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 issue Error when defining successor for node 0000000540 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368459#M1542659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having a problem with one of our workflows that keeps erroring whenever we try to complete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error in log is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when starting a CASE branch&lt;/P&gt;&lt;P&gt;Message no. SWP105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Error when defining successor for node 0000000540&lt;/P&gt;&lt;P&gt;   Message no. SWP009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       FIND_NEXT_NODES_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is tested in development working fine but same workflow is not working in quality system.&lt;/P&gt;&lt;P&gt;i have tried to fix it with all possible ways but i could not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outcomes of my activity step is ideally the export paramenter of business object method which is syncronous. For that in the properties of the method is "result type". The export parameter having domain with fixed values(0001, 0002, 0003, 0004), task does not have any terminating events same as in development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have debugged the method it's returning export parameter correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once i excuted the work item it's asking for completion of work item same as in developement system but giving above error in quality system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue???????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need to avtivate any thing in quality???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Oct 2010 05:35:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-23T05:35:41Z</dc:date>
    <item>
      <title>Workflow issue Error when defining successor for node 0000000540</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368459#M1542659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having a problem with one of our workflows that keeps erroring whenever we try to complete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error in log is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when starting a CASE branch&lt;/P&gt;&lt;P&gt;Message no. SWP105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Error when defining successor for node 0000000540&lt;/P&gt;&lt;P&gt;   Message no. SWP009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       FIND_NEXT_NODES_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is tested in development working fine but same workflow is not working in quality system.&lt;/P&gt;&lt;P&gt;i have tried to fix it with all possible ways but i could not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outcomes of my activity step is ideally the export paramenter of business object method which is syncronous. For that in the properties of the method is "result type". The export parameter having domain with fixed values(0001, 0002, 0003, 0004), task does not have any terminating events same as in development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have debugged the method it's returning export parameter correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once i excuted the work item it's asking for completion of work item same as in developement system but giving above error in quality system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue???????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need to avtivate any thing in quality???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2010 05:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368459#M1542659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-23T05:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow issue Error when defining successor for node 0000000540</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368460#M1542660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When method is synchronus why it is asking for completion. Secondly plesse explain the business requirement briefly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2010 06:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368460#M1542660</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2010-10-23T06:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow issue Error when defining successor for node 0000000540</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368461#M1542661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requrement is that requester submits a request for funds approval via FMZ1. approvar gets work item to his inbox, once he approves or rejects it gives popup up to confirm completion of work item. then after it's not branching to any one of path gives above error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same workflow is working in developemt. there also method is syncronus and behaves same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2010 07:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368461#M1542661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-23T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow issue Error when defining successor for node 0000000540</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368462#M1542662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found one thing in my issue in method properties in general tab the check box resultparameter is not selected in both developement and quality but it's working in developement but not in quality. if same check box is selected in quality it's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the problem with check box, why it's working in developement wihtout selecting checkbox? it's a upgradation project 4.7 to ECC 6.0&lt;/P&gt;&lt;P&gt;what could be reason???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2010 06:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-issue-error-when-defining-successor-for-node-0000000540/m-p/7368462#M1542662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-24T06:36:06Z</dc:date>
    </item>
  </channel>
</rss>

