<?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: Fixed record length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871976#M673863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are downloading the file to application server with TRANSFER statement and LENGTH option, your spaces will be there at the end of the record. Just do not try to look at the file from within SAP environment (like using AL11). Try to get the file to your desktop and you can see that it will have those spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you using GUI_DOWNLOAD, then set the parameter TRUNC_TRAILING_BLANKS_EOL to SPACE (it is defaulted to 'X').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2007 18:51:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-02T18:51:07Z</dc:date>
    <item>
      <title>Fixed record length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871972#M673859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I' am trying to write data into application server using Transfer statement.&lt;/P&gt;&lt;P&gt;Sometimes data would not be present in last fields, so the file length is varying.&lt;/P&gt;&lt;P&gt;How to have fixed file length?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 16:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871972#M673859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T16:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed record length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871973#M673860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use LENGTH option of the TRANSFER statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 17:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871973#M673860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T17:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed record length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871974#M673861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I use 'Length' addition when I download the list, the record ends at the last character in the record. Is it how download works? When I do FTP ing whether it will work fine? If you have more info please pass it on to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 20:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871974#M673861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T20:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed record length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871975#M673862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess thats how the OPEN and CLOSE dataset work. I assume it would be fine if you do a FTP or reuse it in any other prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 20:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871975#M673862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T20:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed record length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871976#M673863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are downloading the file to application server with TRANSFER statement and LENGTH option, your spaces will be there at the end of the record. Just do not try to look at the file from within SAP environment (like using AL11). Try to get the file to your desktop and you can see that it will have those spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you using GUI_DOWNLOAD, then set the parameter TRUNC_TRAILING_BLANKS_EOL to SPACE (it is defaulted to 'X').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 18:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-record-length/m-p/2871976#M673863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T18:51:07Z</dc:date>
    </item>
  </channel>
</rss>

