<?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 FTP'd file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6971998#M1491421</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;We have an interfacing system that dumps files to one of our directories. In Dev and QA server, the lines in every files in that directory always end with a pound (#) sign character. However, in production the lines do not end with a pound sign. Anyone knows what's causing this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 May 2010 01:58:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-28T01:58:50Z</dc:date>
    <item>
      <title>FTP'd file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6971998#M1491421</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;We have an interfacing system that dumps files to one of our directories. In Dev and QA server, the lines in every files in that directory always end with a pound (#) sign character. However, in production the lines do not end with a pound sign. Anyone knows what's causing this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 01:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6971998#M1491421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T01:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP'd file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6971999#M1491422</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;What do you use to view the file? The SAPGUI uses the #-sign to display all printable characters. Perhaps the sign you see is actually a line-feed (x0A) which concludes a line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 05:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6971999#M1491422</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-05-28T05:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP'd file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6972000#M1491423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had come across similar situation. Our basis guys told me that since it is being FTPed from Unix to windows enviornment, the FTP program will put # at the end. Is your other system Unix? I changed my code by checking the last char in the record for #, if it found I deleted it. Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 05:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6972000#M1491423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T05:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP'd file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6972001#M1491424</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;As already said, it is nothing but a line-feed. I have also faced such a situation. If you are reading that file using open dataset from any programs, the way I did is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET VA_FILE FOR INPUT IN TEXT MODE ENCODING DEFAULT WITH SMART LINEFEED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IGNORING CONVERSION ERRORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sowmiya M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 06:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-d-file/m-p/6972001#M1491424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T06:20:51Z</dc:date>
    </item>
  </channel>
</rss>

