<?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: CONVT_CODEPAGE  error in DATASET Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-codepage-error-in-dataset-statement/m-p/7382576#M1544362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you should use other parameter when doing the open dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of OPEN DATASET filename FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;OPEN DATASET filename FOR INPUT&lt;/P&gt;&lt;P&gt;    IN legacy TEXT MODE&lt;/P&gt;&lt;P&gt;    code page codepage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you searched OSS with the keywords supplied in the note?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 10:01:08 GMT</pubDate>
    <dc:creator>JL23</dc:creator>
    <dc:date>2010-11-12T10:01:08Z</dc:date>
    <item>
      <title>CONVT_CODEPAGE  error in DATASET Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-codepage-error-in-dataset-statement/m-p/7382575#M1544361</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 have used the statement in my custom program scheduled as background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET strtemp FOR INPUT ENCODING DEFAULT IN TEXT MODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It resulted in the cancellation of the job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rror is ABAP/4 processor: CONVT_CODEPAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detailed error description:&lt;/P&gt;&lt;P&gt;Runtime Errors         CONVT_CODEPAGE&lt;/P&gt;&lt;P&gt;Except.                CX_SY_CONVERSION_CODEPAGE&lt;/P&gt;&lt;P&gt;Date and Time          11.11.2010 18:05:18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     A character set conversion is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     At the conversion of a text from codepage '4110' to codepage '4103':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     - a character was found that cannot be displayed in one of the two&lt;/P&gt;&lt;P&gt;     codepages;&lt;/P&gt;&lt;P&gt;     - or it was detected that this conversion is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The running ABAP program 'ZJSHE000' had to be terminated as the conversion&lt;/P&gt;&lt;P&gt;     would have produced incorrect data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The number of characters that could not be displayed (and therefore not&lt;/P&gt;&lt;P&gt;     be converted), is 7. If this number is 0, the second error case, as&lt;/P&gt;&lt;P&gt;     mentioned above, has occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to resolve the issue. The file comes from an EDI system and places in App server.&lt;/P&gt;&lt;P&gt; The SAP system is unicode enabled.Why this error and how can we reolve this.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 02:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-codepage-error-in-dataset-statement/m-p/7382575#M1544361</guid>
      <dc:creator>former_member334241</dc:creator>
      <dc:date>2010-11-12T02:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: CONVT_CODEPAGE  error in DATASET Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-codepage-error-in-dataset-statement/m-p/7382576#M1544362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you should use other parameter when doing the open dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of OPEN DATASET filename FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;OPEN DATASET filename FOR INPUT&lt;/P&gt;&lt;P&gt;    IN legacy TEXT MODE&lt;/P&gt;&lt;P&gt;    code page codepage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you searched OSS with the keywords supplied in the note?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 10:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-codepage-error-in-dataset-statement/m-p/7382576#M1544362</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2010-11-12T10:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: CONVT_CODEPAGE  error in DATASET Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convt-codepage-error-in-dataset-statement/m-p/7382577#M1544363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem will occur when you are trying to write a special characters into application server.&lt;/P&gt;&lt;P&gt;Can u search in the dump, while writing which document the problem happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you correct the data the issue will be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 10:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convt-codepage-error-in-dataset-statement/m-p/7382577#M1544363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T10:16:51Z</dc:date>
    </item>
  </channel>
</rss>

