<?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: How to create Excel using two internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-excel-using-two-internal-table/m-p/8326134#M1637659</link>
    <description>&lt;P&gt;Hi Chetan,&lt;/P&gt;
&lt;P&gt;Go through the following solutions and one of those or all could definitely help you.&lt;/P&gt;
&lt;P&gt;1. Go through the inline links for helpful programs. I am sure you can make some tweaks and changes from these programs and download two internal tables into two different tabs in an excel sheet.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/05/abap-internal-table-to-excel-sheet.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/05/abap-internal-table-to-excel-sheet.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;2. There is a Function module : SAP_CONVERT_TO_XLS_FORMAT . You can use this and check if this helps solve your purpose.&lt;/P&gt;
&lt;P&gt;3. Alternatively, you can use OLE and write a program to download internal table data into Spreadsheets. Pls post back for further help.&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Chaitanya&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 20:05:58 GMT</pubDate>
    <dc:creator>former_member229034</dc:creator>
    <dc:date>2025-02-27T20:05:58Z</dc:date>
    <item>
      <title>How to create Excel using two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-excel-using-two-internal-table/m-p/8326131#M1637656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two internal tabe, I want to export these two internal table data into Excel  with two excel tab. So export excel sheet should have two tab and each tab should conatin one internal table data. &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 09:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-excel-using-two-internal-table/m-p/8326131#M1637656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-18T09:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel using two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-excel-using-two-internal-table/m-p/8326132#M1637657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use excel_ole_standard_dat FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that you have a Import parameter of DATA_SHEET_NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iin that you give sheet1 and sheet2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use this FM twice . &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 09:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-excel-using-two-internal-table/m-p/8326132#M1637657</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-18T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel using two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-excel-using-two-internal-table/m-p/8326134#M1637659</link>
      <description>&lt;P&gt;Hi Chetan,&lt;/P&gt;
&lt;P&gt;Go through the following solutions and one of those or all could definitely help you.&lt;/P&gt;
&lt;P&gt;1. Go through the inline links for helpful programs. I am sure you can make some tweaks and changes from these programs and download two internal tables into two different tabs in an excel sheet.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/05/abap-internal-table-to-excel-sheet.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/05/abap-internal-table-to-excel-sheet.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;2. There is a Function module : SAP_CONVERT_TO_XLS_FORMAT . You can use this and check if this helps solve your purpose.&lt;/P&gt;
&lt;P&gt;3. Alternatively, you can use OLE and write a program to download internal table data into Spreadsheets. Pls post back for further help.&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;***REMOVED BY MODERATION*** (invalid URL)&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Chaitanya&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 20:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-excel-using-two-internal-table/m-p/8326134#M1637659</guid>
      <dc:creator>former_member229034</dc:creator>
      <dc:date>2025-02-27T20:05:58Z</dc:date>
    </item>
  </channel>
</rss>

