<?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: File generations doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generations-doubt/m-p/6355542#M1399586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are meaning positions as the length of the file, and if you are checking the file in AL11, there is a limitation that only 255 characters per line will be displayed, though it doesnt mean that data is not written to the file. You can confirm this by downloading the AL11 file using the transaction CG3y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2009 12:38:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-04T12:38:47Z</dc:date>
    <item>
      <title>File generations doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generations-doubt/m-p/6355541#M1399585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fellas ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a file that must have 350 positions. The last field, that is called observation,  has a 45 postions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that field do not have 45 postions, the file is generated with with less than 350 postions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at my code and see if there is something wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CONCATENATE filename file_number file_ext INTO file.
    OPEN DATASET file FOR OUTPUT IN TEXT MODE
    ENCODING NON-UNICODE IGNORING CONVERSION ERRORS.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: trans_file  TYPE string.     

TRANSFER trans_file TO file LENGTH cg_350.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for any help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 12:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-generations-doubt/m-p/6355541#M1399585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: File generations doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generations-doubt/m-p/6355542#M1399586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are meaning positions as the length of the file, and if you are checking the file in AL11, there is a limitation that only 255 characters per line will be displayed, though it doesnt mean that data is not written to the file. You can confirm this by downloading the AL11 file using the transaction CG3y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 12:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-generations-doubt/m-p/6355542#M1399586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T12:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: File generations doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generations-doubt/m-p/6355543#M1399587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ow man ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right. Upload file from AL11 makes the file wrong. Thx!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 13:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-generations-doubt/m-p/6355543#M1399587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T13:00:54Z</dc:date>
    </item>
  </channel>
</rss>

