<?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 Convert Internal table to Excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685066#M1669426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 28,44000 records in internal table . i want to download these number of records in excel . &lt;/P&gt;&lt;P&gt;I tried using the standard way in ALV downloading the list in spreadsheet but it is giving a dump&amp;nbsp; "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY" . I also tried using GUI_download FM but it is not downloading all the records in Excel . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed this rdisp/max_wprun_time parameter in RZ11 because the report was giving a dump of TSV_page_alloc_failed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it can be possible by parallel processing but i am not sure how to do it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Nee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 15:29:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-11T15:29:52Z</dc:date>
    <item>
      <title>Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685066#M1669426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 28,44000 records in internal table . i want to download these number of records in excel . &lt;/P&gt;&lt;P&gt;I tried using the standard way in ALV downloading the list in spreadsheet but it is giving a dump&amp;nbsp; "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY" . I also tried using GUI_download FM but it is not downloading all the records in Excel . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed this rdisp/max_wprun_time parameter in RZ11 because the report was giving a dump of TSV_page_alloc_failed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it can be possible by parallel processing but i am not sure how to do it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Nee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 15:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685066#M1669426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T15:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685067#M1669427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump TSV_TNEW_BLOCKS_NO_ROLL_MEMORY usually means that the roll buffer has been exhausted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the usage of roll buffer with the following steps:&lt;/P&gt;&lt;P&gt;ST02 -&amp;gt; detail analysis menu -&amp;gt; history/buffer statistics -&amp;gt; Roll &amp;amp; page area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the roll buffer has been exhausted, you can increase the size with parameter rdisp/ROLL_MAXFS, however make sure there are sufficient disk space to handle the additional size of this buffer if it writes to disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the following recommendation:&lt;/P&gt;&lt;P&gt;- to increase the parameters rdisp/PG_MAXFS it is described&amp;nbsp; step by step in more detail by the note&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; #133909 maximum value for PG_MAXFS, PG_SHM, ROLL_MAXFS, ROLL_SHM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could also increase your abap/heap_area_dia, abap/heap_area_nondia and ztta/roll_extension to 4GB abap/heap_area_total should be total of abap/heap_area_dia + abap/heap_area_nondia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the information helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 15:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685067#M1669427</guid>
      <dc:creator>hugo_amo</dc:creator>
      <dc:date>2012-04-11T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685068#M1669428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to split the internal table content and send as an email excel attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 15:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685068#M1669428</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2012-04-11T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685069#M1669429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before that try the below way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ALV output, Menu List&amp;gt;Export&amp;gt;Spreadsheet&amp;nbsp; , select Excel MHTML format, from drop down first try with 2007 format, then with Excel (MHTML).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/92239" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 15:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685069#M1669429</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2012-04-11T15:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685070#M1669430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would anyone want to put that many records into a little desktop system like MS Office/Excel?&amp;nbsp; Are you trying to transfer data to another system?&amp;nbsp; If so, store a condensed, tab-delimited file on the Apps server and FTP it. Any system worth buying will import/export tab-delimited files. If you're really planning on doing analysis in Excel with that file, a sort might take a while...could start it on Monday morning and come back to it Tuesday afternoon?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seriously, there are limits to the amount of data that can be transferred in one pass with GUI Download...I think it's around 32Mb, and there are limits, as you have seen, in how big tables and ther user context can grow in SAP.&amp;nbsp; If you have to get this into that little desktop tool, store it as a condensed, tab-delimited file on the Apps server.&amp;nbsp; FTP that .txt file to a network file where you have enough space to actually store it (maybe not), and where you can reach with the PC.&amp;nbsp; Import the file into Excel, specifiying a tab-delimited file and wait....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 15:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685070#M1669430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T15:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685071#M1669431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell me how to split the internal table and how can merge that in one Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 16:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685071#M1669431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685072#M1669432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Instead of downloading from ALV output, try once send as excel attachment and see. Check if you have the Class CL_SALV_TABLE available in your system. If available, it has a method TO_XML which can be used to convert the internal table data to XML format which can be used to create excel attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even for online display it might have taking time to display, better you execute in background and send the contents as excel attachment.&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;Add a check in program to count the table contents, if they are more than some specified limit convert to excel and send as email and display pop up with "Table contents more so sending as excel attachment". If the table contents are list display in on screen with ALV display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching a temp program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 12:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685072#M1669432</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2012-04-12T12:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685073#M1669433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply but can you please tell me how can i convert my file in &lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;tab delimited text files with UTF 8 or UTF 16 encoding? is there any Function module?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Nee&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-excel/m-p/8685073#M1669433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-12T14:00:10Z</dc:date>
    </item>
  </channel>
</rss>

