<?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: Regarding parallel processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896037#M1327173</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;I have a similar problem but with Retrieval from DB. If one of the RFCs fail, how is the error handling done? Could you please elaborate on your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Minhaj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2009 20:44:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-02T20:44:14Z</dc:date>
    <item>
      <title>Regarding parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896032#M1327168</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;I have a requirement where in I want some records to be inserted in a database table based on some selection criteria.&lt;/P&gt;&lt;P&gt;Since the no of records to be inserted is huge , I want them to be broken into parallel jobs.Eg, if there are 1000 records , i want to have 10 parallel jobs with 100 records each. I read in the forums that ther is a way of doing this by parallel processing , but I am not getting how to implement that.&lt;/P&gt;&lt;P&gt;I will just elaborate what I am trying to do, Please provide your inputs in clearing my doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Selects the records from the database table in a internal table.&lt;/P&gt;&lt;P&gt;2. Loop at the internal table.&lt;/P&gt;&lt;P&gt;3. Break internal table into small internal tables&lt;/P&gt;&lt;P&gt;4. Create a RFC enabled FM " Zinsert" which inserts the records in the database table.&lt;/P&gt;&lt;P&gt;5. Call fucntion ZINSERT starting new task '001' &lt;/P&gt;&lt;P&gt;                        destination 'None' in group 'parallel_generators'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my doubt in suppose I have 10 small internal tables, So 10 parallel sessions will be started. But if 5 sessions have some problem in databse insertion , how will I manage to get those records?&lt;/P&gt;&lt;P&gt;Secondly , how will I come to know that all the parallel process have ended?&lt;/P&gt;&lt;P&gt;Thirdly, are there some other function modules which needs to be called before parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide some input.&lt;/P&gt;&lt;P&gt;Help will be appreciated&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sourabh verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896032#M1327168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T06:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896033#M1327169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Processing on the same table wont be possible i guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because the first set of records in internal table uses the lock on the data base table and other processes cant do the update on same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its better to update the database table in small chunks in a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warm regards,&lt;/P&gt;&lt;P&gt;Sumanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896033#M1327169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896034#M1327170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Sumanth,&lt;/P&gt;&lt;P&gt;Mine is a customised database table, I have not created any lock objets for it. I simly want to insert records in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 06:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896034#M1327170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T06:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896035#M1327171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Any feedback?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 07:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896035#M1327171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T07:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896036#M1327172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resloved of my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896036#M1327172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896037#M1327173</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;I have a similar problem but with Retrieval from DB. If one of the RFCs fail, how is the error handling done? Could you please elaborate on your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Minhaj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 20:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parallel-processing/m-p/5896037#M1327173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T20:44:14Z</dc:date>
    </item>
  </channel>
</rss>

