<?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: Error in ECC6.0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-ecc6-0/m-p/3972976#M948921</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;PRE&gt;&lt;CODE&gt;
report zaRs
       no standard page heading
       line-size 255.
 
begin of struct1,
  x1(1) type x,
end of struct1.

begin of struct2,
c1(10) type c,
end of struct2.
 
data: xcontent  type xstring,
      content   type string,
      conv      type ref to cl_abap_conv_in_ce,
      len       type i.
 
struct1-x1 = '1A'.
 
xcontent = struct1-x1.                       
 
conv = cl_abap_conv_in_ce=&amp;gt;create( input = xcontent ).
conv-&amp;gt;read( importing data = content len = len ).
 
struct2-c1 = content.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 16:08:52 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-06-23T16:08:52Z</dc:date>
    <item>
      <title>Error in ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-ecc6-0/m-p/3972975#M948920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my error x type x is converted to character type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EOF" and "IT_DOWN2-LINE(1)" are not comparable in a Unicode program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   DATA: BEGIN OF eof,                  "&amp;lt;EOF&amp;gt; = Ascii-Wert 26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       x TYPE x VALUE '1A',&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;    END OF eof.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 15:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-ecc6-0/m-p/3972975#M948920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T15:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-ecc6-0/m-p/3972976#M948921</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;PRE&gt;&lt;CODE&gt;
report zaRs
       no standard page heading
       line-size 255.
 
begin of struct1,
  x1(1) type x,
end of struct1.

begin of struct2,
c1(10) type c,
end of struct2.
 
data: xcontent  type xstring,
      content   type string,
      conv      type ref to cl_abap_conv_in_ce,
      len       type i.
 
struct1-x1 = '1A'.
 
xcontent = struct1-x1.                       
 
conv = cl_abap_conv_in_ce=&amp;gt;create( input = xcontent ).
conv-&amp;gt;read( importing data = content len = len ).
 
struct2-c1 = content.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 16:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-ecc6-0/m-p/3972976#M948921</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-06-23T16:08:52Z</dc:date>
    </item>
  </channel>
</rss>

