<?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: Export data to EXCEL file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549926#M1563310</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;Please use the below FM :&lt;/P&gt;&lt;P&gt;ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prarthan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 10:56:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-25T10:56:59Z</dc:date>
    <item>
      <title>Export data to EXCEL file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549924#M1563308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 internal tables and I need them exported to an one excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will have two headers, that shows the description and the other ones will show the DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header Data		                                         Stage Data	 		Delivery Data			&lt;/P&gt;&lt;P&gt;Shipment	Service Agent	Name 	SCAC       Stage	Origin	Name	Origin       Region&lt;/P&gt;&lt;P&gt;12124	51054	LTL Carrier	RLQD	u2026	1	Philadelphia	 	PA	u2026&lt;/P&gt;&lt;P&gt;12124	51054	LTL Carrier	RLQD	u2026	2	New York		NY	u2026&lt;/P&gt;&lt;P&gt;12124	51054	LTL Carrier	RLQD	u2026	2	New York		NY	u2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what kind of function module should I use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 10:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549924#M1563308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T10:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export data to EXCEL file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549925#M1563309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out this &lt;A href="http://searchsap.techtarget.com/tip/Download-internal-table-data-into-Excel"&gt;LINK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ps: Don´t forget to scroll down..the rest of the code is at the end of the page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 10:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549925#M1563309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export data to EXCEL file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549926#M1563310</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;Please use the below FM :&lt;/P&gt;&lt;P&gt;ALSM_EXCEL_TO_INTERNAL_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prarthan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 10:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549926#M1563310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T10:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export data to EXCEL file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549927#M1563311</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;even if your post is answered, I would suggest you to read also these blogs&lt;/P&gt;&lt;P&gt;[abap2xlsx - Generate your professional Excel spreadsheet from ABAP|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/20046] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;[xlsx2abap - Read and edit your Excel files from ABAP|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/20791] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;[abap2xlsx - I'm no longer a baby, I grow up and now I'm a fully featured tool|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22285] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code of this SCN Community project is shared on [Code Exchange|https://cw.sdn.sap.com/cw/groups/abap2xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 13:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-data-to-excel-file/m-p/7549927#M1563311</guid>
      <dc:creator>_IvanFemia_</dc:creator>
      <dc:date>2011-01-29T13:46:45Z</dc:date>
    </item>
  </channel>
</rss>

