<?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: Create excel file on application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808485#M1312876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moo...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to create a tab separated file ? that will work fine to open in excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2009 16:05:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-01T16:05:49Z</dc:date>
    <item>
      <title>Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808484#M1312875</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;Is it possiblel to create an excel file on the application server in a background process ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an windows nt application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with open dataset ..but i didn't work 100% good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anybody any sample ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 15:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808484#M1312875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808485#M1312876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moo...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to create a tab separated file ? that will work fine to open in excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 16:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808485#M1312876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T16:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808486#M1312877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a file with extension .CSV , with the dataset commands, it would open in EXCEL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 16:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808486#M1312877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T16:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808487#M1312878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this topic was discussed a lot, please search the forum (in short, most simple is to use CSV file instead of a native excel file (if it is just needed online later, you may render result only when user requests the data); if you really want an excel file, use either excel 2007 xml format (xslx), or connect an always-switched-on computer to the application server with excel installed and communicate with OLE, or use a third-party tool)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 16:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808487#M1312878</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-07-01T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808488#M1312879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use of tab delimited file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 16:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808488#M1312879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808489#M1312880</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;While writing the data to application server using the TRANSFER statement, use the tab delimiter format.&lt;/P&gt;&lt;P&gt;While downloading the same directly lets say using CG3Y / CG3Z, choose the excel format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are downloading programatically, need to select the file format as EXCEL. &lt;/P&gt;&lt;P&gt;It will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nangunoori.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 16:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808489#M1312880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808490#M1312881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m using an csv file as tabdelimited .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: htab(1) type c.&lt;/P&gt;&lt;P&gt;htab = cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the file is downloaded as excel , but if i open the file i see the content of a row always in the first column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types : begin of ty_test,&lt;/P&gt;&lt;P&gt;                name1 type char10,&lt;/P&gt;&lt;P&gt;                name2 type char10,&lt;/P&gt;&lt;P&gt;            end of ty_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : it_test type table of ty_test,&lt;/P&gt;&lt;P&gt;          wa_test type ty_test,&lt;/P&gt;&lt;P&gt;          wa_row type string.&lt;/P&gt;&lt;P&gt;data: htab(1) type c.&lt;/P&gt;&lt;P&gt;htab = cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_test-name1 = 'name1'.&lt;/P&gt;&lt;P&gt;wa_test-name2 = 'name2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_test to it_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open dataset &amp;lt;filename&amp;gt; for output in text mode&lt;/P&gt;&lt;P&gt;          encoding default.&lt;/P&gt;&lt;P&gt;   loop at it_test into wa_test.&lt;/P&gt;&lt;P&gt;     conatenate wa_test-nam1 wa_test-name2  into wa_row  separated by htab.&lt;/P&gt;&lt;P&gt;     transfer wa_row to &amp;lt;filename&amp;gt;.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;close dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Moo Yac on Jul 2, 2009 11:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 09:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808490#M1312881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T09:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808491#M1312882</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;there is no confusion u can save the file in application server and form there you can open with EXL fromt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 09:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808491#M1312882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808492#M1312883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I open the file with excel ... the field values  appear steeds in first column. so this my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 09:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808492#M1312883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T09:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create excel file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808493#M1312884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must name the file "something.CSV". Try with a comma instead of a tab. In some countries you may need to use a semi-colon in place of comma.&lt;/P&gt;&lt;P&gt;If you really want to use a tab, then the user has to open the file in excel, then select column A, click menu Data | Convert, choose "tab" separator, and run, then the cells will be splitted at "tab" into multiple cells, as you wish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 10:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-excel-file-on-application-server/m-p/5808493#M1312884</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-07-02T10:16:36Z</dc:date>
    </item>
  </channel>
</rss>

