<?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/1546287#M248364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eshwar,&lt;/P&gt;&lt;P&gt;I have posted the code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FORM DATEI_OEFFNEN                                                   *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;die jeweilige Datei (TemSe/File) öffnen                              *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;open current file (either in TemSe or file-system)                   *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FORM datei_oeffnen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF hlp_temse CA par_dtyp.            "TemSe-Format&lt;/P&gt;&lt;P&gt;    PERFORM temse_oeffnen.&lt;/P&gt;&lt;P&gt;  ELSE.                                "disk-/tape-fmt on file-system&lt;/P&gt;&lt;P&gt;    PERFORM naechster_index USING hlp_renum.&lt;/P&gt;&lt;P&gt;    PERFORM fuellen_regut USING *regut-dtkey.&lt;/P&gt;&lt;P&gt;    ADD 1 TO cnt_filenr.&lt;/P&gt;&lt;P&gt;    hlp_filename    = par_unix.&lt;/P&gt;&lt;P&gt;    hlp_filename+45 = cnt_filenr.&lt;/P&gt;&lt;P&gt;    CONDENSE hlp_filename NO-GAPS.&lt;/P&gt;&lt;P&gt;    DATA i TYPE i.&lt;/P&gt;&lt;P&gt;    i = cl_abap_char_utilities=&amp;gt;charsize.&lt;/P&gt;&lt;P&gt;    IF i = 1.&lt;/P&gt;&lt;P&gt;      OPEN DATASET hlp_filename IN BINARY MODE FOR OUTPUT.&lt;/P&gt;&lt;P&gt;    ELSE.  " unicode system&lt;/P&gt;&lt;P&gt;      OPEN DATASET hlp_filename IN LEGACY BINARY MODE FOR OUTPUT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      IF sy-batch EQ space.&lt;/P&gt;&lt;P&gt;        MESSAGE a182(fr) WITH hlp_filename.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        MESSAGE s182(fr) WITH hlp_filename.&lt;/P&gt;&lt;P&gt;        STOP.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadivel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2006 10:55:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-16T10:55:08Z</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/1546284#M248361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my bank transfer report i'm getting the runtime error CONVT_CODE_PAGE with the exception&lt;/P&gt;&lt;P&gt;CX_SY_CONVERSION_CODEPAGE.I don't what is the reason for this dump and how to correct it.So can anyone of u provide me help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching the detailed description of the dump below.&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;&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 '4103' to codepage '1100':&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 'ZFFOCN_A' 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 2. 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;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vadivel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/1546284#M248361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:37:40Z</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/1546285#M248362</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;  Check the oss note 823232 released, this might be helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/1546285#M248362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:43:29Z</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/1546286#M248363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Hi

   Can you post the code extract. I guess this can be either the way open dataset statement is declared or the way the variables are passed.

Kind Regards
Eswar&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/1546286#M248363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:50:43Z</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/1546287#M248364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eshwar,&lt;/P&gt;&lt;P&gt;I have posted the code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FORM DATEI_OEFFNEN                                                   *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;die jeweilige Datei (TemSe/File) öffnen                              *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;open current file (either in TemSe or file-system)                   *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FORM datei_oeffnen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF hlp_temse CA par_dtyp.            "TemSe-Format&lt;/P&gt;&lt;P&gt;    PERFORM temse_oeffnen.&lt;/P&gt;&lt;P&gt;  ELSE.                                "disk-/tape-fmt on file-system&lt;/P&gt;&lt;P&gt;    PERFORM naechster_index USING hlp_renum.&lt;/P&gt;&lt;P&gt;    PERFORM fuellen_regut USING *regut-dtkey.&lt;/P&gt;&lt;P&gt;    ADD 1 TO cnt_filenr.&lt;/P&gt;&lt;P&gt;    hlp_filename    = par_unix.&lt;/P&gt;&lt;P&gt;    hlp_filename+45 = cnt_filenr.&lt;/P&gt;&lt;P&gt;    CONDENSE hlp_filename NO-GAPS.&lt;/P&gt;&lt;P&gt;    DATA i TYPE i.&lt;/P&gt;&lt;P&gt;    i = cl_abap_char_utilities=&amp;gt;charsize.&lt;/P&gt;&lt;P&gt;    IF i = 1.&lt;/P&gt;&lt;P&gt;      OPEN DATASET hlp_filename IN BINARY MODE FOR OUTPUT.&lt;/P&gt;&lt;P&gt;    ELSE.  " unicode system&lt;/P&gt;&lt;P&gt;      OPEN DATASET hlp_filename IN LEGACY BINARY MODE FOR OUTPUT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      IF sy-batch EQ space.&lt;/P&gt;&lt;P&gt;        MESSAGE a182(fr) WITH hlp_filename.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        MESSAGE s182(fr) WITH hlp_filename.&lt;/P&gt;&lt;P&gt;        STOP.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadivel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/1546287#M248364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:55:08Z</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/1546288#M248365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Hi Vadivel

   Depending on the source system of file use 
ENCODING DEFAULT/NON-UNICODE option and check if that 
can make any difference for you.

Kind Regards
Eswar&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 11:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-cx-sy-conversion-codepage/m-p/1546288#M248365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T11:53:35Z</dc:date>
    </item>
  </channel>
</rss>

