<?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: Runtime errors : CONVT_CODEPAGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185010#M465106</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;Yes the error is because of Code page.&lt;/P&gt;&lt;P&gt;Pass the necesary code page and the error would be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Code page would vary according to the character set in the file which you are uploading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 08:01:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T08:01:44Z</dc:date>
    <item>
      <title>Runtime errors : CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185009#M465105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a small abap report to filter the error records from orginal source file(.txt) and made a error free records in the new file and used GUI_DOWNLOAD FM to download same as .txt file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now am trying to use the new .txt file to upload master data Thru LSWW developed for it. But i ahve run time error as belwo.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While a text was being converted from code page '4110' to '4102', 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;&lt;/P&gt;&lt;P&gt;The running ABAP program, 'Z_RWEL_CTC_DISCOUNT' had to be terminated, since the&lt;/P&gt;&lt;P&gt;conversion could cause incorrect data to be generated.&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;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Can somebody quickly help about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to specify any value for CODEPAGe parameter in FM GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards, Jilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 15:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185009#M465105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime errors : CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185010#M465106</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;Yes the error is because of Code page.&lt;/P&gt;&lt;P&gt;Pass the necesary code page and the error would be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Code page would vary according to the character set in the file which you are uploading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 08:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185010#M465106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T08:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime errors : CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185011#M465107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can CATCH the exception CONVT_CODEPAGE  and then handle it in your program to avoid short-dump. See the ABAP help with CONVT_CODEPAGE  .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 08:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185011#M465107</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-05-08T08:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime errors : CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185012#M465108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jilan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if my comment will help to solve your problem but please note that the function modules for upload and download to the presentation server (i.e. local PC) are marked as obsolete with respect to &amp;lt;b&amp;gt;Unicode compatibility&amp;lt;/b&amp;gt;. Instead use the corresponding static methods GUI_DOWNLOAD and GUI_UPLOAD of class &amp;lt;b&amp;gt;CL_GUI_FRONTEND_SERVICES&amp;lt;/b&amp;gt;.&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>Tue, 08 May 2007 08:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-convt-codepage/m-p/2185012#M465108</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-05-08T08:08:43Z</dc:date>
    </item>
  </channel>
</rss>

