<?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: Exception CX_SY_CONVERSION_CODEPAGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/3395552#M815325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system default codepage is 4110, but your document uses codepage 4102. When you try and open the dataset with the encoding set to "DEFAULT" the system expects your document to use codepage 4110.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET p_filename FOR OUTPUT IN TEXT MODE ENCODING &lt;STRONG&gt;NON-UNICODE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 22:19:37 GMT</pubDate>
    <dc:creator>former_member221770</dc:creator>
    <dc:date>2008-12-04T22:19:37Z</dc:date>
    <item>
      <title>Exception CX_SY_CONVERSION_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/3395551#M815324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have requirement to downlaod Smartform to Application server in PDF format. getting below dump while executing &lt;/P&gt;&lt;P&gt;OPEN DATASET p_filename FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;TRANSFER i_tline TO p_filename&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;CLOSE DATASET p_filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i add " IGNORING CONVERSION ERRORS " after ENCODING DEAFULT then i am not getting dump and pdf file is creating but i am not able to see LOGO in SAP Application server ( downlaoded back from application server to my pc and checked it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUMP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am getting dump saying that : You cannot convert the character set&lt;/P&gt;&lt;P&gt;Runtime Error CONVT_CODEPAGE&lt;/P&gt;&lt;P&gt;Exception CX_SY_CONVERSION_CODEPAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;While a text was being converted from code page '4102' to '4110', one of&lt;/P&gt;&lt;P&gt;the following occurred:&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;2 characters could not be represented (and thus could not converted).&lt;/P&gt;&lt;P&gt;If 2 = 0, a second or a different error has occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 13:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/3395551#M815324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T13:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_CONVERSION_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/3395552#M815325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system default codepage is 4110, but your document uses codepage 4102. When you try and open the dataset with the encoding set to "DEFAULT" the system expects your document to use codepage 4110.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET p_filename FOR OUTPUT IN TEXT MODE ENCODING &lt;STRONG&gt;NON-UNICODE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 22:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/3395552#M815325</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2008-12-04T22:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exception CX_SY_CONVERSION_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/3395553#M815326</link>
      <description>&lt;P&gt;Nice trick.&lt;/P&gt;&lt;P&gt;Thanks Ramesh.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 18:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/3395553#M815326</guid>
      <dc:creator>rafaelchagas</dc:creator>
      <dc:date>2021-07-02T18:56:00Z</dc:date>
    </item>
  </channel>
</rss>

