<?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: move using index in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103274#M736502</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;Read the no of records and based on the records u can divide , how many entries ur itab has to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use loop at itab where &amp;lt;cond&amp;gt;.&lt;/P&gt;&lt;P&gt;in condition u have to use index from and to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specification TO is only possible with standard tables and sorted tables. The specification only accepts table rows after table index idx2. For idx2, a data object of the type i is expected. If the value of idx2 is smaller or equal to 0, then the loop will not be passed. If the value is larger than the number of table rows, then the value will be set to the number of rows. If idx2 is smaller than idx1, then the loop is not passed as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 05:56:48 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2007-11-20T05:56:48Z</dc:date>
    <item>
      <title>move using index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103271#M736499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using move statement i want to move the records from internal table to another using index.&lt;/P&gt;&lt;P&gt;is it possible, let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually my requirement is that my final table is having mroe than 2 lakhs but excel can capture 60000 records only so i have to create no of excel files based on no of records,  in this case each time i have to move 60000 records to another internal table and then i have to call gui_download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 05:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103271#M736499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T05:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: move using index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103272#M736500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a counter and sort it loop it using index&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 05:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103272#M736500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T05:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: move using index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103273#M736501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cann't use move statement in this scenario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 05:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103273#M736501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T05:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: move using index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103274#M736502</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;Read the no of records and based on the records u can divide , how many entries ur itab has to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use loop at itab where &amp;lt;cond&amp;gt;.&lt;/P&gt;&lt;P&gt;in condition u have to use index from and to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specification TO is only possible with standard tables and sorted tables. The specification only accepts table rows after table index idx2. For idx2, a data object of the type i is expected. If the value of idx2 is smaller or equal to 0, then the loop will not be passed. If the value is larger than the number of table rows, then the value will be set to the number of rows. If idx2 is smaller than idx1, then the loop is not passed as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 05:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103274#M736502</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-11-20T05:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: move using index</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103275#M736503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use APPEND statement for moving data from one internal table to a TEMP internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND LINES OF &amp;lt;itab1&amp;gt; [FROM &amp;lt;n1&amp;gt;] [TO &amp;lt;n 2&amp;gt;] TO &amp;lt;itab2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n1 and n2 will be variable which you can increment accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB1 will be your main table and ITAB2 will be your temp table to which you will move 60000 entries and then download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Abhishek Jolly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 06:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-using-index/m-p/3103275#M736503</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-20T06:06:18Z</dc:date>
    </item>
  </channel>
</rss>

