<?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: Selection and processing data from internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920337#M687684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then just create a variable and as soon as its value reaches over 500(or whatever you want) to the processing and once again refresh the varibale and use again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 03:43:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T03:43:39Z</dc:date>
    <item>
      <title>Selection and processing data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920334#M687681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am having a internal table of 5000 records which are not distinct... out of which I am selecting 1500 records for blocking..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should calculate 500 distinct records out of those 1500 records and first it should block the 1st 500 and in the second slot the second 500 and in the final shot the last 500 records... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: 101&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;................... &lt;/P&gt;&lt;P&gt;101 should be considered as 1 record and 102 as 2nd record and so on with the rest of the records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my selection reaches more than 500 records &lt;/P&gt;&lt;P&gt;in 1st slot first 500 records has to be processed and in the second slot next 500 records has to be processed...&lt;/P&gt;&lt;P&gt;this is how it should be working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know how to identify and process out of 1500 records 1st 500 records ,....2nd next 500 so on... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;yamini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 03:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920334#M687681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T03:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selection and processing data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920335#M687682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yamini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use PACKAGE SIZE in the select query. Just do F1 on PACKAGE SIZE and you will get its use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 03:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920335#M687682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T03:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selection and processing data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920336#M687683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is after selection ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it has to be done........in user comment when clicking a block button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 03:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920336#M687683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T03:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection and processing data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920337#M687684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then just create a variable and as soon as its value reaches over 500(or whatever you want) to the processing and once again refresh the varibale and use again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 03:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920337#M687684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T03:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selection and processing data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920338#M687685</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V_COUNT TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_COUNT = 1.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF V_COUNT &amp;gt; 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;Process your records here...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;    CLEAR: V_COUNT.    " Clear the count variable..&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  V_COUNT = V_COUNT + 1.  " Increment the variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 03:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-and-processing-data-from-internal-table/m-p/2920338#M687685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T03:51:10Z</dc:date>
    </item>
  </channel>
</rss>

