<?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 With multiple processes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250221#M486277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do the following.&lt;/P&gt;&lt;P&gt;There is a process which is running and during that&lt;/P&gt;&lt;P&gt;a second process will start simultaneously.&lt;/P&gt;&lt;P&gt;The result of the second process has to exist although the first process&lt;/P&gt;&lt;P&gt;rolls back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two scenes:&lt;/P&gt;&lt;P&gt;How can solve such a requirement with Abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant1: Prozess 2 returns back after its ready to Process 1 &lt;/P&gt;&lt;P&gt;           (it was waiting all over the time) &lt;/P&gt;&lt;P&gt;Variant2: Process 2 works completely by himself without considering the Process 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example:&lt;/P&gt;&lt;P&gt;Loop de mer at Tabelle au bataillon &lt;/P&gt;&lt;P&gt;     move a nach b &lt;/P&gt;&lt;P&gt;     move c nach d &lt;/P&gt;&lt;P&gt;     compute valueAddTax &lt;/P&gt;&lt;P&gt;     wenn valueAddTax NE Percentage, &lt;/P&gt;&lt;P&gt;        start prozess 2, &lt;/P&gt;&lt;P&gt;            handout an workarea or Table and let him work, &lt;/P&gt;&lt;P&gt;           Variant1: wait unless Process 1 is ready&lt;/P&gt;&lt;P&gt;           Variant2: forget process2 and continue Loop de mer ... &lt;/P&gt;&lt;P&gt;Endloop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 10:54:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T10:54:58Z</dc:date>
    <item>
      <title>With multiple processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250221#M486277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do the following.&lt;/P&gt;&lt;P&gt;There is a process which is running and during that&lt;/P&gt;&lt;P&gt;a second process will start simultaneously.&lt;/P&gt;&lt;P&gt;The result of the second process has to exist although the first process&lt;/P&gt;&lt;P&gt;rolls back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two scenes:&lt;/P&gt;&lt;P&gt;How can solve such a requirement with Abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant1: Prozess 2 returns back after its ready to Process 1 &lt;/P&gt;&lt;P&gt;           (it was waiting all over the time) &lt;/P&gt;&lt;P&gt;Variant2: Process 2 works completely by himself without considering the Process 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example:&lt;/P&gt;&lt;P&gt;Loop de mer at Tabelle au bataillon &lt;/P&gt;&lt;P&gt;     move a nach b &lt;/P&gt;&lt;P&gt;     move c nach d &lt;/P&gt;&lt;P&gt;     compute valueAddTax &lt;/P&gt;&lt;P&gt;     wenn valueAddTax NE Percentage, &lt;/P&gt;&lt;P&gt;        start prozess 2, &lt;/P&gt;&lt;P&gt;            handout an workarea or Table and let him work, &lt;/P&gt;&lt;P&gt;           Variant1: wait unless Process 1 is ready&lt;/P&gt;&lt;P&gt;           Variant2: forget process2 and continue Loop de mer ... &lt;/P&gt;&lt;P&gt;Endloop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 10:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250221#M486277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: With multiple processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250222#M486278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;really no idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250222#M486278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: With multiple processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250223#M486279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LLhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Perform Addition for your Requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 11:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250223#M486279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T11:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: With multiple processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250224#M486280</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;excuse me but what doyou intend with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform Addition ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 12:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250224#M486280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: With multiple processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250225#M486281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Viji  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;are still alive ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 13:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-multiple-processes/m-p/2250225#M486281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T13:04:59Z</dc:date>
    </item>
  </channel>
</rss>

