<?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: Processing Record by batch in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401876#M816829</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;after the user inputs the no. of records per batch..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using usual code send those number of records to the batch and delete it from the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u put it in the loop, the process continues until all the records are processed (that is the internal table become empty).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Tharani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2008 13:05:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-18T13:05:14Z</dc:date>
    <item>
      <title>Processing Record by batch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401874#M816827</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;I have an scenario, In the internal table suppose If I  have a 50,000 records ( fifty thousand records) , suposse I want to process the records in the batch of 5000 ( five thousand ) , I need to process 10 times to compelete this 50,000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if I need to process 50,000 records in  the batch of 2000 then ,I need to process it 25 times...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of records per batch will be given by the user ...&lt;/P&gt;&lt;P&gt;But how to calculate the iterations and process all the records in ABAP langauage...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;IFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: IFF on Feb 18, 2008 6:15 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Iteration : 1-5000&lt;/P&gt;&lt;P&gt;Second Iteration : 5001-10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last iteration:45001-5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The batch size may be directly given by the user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;IFF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 12:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401874#M816827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T12:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Record by batch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401875#M816828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can provide a Paramter in the Selection screen to devide number of records per session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating the session you can use this value to verify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 18, 2008 1:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 12:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401875#M816828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T12:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Record by batch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401876#M816829</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;after the user inputs the no. of records per batch..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using usual code send those number of records to the batch and delete it from the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u put it in the loop, the process continues until all the records are processed (that is the internal table become empty).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Tharani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 13:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401876#M816829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T13:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Record by batch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401877#M816830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANSWERED BY EXPERTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 14:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-record-by-batch/m-p/3401877#M816830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T14:02:59Z</dc:date>
    </item>
  </channel>
</rss>

