<?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 Spliting records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-records/m-p/3098202#M735092</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 lakhs of records in database, I need fetch this records and  split the records upto 10,000 and need to download into different excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls provide me the logic for this&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;kar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 13:14:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-05T13:14:51Z</dc:date>
    <item>
      <title>Spliting records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-records/m-p/3098202#M735092</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 lakhs of records in database, I need fetch this records and  split the records upto 10,000 and need to download into different excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls provide me the logic for this&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;kar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 13:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-records/m-p/3098202#M735092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spliting records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-records/m-p/3098203#M735093</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;Check this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    select matnr from mara into table xmara
      package size 5000 up to p_count rows
        where matnr in s_matnr.
      perform process_package. " Here download those records to excel file.
    endselect.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 13:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-records/m-p/3098203#M735093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T13:17:39Z</dc:date>
    </item>
  </channel>
</rss>

