<?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: call method by Parallel Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687389#M1869600</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;Wrap your logic in a remote enabled function module and call it inside a method. Then, check the section 2 in this link &lt;A href="http://help.sap.com/abapdocu_731/en/abapcall_function_starting.htm#!ABAP_ADDITION_2@2@" title="http://help.sap.com/abapdocu_731/en/abapcall_function_starting.htm#!ABAP_ADDITION_2@2@"&gt;ABAP Keyword Documentation&lt;/A&gt;&lt;SPAN class="h3"&gt;&lt;SPAN class="bold"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 10:49:01 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2014-10-27T10:49:01Z</dc:date>
    <item>
      <title>call method by Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687388#M1869599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp; experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the science as follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i already coding many method to process data,and the parameter is obeject(type ref to),and now we need process it by parallel process,&lt;/P&gt;&lt;P&gt;so how i can do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; because the parameter is oo, so the call function start new start task cannot used , because rfc cant use oo, and use job to do the parallel process is not a good idea , because it can cause many job record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; so could any experts help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 09:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687388#M1869599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-27T09:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: call method by Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687389#M1869600</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;Wrap your logic in a remote enabled function module and call it inside a method. Then, check the section 2 in this link &lt;A href="http://help.sap.com/abapdocu_731/en/abapcall_function_starting.htm#!ABAP_ADDITION_2@2@" title="http://help.sap.com/abapdocu_731/en/abapcall_function_starting.htm#!ABAP_ADDITION_2@2@"&gt;ABAP Keyword Documentation&lt;/A&gt;&lt;SPAN class="h3"&gt;&lt;SPAN class="bold"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 10:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687389#M1869600</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2014-10-27T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: call method by Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687390#M1869601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You &lt;STRONG&gt;must&lt;/STRONG&gt; use RFC enabled function modules for parallelisation. Therefore you need to refactor your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you could serialise your object and use that as a parameter for your function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687390#M1869601</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-10-27T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: call method by Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687391#M1869602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mattew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; the method use a object(A) as parameter, and transfer the sub object(B) of the a to the method, and by mandatory to get&amp;nbsp; B, by the way, we have more than 50 method as above, so if we use rfc to reactor the method, it's a large work,because we need use the every attribute of b for rfc, because &lt;/P&gt;&lt;P&gt;oo cant be used in parameter in rfc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 01:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687391#M1869602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T01:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: call method by Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687392#M1869603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't say it would be easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without knowing the design of your program, it isn't really possible for anyone to supply you with a good solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think perhaps you need to do a bit more analysis. I doubt the bit that needs parallelising needs all the the methods and attributes of your object. Find out exactly which bits need parallelising, abstract them, and implement using function modules. It's the only way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-by-parallel-processing/m-p/10687392#M1869603</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-10-28T05:28:11Z</dc:date>
    </item>
  </channel>
</rss>

