<?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: conversion error in transfer statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734142#M1949072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you check what is the code page of your system (transaction SNLS), in which code page is opened your text file (what is the exact OPEN DATASET statement), and which hexadecimal value contains &amp;lt;fs&amp;gt; when the dump occurs (provided in the short dump).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2016 20:23:17 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-05-26T20:23:17Z</dc:date>
    <item>
      <title>conversion error in transfer statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734141#M1949071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion error happens&amp;nbsp; with exception CX_sy_conversion_codepage at statement: TRANSFER &amp;lt;fs&amp;gt; to file. The error only happens at a certain line (61 of the table beeing looped on). Any ideas are appreciated. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 10:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734141#M1949071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-26T10:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: conversion error in transfer statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734142#M1949072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you check what is the code page of your system (transaction SNLS), in which code page is opened your text file (what is the exact OPEN DATASET statement), and which hexadecimal value contains &amp;lt;fs&amp;gt; when the dump occurs (provided in the short dump).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 20:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734142#M1949072</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-05-26T20:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: conversion error in transfer statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734143#M1949073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Code page for database is Unicode, and the statement OPEN DATASET filename FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. The hexadec of that line seems similar to previous. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 05:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734143#M1949073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-27T05:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: conversion error in transfer statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734144#M1949074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As said in the ABAP documentation, using NON-UNICODE is using the code page depending on the "text environment", i.e. the code page in table TCP0C depending on the session language (and possibly country). If it's English, then the code page is ASCII-like. Consequently, any non-ASCII character will generate an exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is : why did you choose NON-UNICODE rather than DEFAULT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 07:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734144#M1949074</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-05-27T07:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: conversion error in transfer statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734145#M1949075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem was that input file was type unicode but the program not outputting in unicode. Thanks Sandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 11:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-transfer-statement/m-p/11734145#M1949075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-07T11:20:34Z</dc:date>
    </item>
  </channel>
</rss>

