<?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: Inserting blank line in application server file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597620#M268373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i don´t know if it is useful in your case but here it goes:&lt;/P&gt;&lt;P&gt;in an OO environment (using classes and methods) whenever i want to download a file to the application server i create the internal table to be downloaded thus:&lt;/P&gt;&lt;P&gt;DATA:                        &lt;/P&gt;&lt;P&gt;  BEGIN OF ITAB,&lt;/P&gt;&lt;P&gt;    field1(2)  TYPE C,         &lt;/P&gt;&lt;P&gt;    ...............&lt;/P&gt;&lt;P&gt;    fieldn(14) TYPE C,         &lt;/P&gt;&lt;P&gt;    &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf&lt;/P&gt;,&lt;BR /&gt; END OF ITAB.&lt;BR /&gt;Note that the key here is &lt;U&gt;CRLF&lt;/U&gt; which stands for "Carriage return/line feed ".&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there is a CRLF somewhere in your code.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 16:31:06 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2006-10-13T16:31:06Z</dc:date>
    <item>
      <title>Inserting blank line in application server file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597616#M268369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am downloading the data into application server by using transfer command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting thing is coming.&lt;/P&gt;&lt;P&gt;Automatically blank line is getting inserted at the end of the file if i open the file in edit plus or third party software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am downloading text file in  application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue how to get rid of blank line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting in anticipation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 05:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597616#M268369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T05:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting blank line in application server file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597617#M268370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you debug to check how your code is transfer from (assuming) internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ie is there a blank row in your internal table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 05:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597617#M268370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T05:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting blank line in application server file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597618#M268371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no blank row in my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 05:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597618#M268371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T05:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting blank line in application server file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597619#M268372</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;i know this phenomenon (e.g. with program ultra edit)&lt;/P&gt;&lt;P&gt;-but this is not an error from sap (command transfer)&lt;/P&gt;&lt;P&gt;and i think it's not important&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 05:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597619#M268372</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-13T05:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting blank line in application server file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597620#M268373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i don´t know if it is useful in your case but here it goes:&lt;/P&gt;&lt;P&gt;in an OO environment (using classes and methods) whenever i want to download a file to the application server i create the internal table to be downloaded thus:&lt;/P&gt;&lt;P&gt;DATA:                        &lt;/P&gt;&lt;P&gt;  BEGIN OF ITAB,&lt;/P&gt;&lt;P&gt;    field1(2)  TYPE C,         &lt;/P&gt;&lt;P&gt;    ...............&lt;/P&gt;&lt;P&gt;    fieldn(14) TYPE C,         &lt;/P&gt;&lt;P&gt;    &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;CRLF(2) TYPE C VALUE cl_abap_char_utilities=&amp;gt;cr_lf&lt;/P&gt;,&lt;BR /&gt; END OF ITAB.&lt;BR /&gt;Note that the key here is &lt;U&gt;CRLF&lt;/U&gt; which stands for "Carriage return/line feed ".&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there is a CRLF somewhere in your code.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 16:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-blank-line-in-application-server-file/m-p/1597620#M268373</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-10-13T16:31:06Z</dc:date>
    </item>
  </channel>
</rss>

