<?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: CX_SY_CONVERSION_CODEPAGE - Unicode error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811610#M916867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;But is there a way to compare test and productive systems to find out why one worked the other did not not? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how would I identify what code page my program uses (Legacy text mode) and what is the ftp servers' code page (I know it gives a no. in the dump!)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual text that fails is as below&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;monster cable (CTI/Complete Unit u2013 Temps&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump is as shown below&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------" /&gt;&lt;P&gt;While a text was being converted from code page '4102' to '1100', one of&lt;/P&gt;&lt;P&gt;the following occurred:&lt;/P&gt;&lt;P&gt;- an character was discovered that could not be represented in one of&lt;/P&gt;&lt;P&gt;the two code pages;&lt;/P&gt;&lt;P&gt;- the system established that this conversion is not supported.&lt;/P&gt;&lt;P&gt;If a character could not be converted: Use the transaction SPAD to&lt;/P&gt;&lt;P&gt;analyze the code pages you used. Look for characters that you wanted to&lt;/P&gt;&lt;P&gt;convert and that have not been entered in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the conversion between code pages 4102 and 1100 has not been defined,&lt;/P&gt;&lt;P&gt;you can avoid the error by using a conversion table known to the system.&lt;/P&gt;&lt;P&gt; Use the transaction SPAD to display the conversion tables that have&lt;/P&gt;&lt;P&gt;been implemented. If you have recently maintained a conversion table,&lt;/P&gt;&lt;P&gt;you must invalidate the character set buffer (CCC) using the transaction&lt;/P&gt;&lt;P&gt; SP12.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2008 21:39:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-19T21:39:30Z</dc:date>
    <item>
      <title>CX_SY_CONVERSION_CODEPAGE - Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811608#M916865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;I get CX_SY_CONVERSION_CODEPAGE dump while transfering certain material text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT material.&lt;/P&gt;&lt;P&gt;    TRANSFER material TO file.&lt;/P&gt;&lt;P&gt;     CLEAR material.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same set of characters work fine in test box but it fails in production box. What would be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how to handle such errors in general?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 19:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811608#M916865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_CODEPAGE - Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811609#M916866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difficult to say what might be the error cause. However, you may try to use the OPEN DATASET statement with the following options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OPEN DATASET ...
             IGNORING CONVERSION ERRORS
             REPLACEMENT CHARACTER rc.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the second option (replacement) you might able to see in the written file which characters caused problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps the first option (ignoring errors) might allow you to write the file successfully.&lt;/P&gt;&lt;P&gt;Of course you have to check the file contents whether it is the expected one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 20:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811609#M916866</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-05-19T20:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_CODEPAGE - Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811610#M916867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;But is there a way to compare test and productive systems to find out why one worked the other did not not? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how would I identify what code page my program uses (Legacy text mode) and what is the ftp servers' code page (I know it gives a no. in the dump!)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual text that fails is as below&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;monster cable (CTI/Complete Unit u2013 Temps&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump is as shown below&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------" /&gt;&lt;P&gt;While a text was being converted from code page '4102' to '1100', one of&lt;/P&gt;&lt;P&gt;the following occurred:&lt;/P&gt;&lt;P&gt;- an character was discovered that could not be represented in one of&lt;/P&gt;&lt;P&gt;the two code pages;&lt;/P&gt;&lt;P&gt;- the system established that this conversion is not supported.&lt;/P&gt;&lt;P&gt;If a character could not be converted: Use the transaction SPAD to&lt;/P&gt;&lt;P&gt;analyze the code pages you used. Look for characters that you wanted to&lt;/P&gt;&lt;P&gt;convert and that have not been entered in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the conversion between code pages 4102 and 1100 has not been defined,&lt;/P&gt;&lt;P&gt;you can avoid the error by using a conversion table known to the system.&lt;/P&gt;&lt;P&gt; Use the transaction SPAD to display the conversion tables that have&lt;/P&gt;&lt;P&gt;been implemented. If you have recently maintained a conversion table,&lt;/P&gt;&lt;P&gt;you must invalidate the character set buffer (CCC) using the transaction&lt;/P&gt;&lt;P&gt; SP12.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 21:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811610#M916867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T21:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SY_CONVERSION_CODEPAGE - Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811611#M916868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi UV,&lt;/P&gt;&lt;P&gt;         Plaese check this link for codepage errors. This  is an useful one. Hope it helps for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="312138"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it was useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 22:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-sy-conversion-codepage-unicode-error/m-p/3811611#M916868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T22:58:50Z</dc:date>
    </item>
  </channel>
</rss>

