<?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 regarding CSV file conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-csv-file-conversion/m-p/871748#M50005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey guys,&lt;/P&gt;&lt;P&gt;i have two questions here now could you pls help me.&lt;/P&gt;&lt;P&gt;1-how can i convert SAPSCRIPT pages to CSV file and save in Particular given directory at application server.&lt;/P&gt;&lt;P&gt;2-How can i save the internal table values to CSV file and save in Particular given path at applciation server.&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2005 09:51:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-22T09:51:47Z</dc:date>
    <item>
      <title>regarding CSV file conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-csv-file-conversion/m-p/871748#M50005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey guys,&lt;/P&gt;&lt;P&gt;i have two questions here now could you pls help me.&lt;/P&gt;&lt;P&gt;1-how can i convert SAPSCRIPT pages to CSV file and save in Particular given directory at application server.&lt;/P&gt;&lt;P&gt;2-How can i save the internal table values to CSV file and save in Particular given path at applciation server.&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 09:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-csv-file-conversion/m-p/871748#M50005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-22T09:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: regarding CSV file conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-csv-file-conversion/m-p/871749#M50006</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;Regarding part two:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple solution is to use OPEN DATASET and friends to open a file on the appserver. Loop over your internal table and use CONCATENATE  c1 c2 ... INTO ... SEPARATED BY ';' to create a single line with ';'-separated fields. Write this into the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is however the subtle problem of data fields which contain ';' as a data member - you might have to escape these fields with apostrophes (").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps (please reward me if it does),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 11:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-csv-file-conversion/m-p/871749#M50006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-22T11:32:25Z</dc:date>
    </item>
  </channel>
</rss>

