<?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 in type conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373332#M1236015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so whenever i have quantity field can i convert it to character data type or is there any standard class or function modules available for data type conversion in unicode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 13:21:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-23T13:21:24Z</dc:date>
    <item>
      <title>Unicode error in type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373328#M1236011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ECC6.0 while running uccheck for my program i get an error "internal table cannot be converted to a character type field".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal table declaration has fields with data types Quantity and Unit.Unicode supports on C,N,D,T and string data types.&lt;/P&gt;&lt;P&gt;Can you tell me how the data types like quantity,unit,FLTP,Xstring etc be used in unicode environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 12:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373328#M1236011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error in type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373329#M1236012</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;You get this type of error when you directly assign values (e.g., WRITE: workarea or workarea2 = workarea1 etc). In Unicode systems CHAR &amp;amp; NUMC values are interconvertible, but for TYPE p, n, d &amp;amp; t you have to do individual assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate at which point you are getting this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373329#M1236012</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-03-23T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error in type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373330#M1236013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the error is at the following statement :&lt;/P&gt;&lt;P&gt;    MODIFY LINE l1 INDEX G_LISTI&lt;/P&gt;&lt;P&gt;           FIELD VALUE itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab1 is of following structure :&lt;/P&gt;&lt;P&gt;begin of itab1&lt;/P&gt;&lt;P&gt;some fields with character data type&lt;/P&gt;&lt;P&gt;some fields with numc data type&lt;/P&gt;&lt;P&gt;2 fields with quantity data type&lt;/P&gt;&lt;P&gt;1 field with unit data type&lt;/P&gt;&lt;P&gt;end of itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error is : itab1 cannot be converted to a character type field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373330#M1236013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error in type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373331#M1236014</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;You are getting this error because of the quantity fields in the structure. If you don an F1 on this statement you can see that with FIELD VALUE you have to give character-type fields only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can explicitly mention the fields or try to move the quantity fields to some character variables and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373331#M1236014</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-03-23T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error in type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373332#M1236015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so whenever i have quantity field can i convert it to character data type or is there any standard class or function modules available for data type conversion in unicode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373332#M1236015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error in type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373333#M1236016</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;There is no need of any FM or Class for this purpose. You can use MOVE or WRITE TO stmt for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-in-type-conversion/m-p/5373333#M1236016</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-03-23T13:23:51Z</dc:date>
    </item>
  </channel>
</rss>

