<?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: ST22 CONVT_CODEPAGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195759#M1981259</link>
    <description>&lt;P&gt;In "Młodość", the three characters&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ł &lt;BR /&gt;ś &lt;BR /&gt;ć &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;don't exist in iso-8859-1.&lt;/P&gt;&lt;P&gt;Is there something in my previous comments that I should clarify?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2020 13:22:27 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-06-04T13:22:27Z</dc:date>
    <item>
      <title>ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195753#M1981253</link>
      <description>&lt;P&gt;In my program i have:&lt;/P&gt;
  &lt;P&gt;OPEN DATASET s_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE.&lt;/P&gt;
  &lt;P&gt;When I try and transfer to this file i get the following dump:&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;When converting a text from code page '4102' to code page '1100', either&lt;BR /&gt; - characters are detected that cannot be displayed in one of the two code pages or&lt;BR /&gt; - the conversion could not be carried out for another reason&lt;/P&gt;
  &lt;P&gt;Should I use cl_abap_con_x2x_ce to convert the string from 4102 to 1100?&lt;/P&gt;
  &lt;P&gt;If the answer to the previous question is 'yes', then what happens when the file coming in isn't codepage 4102?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 11:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195753#M1981253</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2020-06-04T11:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195754#M1981254</link>
      <description>&lt;P&gt;So, I guess you want to save the file in code page ISO-8859-1 also known as Latin 1 (SAP code page 1100).&lt;/P&gt;&lt;P&gt;Then, if it fails, it's because you try to transfer characters that don't exist in code page 1100. You have the option to substitute invalid characters with any character you want by using:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET ... REPLACEMENT CHARACTER '?' ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For more information, read the ABAP documentation.&lt;/P&gt;&lt;P&gt;I don't answer your two questions because they are not relevant. Please clarify what you want to do and what issue you have.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 11:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195754#M1981254</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-04T11:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195755#M1981255</link>
      <description>&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;Thank you for your answer. (I am not sure if i should click on 'comment' to reply, or 'answer')!&lt;/P&gt;&lt;P&gt;I have a program that runs in batch every evening and it has been working without issue sine 06.2019 until today. It resulted in an abort on 30.05.2020, but every evening before and after this date it is fine.&lt;/P&gt;&lt;P&gt;The error is convt_codepage.&lt;/P&gt;&lt;P&gt;My program derives a list from a sap standard program RSSCD100_PFCG and then copies the list result to AL11. At the point in my program where it Transfers the data it fell over once i.e. on 30.05.2020. &lt;/P&gt;&lt;P&gt;I don't know how to find the character that caused the dump, but will delve deeper.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 12:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195755#M1981255</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2020-06-04T12:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195756#M1981256</link>
      <description>&lt;P&gt;The problem are the following Polish characters: &lt;/P&gt;&lt;P&gt;Młodość&lt;/P&gt;How can I handle these?</description>
      <pubDate>Thu, 04 Jun 2020 13:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195756#M1981256</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2020-06-04T13:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195757#M1981257</link>
      <description>&lt;P&gt;The next time there's a character not part of &lt;A href="https://en.wikipedia.org/wiki/ISO/IEC_8859-1"&gt;iso-8859-1&lt;/A&gt;, that will produce a run time error. Use for instance the character &lt;STRONG&gt;Σ&lt;/STRONG&gt; to reproduce the error. Correct your program. Ask the customer what replacement character they want.&lt;/P&gt;&lt;P&gt;NB: copy/paste my hyperlinked name &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; so that I'm informed of your message.&lt;/P&gt;&lt;P&gt;NB: it's easy to see that you shouldn't post an "answer", see the SAP legend: "You should only submit an answer when you are proposing a solution to the poster's problem."&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195757#M1981257</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-04T13:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195758#M1981258</link>
      <description>&lt;P&gt;Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195758#M1981258</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-04T13:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195759#M1981259</link>
      <description>&lt;P&gt;In "Młodość", the three characters&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ł &lt;BR /&gt;ś &lt;BR /&gt;ć &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;don't exist in iso-8859-1.&lt;/P&gt;&lt;P&gt;Is there something in my previous comments that I should clarify?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195759#M1981259</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-04T13:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195760#M1981260</link>
      <description>&lt;P&gt;Thank you &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;i got replacement character from client as you suggested and now it works. &lt;/P&gt;&lt;P&gt;I cannot accept your answer as you have a 'comment' and not 'answer'&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195760#M1981260</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2020-06-04T13:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: ST22 CONVT_CODEPAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195761#M1981261</link>
      <description>&lt;P&gt;So, I guess you want to save the file in code page &lt;A href="https://en.wikipedia.org/wiki/ISO/IEC_8859-1"&gt;ISO-8859-1&lt;/A&gt; also known as Latin 1 (SAP code page 1100).&lt;/P&gt;&lt;P&gt;Then, if it fails, it's because you try to transfer characters that don't exist in code page 1100. You have the option to substitute invalid characters with any character you want by using:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET ... REPLACEMENT CHARACTER '?' ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For more information, read the ABAP documentation.&lt;/P&gt;&lt;P&gt;In "Młodość", the three characters&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ł&lt;BR /&gt;ś&lt;BR /&gt;ć&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;don't exist in iso-8859-1.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/st22-convt-codepage/m-p/12195761#M1981261</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-04T13:41:00Z</dc:date>
    </item>
  </channel>
</rss>

