<?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: Unicode error for type x value '0A' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457575#M1415057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare this class:  CLASS CL_ABAP_CONV_IN_CE DEFINITION LOAD.&lt;/P&gt;&lt;P&gt;then use :                CL_ABAP_CONV_IN_CE=&amp;gt;UCCP( '000A' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for more information details..http://help.sap.com/saphelp_nw04/helpdata/en/79/c554d9b3dc11d5993800508b6b8b11/frameset.htm&lt;/P&gt;&lt;P&gt;you will get more information on hexa decimal related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 09:54:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-20T09:54:19Z</dc:date>
    <item>
      <title>Unicode error for type x value '0A'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457573#M1415055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi whats the replacement of the above code in unicode environment? can I use type string instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;P&gt;Chika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457573#M1415055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error for type x value '0A'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457574#M1415056</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;Please, can you be more clear with your Question..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457574#M1415056</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-01-20T09:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error for type x value '0A'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457575#M1415057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare this class:  CLASS CL_ABAP_CONV_IN_CE DEFINITION LOAD.&lt;/P&gt;&lt;P&gt;then use :                CL_ABAP_CONV_IN_CE=&amp;gt;UCCP( '000A' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for more information details..http://help.sap.com/saphelp_nw04/helpdata/en/79/c554d9b3dc11d5993800508b6b8b11/frameset.htm&lt;/P&gt;&lt;P&gt;you will get more information on hexa decimal related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457575#M1415057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T09:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error for type x value '0A'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457576#M1415058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS: lv_hex(2) TYPE x VALUE '0A'.&lt;/P&gt;&lt;P&gt;DATA: lv_out TYPE Char01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_ABAP_CONV_IN_CE=&amp;gt;UCCP&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;UCCP = lv_hex&lt;/P&gt;&lt;P&gt;RECEIVING&lt;/P&gt;&lt;P&gt;CHAR = lv_out .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457576#M1415058</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-20T09:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error for type x value '0A'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457577#M1415059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0A is the hex-representation for Line Feed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0A -&amp;gt; cl_abap_char_utilities=&amp;gt;newline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UC replacement will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: v_lf TYPE char1.

  v_lf = cl_abap_char_utilities=&amp;gt;newline.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jan 20, 2010 3:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-for-type-x-value-0a/m-p/6457577#M1415059</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-01-20T10:00:23Z</dc:date>
    </item>
  </channel>
</rss>

