<?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: Parallel Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076954#M1505445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please see &lt;SPAN __jive_macro_name="thread" id="1283414"&gt;&lt;/SPAN&gt; before posting - JOINs are probably not your problem

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jul 2010 12:58:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-28T12:58:52Z</dc:date>
    <item>
      <title>Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076951#M1505442</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;I have two Performs in my Report program which are independent but the resulting two differernt Internal tables will be displayed on two different subscreens as ALV on same Main Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that both performs contain Join statements which are time consuming .I cannot schedule it for Background processing as Subscreens are involved.&lt;/P&gt;&lt;P&gt;Please tell me a method to parallely execute both the performs as I believe I can save time if both are executed simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;STRONG&gt;SUBMIT&lt;/STRONG&gt; but it cannot execute both performs at same time. I need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sentinel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 13:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076951#M1505442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-26T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076952#M1505443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sentinel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In rare cases I saw parallel executions solve a timeout problem due to a database access.&lt;/P&gt;&lt;P&gt;You must check FIRST your SQL statment if it is really tunned.&lt;/P&gt;&lt;P&gt;Analyse it on ST05, maybe spit into fewer peaces...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, follow some information about parallel processing found by search:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/Easily" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/Easily&lt;/A&gt;&lt;EM&gt;implement&lt;/EM&gt;parallel&lt;EM&gt;processing&lt;/EM&gt;in&lt;EM&gt;online&lt;/EM&gt;and&lt;EM&gt;batch&lt;/EM&gt;processing&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP&lt;/A&gt;&lt;EM&gt;asynchronous&lt;/EM&gt;RFC&lt;EM&gt;II&lt;/EM&gt;-&lt;EM&gt;parallel&lt;/EM&gt;processes&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Parallel+Processing" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Parallel+Processing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Fernando Da Ró&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 19:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076952#M1505443</guid>
      <dc:creator>former_member182114</dc:creator>
      <dc:date>2010-07-26T19:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076953#M1505444</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;No need to go for a parallel processing here, could you post your time consuming join statements, probably I can provide some solutions.&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;Antony Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 06:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076953#M1505444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-28T06:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076954#M1505445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please see &lt;SPAN __jive_macro_name="thread" id="1283414"&gt;&lt;/SPAN&gt; before posting - JOINs are probably not your problem

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 12:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/7076954#M1505445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-28T12:58:52Z</dc:date>
    </item>
  </channel>
</rss>

